Kurinchi Blogger Scribbles …


Dec 24
2008

Apache Server – Where to set folders, files for hosting applications?

Last updated: December 24th, 2008

There will be a link in httpd.conf file stating the document root where all our web application files need to reside though there can be symbolic links pointing to other locations.

[root@user Desktop]# vi /etc/httpd/conf/httpd.conf
……….
……….
DocumenRoot “/var/www/html”
……….
……….

Based on the configuration setting, we need to identify the location where we need to create folders that will serve as the root for the applications that we would want to host.

Tags: , , ,

Leave a Reply


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict