Hi.
I too am having an issue with Zend Server CE 5.5.0 running on a fully patched Debian 6 (squeeze).
I am not able to start apache with SSL enabled when I have Zend Server CE installed. There are no errors in any logs that I can find. The server appears to work, all the config appears to test ok.
I have the following php installed:
- Code: Select all
# apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi
apache 2.2.20
php 5.3.8
mysql 5.1.48
if I install Zend Server CE using the instructions found here:
http://files.zend.com/help/Zend-Server-Community-Edition/deb_installation.htm- Code: Select all
aptitude install zend-server-ce-php-5.3
WITHOUT ssl enabled, i.e. a2dismod sslZend Server works, I am able to log into the Zend Server console and phpinfo shows all the extensions for non-ssl connection.
If I try to enable ssl, i.e. a2enmod ssl apache fails to start. The apache logs and the php logs do not show anything.
If I uninstall Zend Server CE 5.5.0 using:
- Code: Select all
aptitude remove '~nzend.* '
and reinstall php using
- Code: Select all
# apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi
everything works again.
Anybody got any ideas what I need to change to fix the ssl problem as I would really like to have Zend Server Installed rather than vanilla php.