en /root/Escritorio/proyectos/volcano tengo un archivo index.php en cual lo requiero verlo por el navegador en http://volcano/
para este fin realize la siguiente configuracion:
en /etc/httpd/conf/httpd.conf
Código BASH:
Ver original
NameVirtualHost *:80 <VirtualHost *:80> # ServerAdmin [email protected] DocumentRoot /root/Escritorio/proyectos/volcano ServerName volcano # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common </VirtualHost>
en /etc/hosts
Código BASH:
Ver original
127.0.0.1 localhost.localdomain localhost ::1 Montes localhost6.localdomain6 localhost6 127.0.0.1 volcano
al probar en el navegador http://volcano/
obtengo este error
Cita:
Forbidden
You don't have permission to access / on this server.
Apache/2.2.15 (CentOS) Server at volcano Port 80
You don't have permission to access / on this server.
Apache/2.2.15 (CentOS) Server at volcano Port 80