Add new comment
/etc/init.d/apache2 start or: /usr/sbin/rcapache2 restart linux-7hrh:/etc # /usr/sbin/rcapache2 restart Module "include" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Module "mod_log_config" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Syntax error on line 11 of /etc/apache2/mod_log_config.conf: ok, you have a problem loading include and mod_log_config modules. If you take a look at: /etc/apache2/httpd.conf you'll find where the modules are loaded: (..) Include /etc/apache2/sysconfig.d/loadmodule.conf (..) The file /etc/apache2/sysconfig.d/loadmodule.conf has: (...) # # Files in this directory are created at apache start time by /usr/sbin/rcapache2 # Do not edit them! # # as listed in APACHE_MODULES (/etc/sysconfig/apache2) LoadModule actions_module /usr/lib/apache2-worker/mod_actions.so LoadModule alias_module /usr/lib/apache2-worker/mod_alias.soLoadModule actions_module /usr/lib/apache2-worker/mod_actions.so LoadModule alias_module /usr/lib/apache2-worker/mod_alias.so LoadModule auth_basic_module /usr/lib/apache2-worker/mod_auth_basic.so (...) Did you read the comments? , than go to: /etc/sysconfig/apache2: (...) # your settings APACHE_MODULES="actions alias auth_... include mod_log_config" (...) Now you have a trace of all files and can find out whats wrong. In my case the lines: LoadModule include_module /usr/lib/apache2-worker/mod_include.so LoadModule log_config_module /usr/lib/apache2-worker/mod_log_config.so were missed. Of course, for this reason I received the original error message. The problem must to be with the file: /usr/lib/apache2-worker/mod_include.so I deleted it and reinstall apache and everything works again!!!! Good Lock for you to!
Reply |



Recent comments
3 hours 51 min ago
7 hours 34 min ago
7 hours 44 min ago
7 hours 51 min ago
9 hours 36 min ago
13 hours 33 min ago
1 day 1 hour ago
2 days 10 hours ago
2 days 14 hours ago
2 days 15 hours ago