hi Josh,
if the script is trying to write or create a file make sure that the
directory is owned by the same user and/or group that apache is
running.
to see whats the user that apache is using look at
/etc/httpd/conf/httpd.conf
if the directory where the script is trying to write a file is
/var/www/html/tmp
do: ls -l /var/www/html/
make sure that it is owned by the user that is running apache, i.e.:
chown apache.apache /var/www/html/
chmod g+w
chmod u+w
or
chown root.apache /var/www/html/
chmod g+w
chmod u+w
yours, Meir.
On Sun, 2003-02-23 at 17:00, Josh Roden wrote:
> I receive the following in the browser window when I tried to submit an
> excercise thru our site at hadassah:
>
> Internal Server Error
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.
> Please contact the server administrator, [EMAIL PROTECTED] and inform
> them of the time the error occurred, and anything
> you might have done that may have caused the error.
> More information about this error may be available in the server
> error log.
>
> Apache/1.3.22 Server at tux.cs.hadassah-col.ac.il Port 80
>
> In /etc/httpd/logs/error_log I get:
> [error] CGI open of tmpfile: Permission denied
>
> I anybody has any suggestions I would like to hear them.
> Thanks,
> Josh.
--
QOTD:
I tried buying a goat instead of a lawn tractor; had to return
it though. Couldn't figure out a way to connect the snow blower.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]