DocumentRoot


Set the DocumentRoot directive to the full path name of the default directory where your HTML files will reside (we will override this default value with a virtual host entry shortly).

 DocumentRoot "/www/htdocs" 

Next, you should modify the first line of the Directory container that follows the DocumentRoot directive to use the same directory you specified for the DocumentRoot. In this example, the line in the configuration file looks like this after you make the change:

 <Directory "/www/htdocs"> 



The Linux Enterprise Cluster. Build a Highly Available Cluster with Commodity Hardware and Free Software
Linux Enterprise Cluster: Build a Highly Available Cluster with Commodity Hardware and Free Software
ISBN: 1593270364
EAN: 2147483647
Year: 2003
Pages: 219
Authors: Karl Kopper

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net