Apache HTTPD service fails to start on RedHat

The name of the pictureThe name of the pictureThe name of the pictureClash 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.






share|improve this question






















  • 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















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.






share|improve this question






















  • 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













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.






share|improve this question














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.








share|improve this question













share|improve this question




share|improve this question








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

















  • 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
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)