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
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
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
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
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
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
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
> 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
>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
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
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
11 matches
Mail list logo