hirohitosan
July 31st, 2008, 07:26 AM
Hi there.
I run Apache web server on my computer.
I have 2 users: user1 and user2
in /etc/apache2/http.conf I set up the UserDir public_html
I created on both home users the folder public_html.
for the user1 I can read with a web browser the content of the:
my.server/~user1, but for the user2 I get an error message:
my.server/~user2 -> Forbidden
You don't have permission to access /~user2/ on this server.
I guess that is a matter of user permissions or groups. What kind of permissions should I add to user2 for reading with a web browser the content of the user2/public_html folder?
Thanks a lot
I run Apache web server on my computer.
I have 2 users: user1 and user2
in /etc/apache2/http.conf I set up the UserDir public_html
I created on both home users the folder public_html.
for the user1 I can read with a web browser the content of the:
my.server/~user1, but for the user2 I get an error message:
my.server/~user2 -> Forbidden
You don't have permission to access /~user2/ on this server.
I guess that is a matter of user permissions or groups. What kind of permissions should I add to user2 for reading with a web browser the content of the user2/public_html folder?
Thanks a lot