Guest User

Untitled

a guest
Apr 23rd, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin root@localhost
  3. DocumentRoot /var/www/html
  4. ServerName nameofserver@server.com
  5. DirectoryIndex file.html file.php
  6. </VirtualHost>
Add Comment
Please, Sign In to add comment