Im trying to get a xampp installation running. In my httpd.conf i use the following DocumentRoot setting:
DocumentRoot //DiskStation/Work/htdocs
If i now start the apache service i'll get the following error:
The Apache service named reported the following error: DocumentRoot must be a directory .
For several hours i thought i've used the wrong DocumentRoot setting in the Apache config. Until i started the apace process manually. The apache was up and running and i could access my resources via localhost.
I also found a lot of hints to give the Apache service specific user permissions: http://adam-carter.com/posts/158 Apache problem reading network drive using alias in httpd.conf
But still I'm not able to start the Apache as a service, even if i use my own account details.
Anybody got an idea what could cause the problem that the service can not access the network drive though I use my own windows user account credentials for the startup.