Re: LAMP FC4

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jeremy C. Reed
Date:  
To: Main PLUG discussion list
Subject: Re: LAMP FC4
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 - 
To subscribe, unsubscribe, or to change  you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss