[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apache permissions



On Sat, Jul 28, 2001 at 12:38:09PM +0300, Shlomo Matichin wrote:
> my question is: i'm tring to create new files in one of the site's
> directories, and i get permission denied. but if i turn on the sticky bit,
> my script stops executing way earlier. Apache's error log shows:

I assume you meant the SUID bit.
 
> Insecure $ENV{PATH} while running setuid at
> /var/www/cgi-bin/build-from-template.pl line 68.
> Insecure dependency in unlink while running setuid at
> /var/www/cgi-bin/build-from-template.pl line 68.

Those errors are actually produced by perl, not by Apache.

'man perlsec' for more info on the actions you should perform to
secure your script.

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il