You are not logged in.
Hello,
I've configured usersdirs like this:
<VirtualHost *>
ServerName users.opengate.be
ServerAdmin glenn@opengate.be
DocumentRoot /home/glenn/sites/opengate.be/users/public_html
ErrorLog /home/glenn/sites/opengate.be/users/logs/error.log
CustomLog /home/glenn/sites/opengate.be/users/logs/access.log combined
UserDir /home/*/public_html
<Directory /home/*/public_html>
AllowOverride All
</Directory>
<Directory /home/*/public_html/cgi-bin>
Options +ExecCGI
AddHandler cgi-script .cgi
</Directory>
</VirtualHost>
The problem is that the userdirs are not only accessible from users.opengate.be, but also from all other hosts hosted on my server! Is this standard UNIX behaviour? The windows version doesn't do this.
:?
Offline
... not only accessible from users.opengate.be ..
i guess that means
users.opengate.be/testuser/index.html works but also
some.other.virtualhost.domain/testuser/index.html too ..?
well apach is somehow voodoo .. i guess its something easy like..: you forgot to forbid the generall access
Offline
... not only accessible from users.opengate.be ..
i guess that means
users.opengate.be/testuser/index.html works but also
some.other.virtualhost.domain/testuser/index.html too ..?well apach is somehow voodoo .. i guess its something easy like..: you forgot to forbid the generall access
No, users.opengate.be/~glenn is also accessible from for example
http://213.193.228.197/~glenn, altough I didn't configure it that way.
:?
Offline
post your httpd.conf please... without comments ;-)
Offline