Skip to content

Instantly share code, notes, and snippets.

@javiereguiluz
Created October 17, 2011 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javiereguiluz/1293646 to your computer and use it in GitHub Desktop.
Save javiereguiluz/1293646 to your computer and use it in GitHub Desktop.
Configuración mínima de Apache2 para un proyecto Symfony2
<VirtualHost *:80>
DocumentRoot "/Users/javier/sf/cupon.local/web"
DirectoryIndex app.php
ServerName cupon.local
<Directory "/Users/javier/sf/cupon.local/web">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
@brainhell
Copy link

Gracias Javier. Hacía falta. Solo cambié la ruta, ya que uso wamp....

Saludos....
PD: Para cuando sale el libro????

@javiereguiluz
Copy link
Author

No tengo una fecha prevista de publicación del libro, porque soy muy malo realizando estimaciones de este tipo :( Pero espero pronto empezar a dar noticias sobre cómo voy avanzando :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment