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/
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss