Oddities in OpenSolaris b130


Problem: Apache’s default SSL configuration doesn’t work. “\x16\x03\x01” 501 shows up in /var/apache2/2.2/logs/access_log
Situation: The default config doesn’t have Apache responding to an SSL query – instead, it sends an unencrypted response back, leading to the web browser showing an error page.
Fix: Change the line in /etc/apache2/2.2/sample-conf.d/ssl.conf that has to

Problem: Some php programs (ie. phpmyadmin) fail to run.
Situation: Installing amp-dev also installed memcache. memcache’s default configuration files aren’t working properly.
Fix: Comment out the line “session.save_handler=”memcache”” in /etc/php/5.2/conf.d/memcache.ini

  1. No comments yet.
(will not be published)