On Wednesday 27 July 2005 04:47 am, Christopher Taylor wrote:
> On 7/26/05, Christopher Taylor <[EMAIL PROTECTED]> wrote:
> > Here's what I did to fix the problem:
> >
> > 1. Change security from "Higher" to "Standard"
> > 2. Redo the webserver setup through drakwizard
> > 3. Set the webserver path from"/var/www/html/" to
> > "/home/chris/public_html"
> >
> > I am not sure what actually fixed the problem because now I can access at
> > http://127.0.0.1 and http://127.0.0.1/~chris/
> > <http://127.0.0.1/%7Echris/> .
> >
> > I did the grep as well and discovered that I had been chaning
> > httpd.confand I should have been changing httpd2.conf.
> >
> > --
> > Christopher Taylor - Registered Linux User #383327
>
> Except it only works on my account. Other accounts still say forbidden. I
> don't really plan on implementing other accounts and the second one I
> created was just for testing, but I'd still like to know what's going on.
Hi Chris,
You can uncomment these lines in /etc/httpd/conf/commonhttpd.conf :
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
Restart Apache, and apache will be reading all ~/public_html in each user's
account home directory.
--
Fajar Priyanto | Reg'd Linux User #327841 | http://linux2.arinet.org
14:53:21 up 2:44, Mandrakelinux release 10.2 (Limited Edition 2005) for i586
public key: https://www.arinet.org/fajar-pub.key
____________________________________________________
Want to buy your Pack or Services from Mandriva?
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________
--
Christopher Taylor - Registered Linux User #383327
