Re: [cgiwrap-users] a php-cgiwrap method?
Brought to you by:
nneul
From: Jeff B. <soi...@sg...> - 2002-09-12 20:14:23
|
well that method has the drawback of not being able to put your cgi scripts in sub-directories in the cgi-bin... unless you're a regexp guru, which i'm not. and yes, this is the CVS version. Jeff > 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 > |