Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have installed apache server 1.3.31. It was running fine after installation but once i have restarted my PC, it stopped running. Now when i start apache , it show error message in cmd prompt.
[Error] Service "Apache" is not installed.
can anyone help me in this please????
Posted

1 solution

Hello,

Are u using net start "service name" command to start the service? If yes and you are getting this error then try running apache -i -n "service name". This will install the apache server as windows service. Please do remember to run this command from the APACHE_HOME\bin directory.

You can use apache -t command to test whether the configuration files are correct.

Regards,
 
Share this answer
 
Comments
shoaibhassan404 31-Jan-14 0:52am    
I tried running apache -i -n "service name" resulting in success message "Apache installation successful". In windows services apache service is also listed but when i start this service it gives me error. When i saw error log in windows event viewer it showed me following errors.
Faulting application name: Apache.exe, version: 0.0.0.0, time stamp: 0x40a10767
Faulting module name: ApacheCore.dll, version: 0.0.0.0, time stamp: 0x40a10766
Exception code: 0xc0000005
Fault offset: 0x00026578
Faulting process id: 0x4b4
Faulting application start time: 0x01cf1e47fc8bb6a1
Faulting application path: C:\Program Files\Apache Group\Apache\Apache.exe
Faulting module path: C:\Program Files\Apache Group\Apache\ApacheCore.dll
Report Id: 3aa3e5cd-8a3b-11e3-a07c-001d097bd913
shoaibhassan404 31-Jan-14 1:34am    
I also ran apache -t command and it gave me ok message
shoaibhassan404 4-Feb-14 0:31am    
Any suggestion please??
Prasad Khandekar 11-Feb-14 0:18am    
Are u using the correct distribution for your platform? The version you are installing is almost 9 years old. Why not use the latest stable release instead?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900