Hi Recently i installed Suse10.2 (64bit), I use PHP and prefer to keep stuff under my home dir. instead of the standard document root. For this one has to configure Apache to use mod_userdir.so, this should be working out of the box but does not. even though all the modules are installed.
The problem got solved after few minutes of searching on the net, this is what has to be added to your /etc/apache2/default-server.conf UserDir "public_html" Include /etc/apache2/mod_userdir.conf this info was found at the following link -- http://lists4.opensuse.org/opensuse-bugs/2006-11/msg04480.html Hope this is helpful to people !!! Gaurav Pant (aka Dexter) http://www.horizontalrings.com -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
