Wszystko jest w pliku httpd.conf, jakbyś chociaż chwilę poszukał na google to byś wiedział

U mnie ten fragment wygląda w ten sposób:
Kod
#
# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received. Be especially careful to use
# proper, forward slashes here. On Windows NT, "Personal/My Website"
# is a more appropriate choice.
#
UserDir "D:/Program Files/wamp/Apache2/users/"
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
# You must correct the path for the root to match your system's configured
# user directory location, e.g. "C:/WinNT/profiles/*/My Documents/My Website"
# or whichever, as appropriate.
#
<Directory "D:/Program Files/wamp/Apache2/users">
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
W linuxie pewnie identycznie, z tym że ścieżki się będą różnić.
U Ciebie ściezka wyglądała by pewnie w ten sposób
/home/*/public_html.
Pozdrawiam.
ps. Tak na przyszłość, jeśli temat dotyczy Apache to bądź tak miły i umieszczaj go w odpowiednim dziale ok?