Terrible configuration : Session Cache is not configured
Posted in Works on 04/29/2009 11:11 pm by adminIt took me almost sleepless nights begging Google for the answer on the installation of PHP and Apache.
The error in /var/log/httpd-error.log was as simple as this:
[warn] Session Cache is not configured [hint: SSLSessionCache]
when Php is not installed, Apache worked fine. I had tried to uninstall and reinstall many times but no avail. At last, the savor is :
vi /usr/local/etc/php/extensions.ini
#extension=recode.so (check it marked)
/usr/local/sbin/apachectl start
Why the hell did I compose recode with php-extensions.
Thanks to : http://chris-jan.blogspot.com/2008/08/freebsd-apachesession-cache-is-not.html