Apache

Rodrigo Fuentealba the.code.keeper en gmail.com
Mar Mayo 27 12:39:40 CLT 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yurkis Isaac Ortiz ® 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(); ?>

- --
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-----


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