Click to See Complete Forum and Search --> : SuSE "public_html"


Andy223
07-28-2004, 04:38 AM
Hello ! :D

I am running SuSE Linux enterprise server 8 and I noticed that for every user I add there is a folder called "public_html" in their home directories.
How do I use this?

In /etc/sysconfig/apache the "HTTPD_SEC_PUBLIC_HTML" set to yes and I have run SuSEconfig to enable it but I can't figure out how to access it. :(

I have tried "http://<iptoserver>/<username>" and "http://<iptoserver>/~<username>" with no success.

Apache is working since I can access the files I put in /srv/www/htdocs from another computer.

Anyone familiar with SuSE who can help me out on this one?

Andy223
07-28-2004, 05:52 AM
Sorry for taking up your time, the problem has been solved.

I looked in my httpd.conf file and found that I had to uncomment some configuration options.

The service can be accessed from http://<iptoserver>/~<username>