in reply to Re: Odd CGI interception
in thread Odd CGI interception
Now, since I have .cgi mapped to scripts, I could do this:
http://myserver.com/super.cgi/good=382/bad=10
just fine and it works as expected. What I would like to do is remove the .cgi extension from the name BUT not have to put the script into a cgi-bin only directory. Ie:
http://myserver.com/bins/super/good=382/bad=10
Though now that I think about it .. that wouldn't be TOO bad. And in fact will be my choice if I can't get it to work otherwise.
The tactic I was using before was trying to
That didn't work :( Mostly because I have no clue about the Action directive and even less on how Apache handles SetHandler.<Location /super> SetHandler SuperScript </Location> Action SuperScript /bin/myscript.cgi
Thanx!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Odd CGI interception
by Kanji (Parson) on Jan 12, 2001 at 02:51 UTC | |
|
Re: Re: Re: Odd CGI interception
by salvadors (Pilgrim) on Jan 12, 2001 at 01:43 UTC |