bad sector
2014-02-01 05:22:21 UTC
Apache start failure seem to point to this line in a conf file as
containing an error
"Include /etc/apache2/default-server.conf"
which exists, so I'm at a loss understanding its problem
any ideas
here are the commands & results
linux: # /usr/sbin/rcapache2 start
redirecting to systemctl start apache2
Job for apache2.service failed. See 'systemctl status apache2.service'
and 'journalctl -xn' for details.
--- OR ---
linux: # systemctl start apache2
Job for apache2.service failed. See 'systemctl status apache2.service'
and 'journalctl -xn' for details.
linux:/home/u3 #
same results:
linux:# systemctl status apache2.service
apache2.service - The Apache Webserver
Loaded: loaded (/usr/lib/systemd/system/apache2.service; disabled)
Active: failed (Result: exit-code) since Tue 2014-01-28 17:15:18
EST; 20s ago
Process: 31968 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD
-DFOREGROUND -k graceful-stop (code=exited, status=1/FAILURE)
Process: 31947 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD
-DFOREGROUND -k start (code=exited, status=1/FAILURE)
Main PID: 31947 (code=exited, status=1/FAILURE)
Jan 28 17:15:18 linux.site start_apache2[31947]: Module "authz_default"
is not installed, ignoring.
Jan 28 17:15:18 linux.site start_apache2[31947]: Check the
APACHE_MODULES setting in /etc/sysconfig/apache2.
Jan 28 17:15:18 linux.site start_apache2[31947]: httpd2-prefork: Syntax
error on line 179 of /etc/apache2/httpd.conf: S...
Jan 28 17:15:18 linux.site systemd[1]: apache2.service: main process
exited, code=exited, status=1/FAILURE
Jan 28 17:15:18 linux.site start_apache2[31968]: Module "authz_default"
is not installed, ignoring.
Jan 28 17:15:18 linux.site start_apache2[31968]: Check the
APACHE_MODULES setting in /etc/sysconfig/apache2.
Jan 28 17:15:18 linux.site start_apache2[31968]: httpd2-prefork: Syntax
error on line 179 of /etc/apache2/httpd.conf: S...
Jan 28 17:15:18 linux.site systemd[1]: apache2.service: control process
exited, code=exited status=1
Jan 28 17:15:18 linux.site systemd[1]: Failed to start The Apache Webserver.
Jan 28 17:15:18 linux.site systemd[1]: Unit apache2.service entered
failed state.
Hint: Some lines were ellipsized, use -l to show in full.
/etc/apache2/httpd.conf
=======================
168 ### 'Main' server configuration
#############################################
169 #
170 # The directives in this section set up the values used by the
'main'
171 # server, which responds to any requests that aren't handled by a
172 # <VirtualHost> definition. These values also provide defaults for
173 # any <VirtualHost> containers you may define later in the file.
174 #
175 # All of these directives may appear inside <VirtualHost>
containers,
176 # in which case these default settings will be overridden for the
177 # virtual host being defined.
178 #
179 Include /etc/apache2/default-server.conf
180
181
182 # Another way to include your own files
183 #
184 # The file below is generated from /etc/sysconfig/apache2,
185 # include arbitrary files as named in APACHE_CONF_INCLUDE_FILES and
186 # APACHE_CONF_INCLUDE_DIRS
187 Include /etc/apache2/sysconfig.d/include.conf
188
189
190 ### Virtual server configuration
############################################
containing an error
"Include /etc/apache2/default-server.conf"
which exists, so I'm at a loss understanding its problem
any ideas
here are the commands & results
linux: # /usr/sbin/rcapache2 start
redirecting to systemctl start apache2
Job for apache2.service failed. See 'systemctl status apache2.service'
and 'journalctl -xn' for details.
--- OR ---
linux: # systemctl start apache2
Job for apache2.service failed. See 'systemctl status apache2.service'
and 'journalctl -xn' for details.
linux:/home/u3 #
same results:
linux:# systemctl status apache2.service
apache2.service - The Apache Webserver
Loaded: loaded (/usr/lib/systemd/system/apache2.service; disabled)
Active: failed (Result: exit-code) since Tue 2014-01-28 17:15:18
EST; 20s ago
Process: 31968 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD
-DFOREGROUND -k graceful-stop (code=exited, status=1/FAILURE)
Process: 31947 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD
-DFOREGROUND -k start (code=exited, status=1/FAILURE)
Main PID: 31947 (code=exited, status=1/FAILURE)
Jan 28 17:15:18 linux.site start_apache2[31947]: Module "authz_default"
is not installed, ignoring.
Jan 28 17:15:18 linux.site start_apache2[31947]: Check the
APACHE_MODULES setting in /etc/sysconfig/apache2.
Jan 28 17:15:18 linux.site start_apache2[31947]: httpd2-prefork: Syntax
error on line 179 of /etc/apache2/httpd.conf: S...
Jan 28 17:15:18 linux.site systemd[1]: apache2.service: main process
exited, code=exited, status=1/FAILURE
Jan 28 17:15:18 linux.site start_apache2[31968]: Module "authz_default"
is not installed, ignoring.
Jan 28 17:15:18 linux.site start_apache2[31968]: Check the
APACHE_MODULES setting in /etc/sysconfig/apache2.
Jan 28 17:15:18 linux.site start_apache2[31968]: httpd2-prefork: Syntax
error on line 179 of /etc/apache2/httpd.conf: S...
Jan 28 17:15:18 linux.site systemd[1]: apache2.service: control process
exited, code=exited status=1
Jan 28 17:15:18 linux.site systemd[1]: Failed to start The Apache Webserver.
Jan 28 17:15:18 linux.site systemd[1]: Unit apache2.service entered
failed state.
Hint: Some lines were ellipsized, use -l to show in full.
/etc/apache2/httpd.conf
=======================
168 ### 'Main' server configuration
#############################################
169 #
170 # The directives in this section set up the values used by the
'main'
171 # server, which responds to any requests that aren't handled by a
172 # <VirtualHost> definition. These values also provide defaults for
173 # any <VirtualHost> containers you may define later in the file.
174 #
175 # All of these directives may appear inside <VirtualHost>
containers,
176 # in which case these default settings will be overridden for the
177 # virtual host being defined.
178 #
179 Include /etc/apache2/default-server.conf
180
181
182 # Another way to include your own files
183 #
184 # The file below is generated from /etc/sysconfig/apache2,
185 # include arbitrary files as named in APACHE_CONF_INCLUDE_FILES and
186 # APACHE_CONF_INCLUDE_DIRS
187 Include /etc/apache2/sysconfig.d/include.conf
188
189
190 ### Virtual server configuration
############################################