From: Phantasm <phantasm@triad.rr.com> Date: Thu, 16 Nov 2000 14:10:03 -0500 Message-Id: <00111614154001.00596@office> Subject: Re: [SLE] mod_userdir / public_html on SuSE 7 Its the directory permissions set on the home directory make sure /home/usr/public_html is there and then set /home/user to 700 then set everything in there to 711 and then public_html to 755 I use this script to do it for me #***************************************** #*** Webit web permissions script *** #****************************************** chmod 700 $1 && cd $1 && chmod 711 . && chmod 755 ./public_html #****end**** Then you can do webit /home/username and its set for ya ~Robert On Thu, 16 Nov 2000, Chris.Smith@raytheon.co.uk wrote:
Hi,
This doesnt work by default on SuSE 7 but seems to be enabled in httpd.conf. Any ideas how to get it to work how it should?
I've been trying http://localhost/~chris as per normal (my username is chris) but I get a 403 forbidden error. If it's perms, can someone tell me what they should be.
I have created the directory public_html in my home dir and created a valid index.html file before anyone even suggests trying that :)
Cheers,
- Chris.
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq