from one of my srm.conf files:
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
DocumentRoot /var/lib/httpd/htdocs
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is recieved.
UserDir public_html
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
DirectoryIndex index.html
-GC
Quote:> Hi folks,
> I'm kinda stressed up.
> All day long I have tried to give my Users their own public_html directory
> using "UserDir" in the srm.conf file. The problem is, I constantly get a
> permission denied or 403 error in my browser when I want to acces a
> www.domain.com/~user
> URL. Can anyone tell me how to give these files permission to be read from
> outside or something.
> Oh yeah, if you want to see it. http://javastraat.yi.org/~joostvl
> Obviously, joostvl is the user
> Greets,
> Joost van Leeuwaarden