Monthly Archives: December 2013

Diagnosing SSL received a record that exceeded the maximum permissible length

If you setup an ssl cert but are getting the following: SSL received a record that exceeded the maximum permissible length. 1) Check that netstat -ntlp shows httpd listening on 443 2) Check that port 443 is open in iptables … Continue reading

Posted in Linux, OPENSSL and TLS | Comments Off on Diagnosing SSL received a record that exceeded the maximum permissible length

Overriding php.ini values locally

php directives are listed here: http://www.php.net/manual/en/ini.list.php Modes determine when and where a PHP directive may or may not be set. This is explained here: http://www.php.net/manual/en/ini.list.php A virtual host may be configured to use a local php.ini file in place of … Continue reading

Posted in Linux | Comments Off on Overriding php.ini values locally