logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: A document space on a networked drive?
Author
jhsachs



Joined: 03 Aug 2010
Posts: 8
Location: Northern California

PostPosted: Mon 08 Jul '13 21:49    Post subject: A document space on a networked drive? Reply with quote

I'm working in a corporate environment. For development I run a single-user Apache HTTP server on my own computer. However, I want to define the document space on a drive that is mapped to the company's file server so that it will get backed up automatically.

When I try to do this, I get an error dialog that says "The requested operation has failed!" Apache does not start. There are no entries in access.log or error.log.

When I define the document space on my local disk, Apache starts normally.

The environment is Apache 2.2.22 under Windows 7.

Two questions.

Is there a way to define a document space on a mapped drive?

Is there a way to diagnose a "failure to launch" when the log files don't say anything?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 08 Jul '13 23:00    Post subject: Reply with quote

If you wanna have the document root on the network drive and installed apache as service, you have to use a other user than the default service one. Cause the default one is not allowed to access the network.
Back to top


Reply to topic   Topic: A document space on a networked drive? View previous topic :: View next topic
Post new topic   Forum Index -> Apache