Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName mywebsite.in
  3. ServerAdmin webmaster@localhost
  4. DocumentRoot /var/www/html/test
  5. ErrorLog ${APACHE_LOG_DIR}/error.log
  6. CustomLog ${APACHE_LOG_DIR}/access.log combined
  7. </VirtualHost>
  8.  
  9. 103.211.135.73 mywebsite.in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement