Mark Sargent a écrit :
Hi All,
I get this,
Not Found
The requested URL /movie1.php was not found on this server.
------------------------------------------------------------------------
Apache/2.2.0 (Fedora) Server at localhost Port 80
when setting session.save_path to /tmp in /usr/local/lib/php.ini.
Even if I change it back, I still get that error. Restarting httpd
doesn't fix it. Only a reboot, ouch! Why is this happening? Cheers.
Hi,
you should check apache log files.
I don't know if your server is allowed to write to /tmp.
what's the initial (default) session.save_path ?
try to set it to a subdirectory of your DocumentRoot. (check httpd.conf
for the DocumentRoot).
(/www/root/default_vhost/tmp for example, if /www/root/default_vhost is
your DocumentRoot).
N F
httpd = 2.2.2
php = 5.1.4
OS = Fedora 5
Mark Sargent.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php