[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ayuda Servidor Web Local en Debian 8.1



Hola lista, he trabajado servidores webs locales tanto en Debian 6 y 7 sin
problemas. Ahora con Debian 8.1 me he encontrado que cuando alojo mi web
en /var/www/mi-web/, pues no me sale desde el navegador y me arroja

Not Found

The requested URL /patrimonio was not found on this server.
Apache/2.4.10 (Debian) Server at localhost Port 80

A la carpeta (mi-web) le di todos los permisos 777 de esta forma y nada:

# chmod -R 777 /var/www/mi-web/

Los pasos que siempre he seguido son:


1.-INSTALAR APACHE 2:

# apt-get install apache2

2.-INSTALAR PHP 5

# apt-get install php5

3.-INSTALAR MYSQL CON PHP 5

# apt-get install mysql-server php5-mysql

4.-INSTALAR PHPMYADMIN

# apt-get install phpmyadmin

Cree mi base de datos desde el phpmyadmin sin problemas.

Pudieran detallarme qu'e hacer, No tengo Internet.



Reply to: