From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7658ddb55041cf10fb6ee0d16447f72b@quanstro.net> From: erik quanstrom Date: Sun, 19 Apr 2009 09:38:41 -0400 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] web server Topicbox-Message-UUID: e893cd92-ead4-11e9-9d60-3106f5b1d025 On Sun Apr 19 09:13:28 EDT 2009, john@csplan9.rit.edu wrote: > >> http://myserver/magic/cgi/foo?var1=val1?var2=val2 > > > > i think you wish > > > > http://myserver/magic/cgi?var1=val1&var2=val2 > > > > - erik > > So what are these magical vars? Where do I specify > the cgi program to run? "cgi" is a standin for the name of the program you wish to run from the webserver. the variables depend on the program run. webls is a good starting point. - erik