View Single Post

  #6 (permalink)  
Old 11-03-2007, 08:57 AM
TECK TECK is offline
Junior Member
User
 
Join Date: Apr 2007
My distro: CentOS 5
Posts: 9
Rep Power: 0
TECK is on a distinguished road
Default

I still have a problem, Vivek.
For some reason, I get this error:
Code:
2007-11-02 22:25:21: (mod_fastcgi.c.2462) unexpected end-of-file (perhaps the fastcgi process died): pid: 6490 socket: unix:/tmp/php-fastcgi.sock-1 
2007-11-02 22:25:21: (mod_fastcgi.c.3254) response not received, request sent: 1640 on socket: unix:/tmp/php-fastcgi.sock-1 for /forum/login.php , closing connection
Let me disable XCache to see what it happens. I noticed also that if I try to access the XCache admin directory, I get a 500 error page.

Edit: Ya, that is the problem... XCache is freaking out.
Once I disable it, everything is back to normal, the site works perfectly.
Could be because I disabled the /dev/zero, until I get a solution from you?
Code:
;xcache.mmap_path				= "/dev/zero"
xcache.mmap_path				= ""
I need a /srv/dev/zero file, doing a hard link won't help me, since we deal with different partitions.
Help!
__________________
yqed.com (why queued) - my blog

Last edited by TECK; 11-03-2007 at 09:03 AM..
Reply With Quote