Re: user cgi

2000-10-21 Thread Michael P. Soulier
On Sat, Oct 21, 2000 at 01:20:37PM -0400, Jack wrote: > > I'd like to grant cgi privilege for users. Done this: I assume that this is an Apache question. > change this in /etc/apache/access.conf > # AllowOverride None > AllowOverride Options > > has this in /home/$user/public_html/cgi

user cgi

2000-10-21 Thread Jack
hi, I'd like to grant cgi privilege for users. Done this: change this in /etc/apache/access.conf # AllowOverride None AllowOverride Options has this in /home/$user/public_html/cgi-bin/.htaccess Options +ExecCGI However it does not work. Sure, CGI works in /usr/lib/cgi-bin, even symboli

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

Apache and user cgi scripts

1999-07-22 Thread Robert Varga
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. http://myserver.address/~robi/cgi-bin/proba.cgi I use slink, apache-1.3.3-7 My home directory is: drwxr-xr-x

RE: suEXEC and "~user/cgi-bin"

1998-12-16 Thread Jon Burchmore
> Hello All, > I just can't figure out how to get cgi's to work in the home > directories. The log shows suEXEC is running and cgis work from > /var/www/cgi-bin. In the home directory I have > /home/user/public_html/cgi-bin. > I'm using apache for the server. I've looked through the man

Re: suEXEC and "~user/cgi-bin"

1998-12-16 Thread Joe Emenaker
>Hello All, > I just can't figure out how to get cgi's to work in the home >directories. The log shows suEXEC is running and cgis work from >/var/www/cgi-bin. In the home directory I have /home/user/public_html/cgi-bin. >I'm using apache for the server. I've looked through the manuals and tried

suEXEC and "~user/cgi-bin"

1998-12-16 Thread digger
Hello All, I just can't figure out how to get cgi's to work in the home directories. The log shows suEXEC is running and cgis work from /var/www/cgi-bin. In the home directory I have /home/user/public_html/cgi-bin. I'm using apache for the server. I've looked through the manuals and tr

user-cgi

1998-09-04 Thread Lazar Fleysher
Hi Could someone help me to configure the apache web server to allow users ( selected users) create their own cgi scripts. I want to play with cgi scripts and do not what to be loged-in as a root. Thank you ZORO