[ubuntu-it] Apache2 e home directory

Giaipur giaipur a gmail.com
Mer 16 Nov 2005 17:02:22 CST


domenica 13 novembre 2005, alle 11:20, Simone Dalla ha scritto:

> Ho installato Apache2 e ho bisogno di accedere alla mia home dir con
> http://localhost/~myhome
> ho creato la dir public_html nell mia home ma ho sempre il seguente errore
> 
> Forbidden
> 
> You don't have permission to access /~simo on this server.

Guarda se nel tuo httpd.conf trovi qualcosa di simile:

 <Directory /home/*/public_html>
        AllowOverride All
        Options MultiViews +Indexes Includes FollowSymLinks
        <IfModule mod_access.c>
            Order allow,deny
            Allow from all
        </IfModule>
    </Directory>


Saluti

-- 
``Free software'' is a matter of liberty, not price. To
understand the concept, you should think of ``free
speech,'' not as in ``free beer.''



Maggiori informazioni sulla lista ubuntu-it