Apache2 does not restart after upgrade Debian wheezy and php 5.5 -
just upgraded debian wheezy 6 , decided upgrade php 5.5 @ same time, impossible restart apache running, has since stopped.
service apache2 restart apache2: syntax error on line 236 of /etc/apache2/apache2.conf: not open configuration file /etc/apache2/mods-enabled/php5_cgi.load: no such file or directory action 'configtest' failed.
the lines mentioned above in conf file are:
# include module configuration:
include mods-enabled/*.load
include mods-enabled/*.conf
i tried go php 5.4, each time reinstall 5.5 comes back.
i had similar problem. don't know exact cause, suspect configuration file not compatible across versions.
for me, worked was
apt-get purge apache2 apt-get install apache2
Comments
Post a Comment