[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: wierd



You probably want to make sure that :

	UserDir is set up to the appropriate user directory --
	for example,
		if people are to store their files in
			/usr/home/public_html

	then their should be an option 

	UserDir public_html 

	in your httpd.conf file


	As well, you probably want to disable this for root and enable for
	everyone else with a config entry something like:


	UserDir disabled root                  # disable root
	UserDir disabled      		       # disable everyone
	UserDir enabled login1, login2, login3 # enable only logins listed

	right under the UserDir public_html line...


	Finally, make sure their is a Directory entry for /usr/home in
	the httpd.conf file, something like:

	<Directory /usr/home/*/public_html>
    	AllowOverride FileInfo AuthConfig Limit
    	Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
        Order allow,deny
        Allow from all
	</Directory>

You will probably need to tailor these to your specific setup.

Billy Turkett

------------------------------------------------------------------------
Billy Turkett				University of South Carolina
turkett cs sc edu			Department of Computer Science



On Fri, 1 Sep 2000, John Kelly Robison wrote:

> Hello all,
> 
> I'm still getting a strange 403 Forbidden message when I try to access
> user web pages on my server.  Everything's been chmoded.  Any ideas?
> 
> Kelly
> 
> 
> 
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
> 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]