14 Aug
2001
14 Aug
'01
01:17
On Mon, Aug 13, 2001 at 06:31:02PM -0400, Brandon Caudle wrote:
Ok I got apache working correctly but i would like users to be able to create web sites in their home directory and be accessed like this
http://64.192.99.49/~brandon right now that doesn't work even though its got html files under it, wonder why?
For this thing to work user nobody (apache runs under this user) has to have read access to /home/brandon/public_html directory which is not set up by default. -Kastus
Brandon Caudle