Re: Apache and user cgi scripts

1999-07-23 Thread Shao Zhang
I have the following entries in access.conf: Options SymLinksIfOwnerMatch Indexes AllowOverride All Options ExecCGI SymLinksIfOwnerMatch AllowOverride None AddHandler cgi-script .cgi .pl Hope this helps... On Thu, Jul 22, 1999 at 03:36:32PM +0200, Robert Varga wrote: > > I have a problem

Re: Apache and user cgi scripts

1999-07-22 Thread Thiem, Philip
argh!! Don't do that.. :-) If it needs wwwroot user rights just put it in the real cgi-bin directory/subdirectory. If it doesn't and then if you need still run it from install the cgiwrap package. It will run with that user's rights as http://www.whatever.com/cgi-bin/user/script. I think this p

Re: Apache and user cgi scripts

1999-07-22 Thread Stephan Engelke
Hi, On Thu, Jul 22, 1999 at 03:36:32PM +0200, Robert Varga wrote: > .htaccess in it contains: > > AddHandler cgi-script .cgi possibly you need to allow "Override" of the addhandler options in one of the global config files. Also, try adding (uncommenting) the AddHandler directive in one of th

Re: Apache and user cgi scripts

1999-07-22 Thread Mario Olimpio de Menezes
On Thu, 22 Jul 1999, Robert Varga wrote: > > > I have a problem with running cgi-scripts in user directories. > They simply don't run, giving back a 403 Forbidden error message. > However I can access files in there, without a problem. Have you enabled them in the access.conf file? Here is wha