Guest User

Untitled

a guest
Oct 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName Symfony2
  3. DocumentRoot "/path/to/symfony_2_app/web"
  4. DirectoryIndex index.php index.html
  5. SetEnv SYMFONY__DATABASE__USER user
  6. SetEnv SYMFONY__DATABASE__PASSWORD secret
  7.  
  8. <Directory "/path/to/symfony_2_app/web">
  9. AllowOverride All
  10. Allow from All
  11. </Directory>
  12. </VirtualHost>
Add Comment
Please, Sign In to add comment