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: httpd.conf: <directory /> |
|
Author |
|
itproxy
Joined: 17 Jan 2009 Posts: 14
|
Posted: Sat 17 Jan '09 16:16 Post subject: httpd.conf: <directory /> |
|
|
Standard initial security configuration in httpd.conf:
<Directory />
AllowOverride None
Order deny,allow
Deny from all
</Directory>
Could somebody please tell me, what does the '/' actually mean in the first 'Directory' tag?
The root of any directory in the file system?
The ServerRoot?
The DocumentRoot?
Or what?
With thanks. |
|
Back to top |
|
bentogoa
Joined: 09 Feb 2007 Posts: 66 Location: GOA
|
Posted: Sat 17 Jan '09 17:12 Post subject: |
|
|
The DocumentRoot |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sat 17 Jan '09 17:32 Post subject: |
|
|
none of the above ...
the drive root ... like C:\
if ServerRoot is X:/Apache then just / is X:/ |
|
Back to top |
|
|
|
|
|
|