Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3.  
  4. DocumentRoot /var/www/py/Phoenix/public
  5. ServerName un_nom
  6.  
  7. <Directory /var/www/py/Phoenix/public>
  8. Options Indexes FollowSymLinks MultiViews
  9. AllowOverride None
  10. Order allow,deny
  11. allow from all
  12. </Directory>
  13.  
  14. </VirtualHost>
Add Comment
Please, Sign In to add comment