Re: [cgiwrap-users] a php-cgiwrap method?
Brought to you by:
nneul
From: san <san...@co...> - 2002-09-12 18:45:09
|
soilentg wrote: > AFAIK if you install it just once then you're expected to put the .php files > in the cgi-bin... which I don't like. AFAIK you don't, this should work as far as you tell cgiwrap where to find user's script. AddHandler wrapped-php .php AddHandler wrapped-cgi .cgi Action wrapped-php /cgi-bin/php-cgiwrap/user Action wrapped-cgi /cgi-bin/cgiwrap/user --san |