Guest User

Untitled

a guest
Jun 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 46 <VirtualHost *:80>
  2. 47 DocumentRoot "/home/surfer/web/up.eubf.net"
  3. <Directory /home/surfer/web/up.eubf.net>
  4. Options Indexes FollowSymLinks MultiViews
  5. 48 Order allow,deny
  6. 49 Allow from all
  7. </Directory>
  8. 50 ServerName up.eubf.net
  9. 51 ServerAlias up.eubf.net
  10. 52 </VirtualHost>
Add Comment
Please, Sign In to add comment