Re: [cgiwrap-users] Can't get it to work
Brought to you by:
nneul
From: Sasa E. <se...@di...> - 2007-11-26 23:41:41
|
> This is all way, way too much. I'm not sure I could make it work at all > like that, you're brave! > > But for what you are trying to do, just compile exactly as you have, but > add > --without-redirect-stderr <- major security problem! Thanks for the tip. Didn't know that. > 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? -sasa |