On Sun Apr 19 09:13:28 EDT 2009, [email protected] 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
