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: Startup puzzle
Author
jhsachs



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

PostPosted: Fri 26 Apr '13 19:10    Post subject: Startup puzzle Reply with quote

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

PostPosted: Sat 27 Apr '13 2:12    Post subject: Re: Startup puzzle Reply with quote

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

PostPosted: Sat 27 Apr '13 22:19    Post subject: Reply with quote

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


Reply to topic   Topic: Startup puzzle View previous topic :: View next topic
Post new topic   Forum Index -> Apache