View Single Post

  #1 (permalink)  
Old 06-21-2008, 10:35 AM
rootadmin rootadmin is offline
Junior Member
User
 
Join Date: Jun 2008
My distro: centos 5
Posts: 15
Rep Power: 0
rootadmin is on a distinguished road
Arrow Ligghttpd shutdown itself.

I thought of shfting to lighttpd from apache but suffered at the hands of following errors ......
As i started lighttpd i found
1. unable to login
2. image sharing site urls started redirect to home page instead of image

and after sometime 20mins lighttpd was not running anymore . my site was

2008-05-21 09:42:12: (mod_fastcgi.c.2570) FastCGI-stderr: PHP Warning: Unknown: open(/var/lib/php/session/sess_ogv77ofh3mctp
cend5uq33pb36, O_RDWR) failed: Permission denied (13) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (file. Please verify that the current setting of session.save_path is c
orrect (/var/lib/php/session) in Unknown on line 0



2008-05-21 09:51:41: (mod_fastcgi.c.2570) FastCGI-stderr: PHP Warning: session_start() [<a href='function.session-start'>fun
ction.session-start</a>]: open(/var/lib/php/session/sess_aqn7ihrddt382ilqvj7go7o0a2, O_RDWR) failed: Permission denied (13) i
n /var/www/html/file/captcha.php on line 18
PHP Notice: Undefined variable: imagetype in /var/www/html/file/captcha.php on line 74



2008-05-21 09:51:42: (mod_fastcgi.c.2570) FastCGI-stderr: PHP Warning: Unknown: open(/var/lib/php/session/sess_aqn7ihrddt382
ilqvj7go7o0a2, O_RDWR) failed: Permission denied (13) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (file. Please verify that the current setting of session.save_path is c
orrect (/var/lib/php/session) in Unknown on line 0



2008-05-21 10:07:22: (mod_fastcgi.c.2570) FastCGI-stderr: PHP Notice: Use of undefined constant servers - assumed 'servers'
in /var/www/html/file/includes/upload.class.php on line 67
PHP Notice: Use of undefined constant upload_dir - assumed 'upload_dir' in /var/www/html/file/includes/upload.class.php on l
ine 83
PHP Notice: Use of undefined constant keepext - assumed 'keepext' in /var/www/html/file/includes/upload.class.php on line 84
PHP Notice: Undefined index: dtstart in /var/www/html/file/progress.php on line 53
PHP Notice: Undefined variable: iNums in /var/www/html/file/progress.php on line 161



PHP Notice: Use of undefined constant REMOTE_ADDR - assumed 'REMOTE_ADDR' in /var/www/html/file/includes/function.php on lin
e 1086
PHP Notice: Use of undefined constant redir - assumed 'redir' in /var/www/html/file/cross.php on line 23
PHP Notice: Undefined index: redir in /var/www/html/file/cross.php on line 23
PHP Notice: Use of undefined constant url - assumed 'url' in /var/www/html/file/cross.php on line 53
PHP Notice: Use of undefined constant url - assumed 'url' in /var/www/html/file/cross.php on line 53
PHP Notice: Use of undefined constant phpuploadscript - assumed 'phpuploadscript' in /var/www/html/file/cross.php on line 54
PHP Notice: Undefined variable: myquery in /var/www/html/file/includes/function.php on line 1034





2008-06-20 10:30:29: (mod_fastcgi.c.2570) FastCGI-stderr: PHP Warning: Unknown: open(/var/lib/php/session/sess_vveuppavuc75klpmi3khtmn3a0, O_RDWR) failed: Permission denied (13) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (file. Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0

2008-06-20 10:34:53: (server.c.1253) NOTE: a request for / timed out after writing 11680 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2008-06-20 10:38:21: (server.c.1470) server stopped by UID = 0 PID = 26343

Please advice me an coplete solution Thanks in advance
Reply With Quote