Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName jobeet
  3.  
  4. # ServerName jobeet
  5. DocumentRoot "/home/sibok/jobeet/web"
  6. DirectoryIndex index.php
  7. <Directory "/home/sibok/jobeet/web">
  8. AllowOverride All
  9. Allow from All
  10. </Directory>
  11.  
  12. Alias /sf /home/sibok/jobeet/lib/vendor/symfony/data/web/sf
  13. <Directory "/home/sibok/jobeet/lib/vendor/symfony/data/web/sf">
  14. AllowOverride All
  15. Allow from All
  16. </Directory>
  17.  
  18. <IfModule mpm_peruser_module>
  19. ServerEnvironment apache apache
  20. </IfModule>
  21. </VirtualHost>
Add Comment
Please, Sign In to add comment