Moin
wie erreiche ich dass folgendes unter Apache2 geht bzw ansprechbar ist:
http://server.de/~user
was muss wo und wie eingestellt bzw geconft werden??
Uli
Apache2 und User
-
- Posts: 97
- Joined: 2005-10-29 04:12
- Location: Planet Erde
Re: Apache2 und User
Code: Select all
UserDir public_html
UserDir disabled root
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>
-
- Posts: 105
- Joined: 2002-06-21 16:23
Re: Apache2 und User
ahja einfach inne httpd.conf rein nehm ich an oder??
Uli
Uli
-
- Posts: 97
- Joined: 2005-10-29 04:12
- Location: Planet Erde
Re: Apache2 und User
http://httpd.apache.org/docs/2.0/mod/mod_userdir.html
http://httpd.apache.org/docs/2.0/howto/public_html.html
gruss
http://httpd.apache.org/docs/2.0/howto/public_html.html
apache2.conf oder mit dem Edding auf den server bzw httpd.conf sollte auch gehnahja einfach inne httpd.conf rein nehm ich an oder??
gruss