Re: [cgiwrap-users] Can't get it to work
Brought to you by:
nneul
From: Jo R. <jr...@ne...> - 2008-01-04 00:26:19
|
On Nov 26, 2007, at 3:41 PM, Sasa Ebach wrote: >> Then change your configuration to just >> AddHandler cgiwrap .cgi .pl >> Action cgiwrap /cgiwrap >> ScriptAlias /cgiwrap/ /usr/lib/cgi-bin/cgiwrap/ >> >> That's it. Nothing else is necessary. You can easily see and follow >> the flow of this ;-) > > Yes, but will I be able to call /cgi-bin/script.cgi or will I have > to call > it like /cgi-bin/cgiwrap/username/script.cgi which is what I wanted to > avoid in the first place? The former. The /cgiwrap/ part is handled internally to the server. (and it would be /cgiwrap/username/cgi-bin/script.cgi anyway) Oops, sorry, I forgot we have a patch here to figure out the user name. Use this instead: ScriptAlias /cgiwrap/ /usr/lib/cgi-bin/cgiwrap/username -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness |