Sunday, November 12, 2006

Install Apache for Windows XP as a Service

After install Apache, I found Apache program didn't start. I check apache status from Apache service monitor and can't find Apache services from Apache service monitor. I open the window services from control panel -> Administrator -> Services and also can't found "Apache service" from the services windows.

I run apache from console and it successful
What I do
from dos prompt type : "apache path"\bin\apache and enter.
Test web: http://localhost/ and apache website display
It show I already successful install apache web services in my computer

Do some search in Google and successful install apache as service
What I do
from "apache path"\bin\apache -k install "Apache"
Apache service install successful in windows services
I can found Apache service appear at "Apache services monitor" and ”Windows Services"

No comments: