From 25099ab25afacefaf130f1c1e69c7b8846b76cc7 Mon Sep 17 00:00:00 2001
From: Rich Bowen The See also
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 616430d86f0..8e377dafd21 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -770,8 +770,8 @@ from the web
For example, if DocumentRoot
+ were set to /var/www/html
then a request for
+ http://www.example.com/fish/guppies.html
would result
+ in the file /var/www/html/fish/guppies.html
being
+ served to the requesting client.
Apache is also capable of Virtual
Hosting, where the server receives requests for more than one
host. In this case, a different DocumentRoot
can be specified for each
@@ -62,6 +68,10 @@
be used to dynamically determine the appropriate place from which
to serve content based on the requested IP address or
hostname.
The DocumentRoot
directive
+ is set in your main server configuration file
+ (httpd.conf
) and, possibly, once per additional Virtual Host you create.
For example, if /var/www/html
then a request for
+ http://www.example.com/fish/guppies.html
would result
+ in the file /var/www/html/fish/guppies.html
being
+ served to the requesting client.
Apache is also capable of Virtual
Hosting, where the server receives requests for more than one
host. In this case, a different The httpd.conf
) and, possibly, once per additional Virtual Host you create.