Yesterday I upgraded to 13.10, but aphache server fails to restart. When I enter sudo service apache2 restart
I get following error :
sudo service apache2 restart
* Restarting web server apache2 [fail]
* The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 265 of /etc/apache2/apache2.conf: Cannot load /usr/local/rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.21/buildout/apache2/mod_passenger.so into server: /usr/local/rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.21/buildout/apache2/mod_passenger.so: undefined symbol: unixd_config
Action 'configtest' failed.
The Apache error log may have more information.
How can I fix that?
apache2
package by runningsudo apt-get install --reinstall apache2
– Avinash Raj Mar 28 '14 at 16:14