>
>
>Now the homedirs are all not executable by world!  This means, that I
>cannot access the dirs with Apache (http://localhost/~askwar).
>
Why not make a /var/www/users/askwar directory and point apache to that?

<IfModule mod_userdir.c>
#       UserDir public_html
        UserDir /var/www/users/*
</IfModule>

Stefan


Reply via email to