cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
904
Views
0
Helpful
1
Replies

Apache web server not start

Hi. I had to reload my server with 2008 server R2 for a maintenance. but now apache web server on my LMS 4.0 no start. I tried stop and restart daemon manager but nothing. apache is stoped.

1 Reply 1

AFROJ AHMAD
Cisco Employee
Cisco Employee

Hi ,

Try the below steps and see how it works :

On the command Prompt run this commad to check the Dependency of the Apache :

C:\PROGRA~2\CSCOpx\MDC\Apache\bin>pdreg -l Apache
         Process      = Apache
         Path         = C:\PROGRA~2\CSCOpx\MDC\Apache\bin\Apache.exe
         Flags        = -d C:\PROGRA~2\CSCOpx\MDC\Apache -D SSL
         Startup      = y
         Dependencies = Tomcat

Now Unregister the Apache with below commad :

pdreg -u Apache

To Registered the Apache:

Note :You need to check the Apache.exe location  ,so anyone of the below  will work for you  :

C:\PROGRA~2\CSCOpx\MDC\Apache\bin>pdreg -r Apache -e "C:\PROGRA~2\CSCOpx\MDC\Apache\bin\Apache.exe" -f "-d C:\PROGRA~2\CSCOpx\MDC\Apache -D SSL" -d Tomcat

(used your NMSROOT Location )

C:\PROGRA~2\CSCOpx\MDC\Apache\bin>pdreg -r Apache -e "C:\PROGRA~2\CSCOpx\MDC\Apache\Apache.exe" -f "-d C:\PROGRA~2\CSCOpx\MDC\Apache -D SSL" -d Tomcat

Now re-check the Apache Registration :

C:\PROGRA~2\CSCOpx\MDC\Apache\bin>pdreg -l Apache
        Process      = Apache
        Path         = C:\PROGRA~2\CSCOpx\MDC\Apache\bin\Apache.exe
        Flags        = -d C:\PROGRA~2\CSCOpx\MDC\Apache -D SSL
        Startup      = y
        Dependencies = Tomcat

Once above is done try to Restart the Apache and check how it works !!

Thanks--

Afroj

Thanks- Afroz [Do rate the useful post] ****Ratings Encourages Contributors ****