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: Startup puzzle |
|
Author |
|
jhsachs
Joined: 03 Aug 2010 Posts: 8 Location: Northern California
|
Posted: Fri 26 Apr '13 19:10 Post subject: Startup puzzle |
|
|
I've just installed Apache 2.2.22, and I'm getting a puzzling error.
The environment is Windows 7 Enterprise. The computer was configured by my employer's IT department, and is thoroughly "securitized," but I don't see a likely connection between that and the problem.
When I start HTTPD with the unmodified httpd.conf, it is successful.
When I modify httpd.conf to use a document root on my data drive, I get an error box that says "The requested operation has failed!" But error.log is empty; so are all the other log files in the log directory.
The new document directory most definitely exists, but it's on a drive that is mapped onto a company server. Could that be the problem? No other application I've tried has problems using the drive. |
|
Back to top |
|
covener
Joined: 23 Nov 2008 Posts: 60
|
Posted: Sat 27 Apr '13 2:12 Post subject: Re: Startup puzzle |
|
|
If you run Apache as a service, you can't use a drive letter. Those are associated with your interactive logon session. You need to use UNC paths everywhere, and the user that runs the service needs to be able to access the share (w/ their local password, or maybe otherwise setup for access w/o password). |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sat 27 Apr '13 22:19 Post subject: |
|
|
In stead of using UNC paths, you could also try to mklink /D directory junctions from one drive to another. If IT securitization does not prohibit is... |
|
Back to top |
|
|
|
|
|
|