[opensuse-factory] apache2 fails to start
Bug #865567 submitted. slipstream:/home/lancelot # systemctl start apache2.service Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. slipstream:/home/lancelot # systemctl status apache2.service -l apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled) Active: failed (Result: exit-code) since Tue 2014-02-25 13:21:30 GMT; 16s ago Process: 7030 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop (code=exited, status=1/FAILURE) Process: 6978 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start (code=exited, status=1/FAILURE) Main PID: 6978 (code=exited, status=1/FAILURE) Feb 25 13:21:30 slipstream start_apache2[6978]: Module "systemd" is not installed, ignoring. Feb 25 13:21:30 slipstream start_apache2[6978]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Feb 25 13:21:30 slipstream start_apache2[6978]: httpd2-prefork: Syntax error on line 177 of /etc/apache2/httpd.conf: Syntax error on line 99 of /etc/apache2/default-server.conf: Syntax error on line 1 of /etc/apache2/conf.d/mod_evasive.conf: Cannot load /usr/lib64/apache2/mod_evasive20.so into server: /usr/lib64/apache2/mod_evasive20.so: cannot open shared object file: No such file or directory Feb 25 13:21:30 slipstream systemd[1]: apache2.service: main process exited, code=exited, status=1/FAILURE Feb 25 13:21:30 slipstream start_apache2[7030]: Module "systemd" is not installed, ignoring. Feb 25 13:21:30 slipstream start_apache2[7030]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Feb 25 13:21:30 slipstream start_apache2[7030]: httpd2-prefork: Syntax error on line 177 of /etc/apache2/httpd.conf: Syntax error on line 99 of /etc/apache2/default-server.conf: Syntax error on line 1 of /etc/apache2/conf.d/mod_evasive.conf: Cannot load /usr/lib64/apache2/mod_evasive20.so into server: /usr/lib64/apache2/mod_evasive20.so: cannot open shared object file: No such file or directory Feb 25 13:21:30 slipstream systemd[1]: apache2.service: control process exited, code=exited status=1 Feb 25 13:21:30 slipstream systemd[1]: Failed to start The Apache Webserver. Feb 25 13:21:30 slipstream systemd[1]: Unit apache2.service entered failed state. /etc/apache2/conf.d/mod_evasive.conf ------------------------------------------------- LoadModule evasive20_module /usr/lib64/apache2/mod_evasive20.so <IfModule mod_evasive20.c> # l /usr/lib64/apache2/mod_evasive* -rwxr-xr-x 1 root root 19008 Dec 8 06:00 /usr/lib64/apache2/mod_evasive24.so* Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
El 25/02/14 10:36, Sid Boyce escribió:
/etc/apache2/conf.d/mod_evasive.conf ------------------------------------------------- LoadModule evasive20_module /usr/lib64/apache2/mod_evasive20.so
<IfModule mod_evasive20.c>
# l /usr/lib64/apache2/mod_evasive* -rwxr-xr-x 1 root root 19008 Dec 8 06:00 /usr/lib64/apache2/mod_evasive24.so* Regards Sid.
Not a bug, remove the LoadModule directive and issue # a2enmod evasive24 restart the service. You are attempting to load a module that indeed does not exists. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Sid Boyce