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: blackdot.be - Alternate DocumentRoot |
|
Author |
|
vbrtrmn
Joined: 11 Aug 2006 Posts: 3
|
Posted: Fri 11 Jul '08 22:49 Post subject: blackdot.be - Alternate DocumentRoot |
|
|
With the apache distributed from apache lounge, I used to use an alternate DocumentRoot, like:
Code: |
ServerRoot "o:/Apache2.2-x64"
DocumentRoot "o:/localhost/htdocs"
<Directory "o:/localhost/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|
This always causes ApacheMonitor to produce an error: The requested operation has failed!
The error.log file comes up empty, even when I set the LogLevel to debug.
If I change localhost to Apache2.2-x64, everything works fine. The log file gets messages as well.
On my OS X server, I have it setup very similar to the above, where my Apache install is in '/var/www/' and my DocumentRoot is '/Volumes/data/htdocs/'. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 28 Jul '08 16:15 Post subject: |
|
|
Not sure, but I think apache maybe dislike localhost in the path (haven't tried out) |
|
Back to top |
|
|
|
|
|
|