Configurar el servidor web
Publicado por sandra (2 intervenciones) el 11/09/2009 16:35:54
Hola que tal.
Estoy comenzando con symfony y no puedo lograr la configuracion del servidor web. Segui todos estos pasos pero no anda.
<VirtualHost 127.0.0.1:8080>
DocumentRoot "/home/sfprojects/jobeet/web"
DirectoryIndex index.php
<Directory "/home/sfprojects/jobeet/web">
AllowOverride All
Allow from All
</Directory>
Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
<Directory "/home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
estas lineas tengo en el archivo /etc/apache2/httpd.conf.
Cuando guardo y reinico el apache me da este informe en la consola:
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
cuando ingreso en el url. http://localhost:8080/index.php me da el error de.- (Estado HTTP 404 - /index.php)
No se que etoy haciendo mal????
Alguien puede darme una ayuda desde ya muchisimas gracias..
Estoy siguiendo la guia del apunte JOBEET.
Estoy comenzando con symfony y no puedo lograr la configuracion del servidor web. Segui todos estos pasos pero no anda.
<VirtualHost 127.0.0.1:8080>
DocumentRoot "/home/sfprojects/jobeet/web"
DirectoryIndex index.php
<Directory "/home/sfprojects/jobeet/web">
AllowOverride All
Allow from All
</Directory>
Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
<Directory "/home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
estas lineas tengo en el archivo /etc/apache2/httpd.conf.
Cuando guardo y reinico el apache me da este informe en la consola:
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
cuando ingreso en el url. http://localhost:8080/index.php me da el error de.- (Estado HTTP 404 - /index.php)
No se que etoy haciendo mal????
Alguien puede darme una ayuda desde ya muchisimas gracias..
Estoy siguiendo la guia del apunte JOBEET.
Valora esta pregunta


0