Joshua Slive wrote:
On Tue, Mar 4, 2008 at 7:13 AM, Graeme Fowler <[EMAIL PROTECTED]> wrote:
Hi

 On Mon, 2008-03-03 at 21:10 -0900, Brian wrote:
 > DocumentRoot "L:/test"

 Wouldn't that be "L:\test", with a backslash?

No, all paths in httpd.conf should use forward slashes.

The problem of not being able to access network drives is typically
explained by running apache as a service under privileges that don't
allow network access (usually LocalSystem). See:
http://httpd.apache.org/docs/2.2/platform/windows.html#winsvc

Exactly; it's also worth using //machine/share/ syntax instead of L: since
the service control manager won't mount up L: for you.

But if the service "run as" account doesn't have access to //machine/share,
httpd won't start.  See your application event log for details.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to