Hi,
Just installed mysql, apache, php and phpmyadmin and setup
a quick database with phpmyadmin. Everything worked fine
and I could edit the database with the PHP interface.
Now I'm trying to use a user's public_html dir to keep things
ordered (I don't see any need of putting all my stuff under
/var/www).
Everytime I try http://localhost/~myusername
keeps telling me that I have no permission (forbidden)
to access the document. Of course, in httpd.conf
there is the directive to load mod_userdir.c
Is Progeny by default configured to allow putting
personal webpages under $HOME/public_html or
is there any tweaking needed? Have I missed
something? Any RTFM?