Open a Command Prompt (START-> RUN -> type cmd -> [ok])
- Navigate to where you installed Apache and drill down into the \bin directory (On my PC, I would type -> cd C:\Apache\Apache2.2\bin)
- Once you are in the \bin directory, type httpd.exe -k uninstall (you have to uninstall to rename it)
- Then type httpd.exe -k install -n [Your New Service Name Goes Here]
That's it! Your program should now work properly.
No comments:
Post a Comment