LAMP FC4

Jeremy C. Reed reed at reedmedia.net
Sat Jan 7 19:10:03 MST 2006


On Sat, 7 Jan 2006, Ric Whitney wrote:

> I want to setup apache so that the Document Root is either 
> /home/user/files/ or linked up that way.  Any help certainly 
> appreciated.

How do you currently have it set up?

Use something like:

DocumentRoot "/home/user/files"

<Directory "/home/user/files">
    Options Indexes FollowSymLinks
    Order allow,deny
    Allow from all
</Directory>

 Jeremy C. Reed

 	  	 	 BSD News, BSD tutorials, BSD links
	  	 	 http://www.bsdnewsletter.com/


More information about the PLUG-discuss mailing list