Apache

aovalle en gmail.com aovalle en gmail.com
Mar Mayo 27 13:07:17 CLT 2008


2008/5/27 Rodrigo Fuentealba <the.code.keeper en gmail.com>:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Yurkis Isaac Ortiz (R) escribió:
> > Tengo creado un VirtualHost en apache pero cuando trato de abrirlo en un
> navegador me da el siguiente error:
> >
> > You don't have permission to access / on this server.
> >
> > Que debo hacer para resolver el problema
>
> Veamos, la siguiente linea esta ok?
>
> NameVirtualhost *:80
>
> La definicion de un virtualhost debe ser algo asi:
>
> <VirtualHost *:80>
>        ServerAdmin test en test.cl
>        DocumentRoot /var/www/vhosts/xxxx/www
>        ServerName xxxx
>        ServerAlias xxxx
>        <Directory /var/www/vhosts/xxxx/www>
>                Options Indexes Multiviews FollowSymlinks
>                AllowOverride All
>                Order allow,deny
>                Allow from all
>        </Directory>
> </VirtualHost>
>
> Y en /var/www/vhosts/xxx/www debes tener un archivo index.html,
> index.php o lo que sea que tengas funcionando; prueba poniendo un
> archivo index.html en la raiz Web con lo siguiente:
>
> <h1>Funciona</h1>
>
> O si quieres probar con PHP:
>
> <?php phpinfo(); ?>


Ese problema es por que quizas  hiciste el virtualhost con la opciones en
<Directory>  sin indexacion  ( indexes )

Prueba poniendo como dijo Rodirgo un  index.html o index.php y ve si te
sale, si no ya es problema de permisos.

>
>
> - --
> Rodrigo Fuentealba
> Concepción, Región del Bío-Bío, Chile
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkg8OUsACgkQoqmdUrqLMt16AwCdHyCQ+nv89xTV1FBfp1v5dzj1
> vxEAn3H5uAlMg7FwABIWDEvQQJpeWis3
> =+9HU
> -----END PGP SIGNATURE-----
>



-- 
Andrés Esteban Ovalle Gahona (kill-9)
Msn: aovalle en gmail.com
Ingenieria Ejecución Computación e Informática
Web: http://aovalle.tuxserv.cl
Movil: 09-5791839
Staff DebianChile.cl / Coordinador de Proyectos GDSOL
Usuario Linux #456290 (counter.li.org)


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