linux - Error starting Apache 2.4.6 on OpenSuse 13.1 -
when try start apache happens:
job apache2.service failed. see ‘systemctl status apache2.service’ , ‘journalctl -xn’ details. system.ctl status apache2.service -l returns me this:
mar 24 23:41:57 glauber-pc.site start_apache2[3249]: httpd2-prefork: syntax error on line 179 of /etc/apache2/httpd.conf: syntax error on line 102 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 server: /usr/lib64/apache2/mod_evasive20.so: cannot open shared object file: no such file or directory mar 24 23:41:57 glauber-pc.site systemd[1]: apache2.service: main process exited, code=exited, status=1/failure mar 24 23:41:57 glauber-pc.site systemd[1]: failed start apache webserver. mar 24 23:41:57 glauber-pc.site systemd[1]: unit apache2.service entered failed state. everything seems right in lines, clue can be?
change first line in
/etc/apache2/conf.d/mod_evasive.conf
to
loadmodule evasive20_module /usr/lib64/apache2/mod_evasive24.so
(...24.so instead of ...20.so)
Comments
Post a Comment