It says file permissions deny execution.

I haven't done:

su - nobody
cd /full/path/to/cgi-bin
./cgi-script

I did do this:

su - nobody -c /full/path/to/cgi-bin/cgi-script

and the script runs.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Wednesday, April 19, 2006 1:09 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] ScriptAlias file permissions deny execution

On 4/19/06, DeVelvis, Ralph (US SSA) <[EMAIL PROTECTED]>
wrote:
>
>
>
> I am trying to understand why Apache gives me file permissions deny
> execution error on a cgi script for the following configuration.
>
>
>
> Apache v1.3.26
>
> Solaris 8
>
> nobody user is the user process running Apache
>
> nobody belongs to the group which has read/execute privileges on the
> directory and files, however, all privileges have been removed from
other
>
> The cgi directory is aliased using ScriptAlias
>

What *exactly* does the error log say?

What happens if you do
su - nobody
cd /full/path/to/cgi-bin
./cgi-script

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to