Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: cannot use mapped drive as document root |
|
Author |
|
chedderslam
Joined: 28 Jul 2010 Posts: 1 Location: Mobile, AL
|
Posted: Wed 28 Jul '10 18:35 Post subject: cannot use mapped drive as document root |
|
|
[Wed Jul 28 11:39:49 2010] [notice] Parent: Received restart signal -- Restarting the server.
[Wed Jul 28 11:39:49 2010] [notice] Child 3780: Exit event signaled. Child process is ending.
Syntax error on line 178 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:
DocumentRoot must be a directory
[Wed Jul 28 11:39:49 2010] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.
[Wed Jul 28 11:39:50 2010] [notice] Child 3780: Released the start mutex
[Wed Jul 28 11:39:51 2010] [notice] Child 3780: All worker threads have exited.
[Wed Jul 28 11:39:51 2010] [notice] Child 3780: Child process is exiting
I am trying to access a mapped drive on my windows 7 machine from the xp box running apache. I have shared d:\inetpub with access to everyone and mapped it as z: on the apache box.
This is in the conf:
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "z:/wwwroot"
I have also tried running the apache service under my local user account. Still no dice.
Please help. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 28 Jul '10 19:50 Post subject: |
|
|
have you tried
//computername/sharename/directory ? |
|
Back to top |
|
PipoDeClown
Joined: 20 Dec 2005 Posts: 77
|
|
Back to top |
|
|
|
|
|
|