Consulta VirtualHost+Centos 4.4

Ismael Cantieri kaleimn en gmail.com
Jue Mar 8 10:57:38 CLST 2007


En verdad no se si seria Virtual Host en si
el tema es que quiero que cada usuario del sistema en su home pueda poner su
web www.dominio.cl/~usuario
en debian me sale bien pero en centos no me funciona.
les mando como tengo configurado

/etc/httpd/conf/httpd.conf

<IfModule mod_userdir.c>
    #
    # UserDir is disabled by default since it can confirm the presence
    # of a username on the system (depending on home directory
    # permissions).
    #
    # UserDir disable

    #
    # To enable requests to /~user/ to serve the user's public_html
    # directory, remove the "UserDir disable" line above, and uncomment
    # the following line instead:
    #
    UserDir public_html

</IfModule>

#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>
 <Directory /home/*/public_html/cgi-bin/>
Options ExecCGI
SetHandler cgi-script
</Directory>




pero no me funciona, alguno tiene idea de que puede ser???
Mensaje enviado es

Forbidden

You don't have permission to access /~ismael on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an
ErrorDocument to handle the request.
------------------------------
Apache/2.0.52 (CentOS) Server at 200.27.240.90 Port 80

desde ya muchas gracias
-- 
01001001 01110011 01101101 01100001 01100101 01101100 00100000 01000011
01100001 01101110 01110100 01101001 01100101 01110010 01101001
Ismael Cantieri
www.cantieri.tk
Linux user #409459
Ubuntu User # 9265


Más información sobre la lista de distribución Linux