Re: httpd help??


Subject: Re: httpd help??
From: Mike Melanson (melanson@pcisys.net)
Date: Mon May 28 2001 - 08:39:19 MDT


On Mon, 28 May 2001, Sean O. Denney wrote:

> That worked. I put
>
> ServerName devil
>
> and now I can http://192.168.1.101 or http://66.20.xxx.xxx and the
> Apache test page comes up. However, when I do
> http://192.168.1.101/~sdenney or http://66.20.xxx.xxx/~sdenney it says
>
> FORBIDDEN: access denied.
>
> Any thoughts on this?

        It's time to browse back through your httpd.conf file and figure
out how to enable access to users' home directories. Consider, however,
whether you really want to bother. Since this is *your* machine and nobody
else's (i.e., not intended to serve for many users), you may wish to just
work in the root httpd directory which is likely to be
/home/httpd/html. If you make a new file /home/httpd/html/mypage.html and
it has world-readable permissions on it, then you should be able to access
it with:
  http://devil/mypage.html

        It's great fun to work with the flexibility and power of Apache on
your own machine. If you *really* want to work in /~sdenny, then look for
the word 'UserDir' in your httpd.conf file. The option may be commented
out.

-- 
	-Mike Melanson



This archive was generated by hypermail 2a24 : Mon May 28 2001 - 07:45:19 MDT