Until this morning, I have had Apache 2.0 running as a service using a local account which was configured with appropriate permissions. Sometime yesterday, someone must have changed something, and now Apache 2.0 won't start as a service under this account.
I made the account an Administrator temporarily, and Apache 2.0 starts fine.
I tried following the access listed in the official documentation, but it seems to require more access. Does anyone know what access Apache 2.0 needs to start as a service?
I'm running Apache 2.0.63 with SVN 1.4.6 and mod_auth_sspi for windows domain authentication.
I also checked the syntax of the configuration file from command-line using the -t parameter, but I received the message Syntax OK.
Here's the error I get when starting as a service from command-line:
X:\>net start apache2 The Apache2 service is starting. The Apache2 service could not be started. A service specific error occurred: 1. More help is available by typing NET HELPMSG 3547.