From: Rich Bowen /usr/local/apache2
in the Unix
+Apache httpd resides at /usr/local/apache2
in the Unix
filesystem or "c:/Program Files/Apache Group/Apache2"
in
the Windows filesystem. (Note that forward slashes should always be
-used as the path separator in Apache, even for Windows.) In contrast,
+used as the path separator in Apache httpd configuration files, even for Windows.) In contrast,
the webspace is the view of your site as delivered by the web server
and seen by the client. So the path /dir/
in the
webspace corresponds to the path
/usr/local/apache2/htdocs/dir/
in the filesystem of a
-default Apache install on Unix. The webspace need not map directly to
+default Apache httpd install on Unix. The webspace need not map directly to
the filesystem, since webpages may be generated dynamically
from databases or other locations.
The <Location>
directive need not have anything to do with the filesystem.
For example, the following example shows how to map a particular
-URL to an internal Apache handler provided by mod_status
.
+URL to an internal Apache HTTP Server handler provided by mod_status
.
No file called server-status
needs to exist in the
filesystem.
/usr/local/apache2
in the Unix
+Apache httpd resides at /usr/local/apache2
in the Unix
filesystem or "c:/Program Files/Apache Group/Apache2"
in
the Windows filesystem. (Note that forward slashes should always be
-used as the path separator in Apache, even for Windows.) In contrast,
+used as the path separator in Apache httpd configuration files, even for Windows.) In contrast,
the webspace is the view of your site as delivered by the web server
and seen by the client. So the path /dir/
in the
webspace corresponds to the path
/usr/local/apache2/htdocs/dir/
in the filesystem of a
-default Apache install on Unix. The webspace need not map directly to
+default Apache httpd install on Unix. The webspace need not map directly to
the filesystem, since webpages may be generated dynamically
from databases or other locations.
@@ -225,7 +225,7 @@ Deny from allThe server-status
needs to exist in the
filesystem.