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!
