You are not logged in.

#1 2012-04-24 16:30:05

Swarfega
Member
Registered: 2011-08-19
Posts: 104

Apache - User directory

I am trying to configure my Arch box so that as new user accounts are created Apache can read the public_html folder (created as part of skel).  If I create users currently Apache can't read the folder so just throws a 403 error.  Running the following on the users home folder works but that's a manual process..

chmod g+xr-w /home/yourusername
chmod -R g+xr-w /home/yourusername/public_html

Before the above I tried also...

usermod -aG users http

Offline

#2 2012-04-25 08:13:17

Swarfega
Member
Registered: 2011-08-19
Posts: 104

Re: Apache - User directory

No ideas on this one? sad

Offline

Board footer

Powered by FluxBB