Apache HTTPD service fails to start on RedHat

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to start the service, but it fails. So I did a status check of the service and it shows this:
**[root@ap-dcr-ctc01 bin]# service httpd status -l**
Redirecting to /bin/systemctl status -l httpd.service
? httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor
preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-02-19 10:48:15 JST; 1min
59s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11212 ExecStop=/bin/kill -WINCH $MAINPID (code=exited,
status=1/FAILURE)
Process: 11207 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited,
status=1/FAILURE)
Main PID: 11207 (code=exited, status=1/FAILURE)
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Starting The Apache HTTP Server...
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: [Mon Feb 19 10:48:15.109817 2018]
[so:warn] [pid 11207] AH01574: module ssl_module is already loaded, skipping
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: AH00534: httpd: Configuration
error: No MPM loaded.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: main process exited,
code=exited, status=1/FAILURE
Feb 19 10:48:15 ap-dcr-ctc01 kill[11212]: kill: cannot find process ""
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: control process
exited, code=exited status=1
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Failed to start The Apache HTTP
Server.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Unit httpd.service entered failed
state.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service failed.
rhel apache-httpd configuration
add a comment |Â
up vote
0
down vote
favorite
I'm trying to start the service, but it fails. So I did a status check of the service and it shows this:
**[root@ap-dcr-ctc01 bin]# service httpd status -l**
Redirecting to /bin/systemctl status -l httpd.service
? httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor
preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-02-19 10:48:15 JST; 1min
59s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11212 ExecStop=/bin/kill -WINCH $MAINPID (code=exited,
status=1/FAILURE)
Process: 11207 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited,
status=1/FAILURE)
Main PID: 11207 (code=exited, status=1/FAILURE)
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Starting The Apache HTTP Server...
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: [Mon Feb 19 10:48:15.109817 2018]
[so:warn] [pid 11207] AH01574: module ssl_module is already loaded, skipping
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: AH00534: httpd: Configuration
error: No MPM loaded.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: main process exited,
code=exited, status=1/FAILURE
Feb 19 10:48:15 ap-dcr-ctc01 kill[11212]: kill: cannot find process ""
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: control process
exited, code=exited status=1
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Failed to start The Apache HTTP
Server.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Unit httpd.service entered failed
state.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service failed.
rhel apache-httpd configuration
So what part of the configuration did you break?
â Ignacio Vazquez-Abrams
Feb 19 at 2:06
I just added some Modules and that was it. Do you have any idea which file should I check for configuration error?
â user234568
Feb 19 at 2:14
1
Check your configuration folder for recently changed files or links. Eg. /etc/httpd. Did you remove a module? Upgrade from 2.2 to 2.4? Forget to include /etc/httpd/conf.modules.d/*.conf ?
â Gerard H. Pille
Feb 19 at 2:47
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to start the service, but it fails. So I did a status check of the service and it shows this:
**[root@ap-dcr-ctc01 bin]# service httpd status -l**
Redirecting to /bin/systemctl status -l httpd.service
? httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor
preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-02-19 10:48:15 JST; 1min
59s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11212 ExecStop=/bin/kill -WINCH $MAINPID (code=exited,
status=1/FAILURE)
Process: 11207 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited,
status=1/FAILURE)
Main PID: 11207 (code=exited, status=1/FAILURE)
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Starting The Apache HTTP Server...
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: [Mon Feb 19 10:48:15.109817 2018]
[so:warn] [pid 11207] AH01574: module ssl_module is already loaded, skipping
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: AH00534: httpd: Configuration
error: No MPM loaded.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: main process exited,
code=exited, status=1/FAILURE
Feb 19 10:48:15 ap-dcr-ctc01 kill[11212]: kill: cannot find process ""
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: control process
exited, code=exited status=1
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Failed to start The Apache HTTP
Server.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Unit httpd.service entered failed
state.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service failed.
rhel apache-httpd configuration
I'm trying to start the service, but it fails. So I did a status check of the service and it shows this:
**[root@ap-dcr-ctc01 bin]# service httpd status -l**
Redirecting to /bin/systemctl status -l httpd.service
? httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor
preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-02-19 10:48:15 JST; 1min
59s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11212 ExecStop=/bin/kill -WINCH $MAINPID (code=exited,
status=1/FAILURE)
Process: 11207 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited,
status=1/FAILURE)
Main PID: 11207 (code=exited, status=1/FAILURE)
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Starting The Apache HTTP Server...
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: [Mon Feb 19 10:48:15.109817 2018]
[so:warn] [pid 11207] AH01574: module ssl_module is already loaded, skipping
Feb 19 10:48:15 ap-dcr-ctc01 httpd[11207]: AH00534: httpd: Configuration
error: No MPM loaded.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: main process exited,
code=exited, status=1/FAILURE
Feb 19 10:48:15 ap-dcr-ctc01 kill[11212]: kill: cannot find process ""
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service: control process
exited, code=exited status=1
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Failed to start The Apache HTTP
Server.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: Unit httpd.service entered failed
state.
Feb 19 10:48:15 ap-dcr-ctc01 systemd[1]: httpd.service failed.
rhel apache-httpd configuration
edited Feb 19 at 4:40
Jeff Schaller
31.2k846105
31.2k846105
asked Feb 19 at 2:05
user234568
1
1
So what part of the configuration did you break?
â Ignacio Vazquez-Abrams
Feb 19 at 2:06
I just added some Modules and that was it. Do you have any idea which file should I check for configuration error?
â user234568
Feb 19 at 2:14
1
Check your configuration folder for recently changed files or links. Eg. /etc/httpd. Did you remove a module? Upgrade from 2.2 to 2.4? Forget to include /etc/httpd/conf.modules.d/*.conf ?
â Gerard H. Pille
Feb 19 at 2:47
add a comment |Â
So what part of the configuration did you break?
â Ignacio Vazquez-Abrams
Feb 19 at 2:06
I just added some Modules and that was it. Do you have any idea which file should I check for configuration error?
â user234568
Feb 19 at 2:14
1
Check your configuration folder for recently changed files or links. Eg. /etc/httpd. Did you remove a module? Upgrade from 2.2 to 2.4? Forget to include /etc/httpd/conf.modules.d/*.conf ?
â Gerard H. Pille
Feb 19 at 2:47
So what part of the configuration did you break?
â Ignacio Vazquez-Abrams
Feb 19 at 2:06
So what part of the configuration did you break?
â Ignacio Vazquez-Abrams
Feb 19 at 2:06
I just added some Modules and that was it. Do you have any idea which file should I check for configuration error?
â user234568
Feb 19 at 2:14
I just added some Modules and that was it. Do you have any idea which file should I check for configuration error?
â user234568
Feb 19 at 2:14
1
1
Check your configuration folder for recently changed files or links. Eg. /etc/httpd. Did you remove a module? Upgrade from 2.2 to 2.4? Forget to include /etc/httpd/conf.modules.d/*.conf ?
â Gerard H. Pille
Feb 19 at 2:47
Check your configuration folder for recently changed files or links. Eg. /etc/httpd. Did you remove a module? Upgrade from 2.2 to 2.4? Forget to include /etc/httpd/conf.modules.d/*.conf ?
â Gerard H. Pille
Feb 19 at 2:47
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f425059%2fapache-httpd-service-fails-to-start-on-redhat%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
So what part of the configuration did you break?
â Ignacio Vazquez-Abrams
Feb 19 at 2:06
I just added some Modules and that was it. Do you have any idea which file should I check for configuration error?
â user234568
Feb 19 at 2:14
1
Check your configuration folder for recently changed files or links. Eg. /etc/httpd. Did you remove a module? Upgrade from 2.2 to 2.4? Forget to include /etc/httpd/conf.modules.d/*.conf ?
â Gerard H. Pille
Feb 19 at 2:47