Advertisement
bytecounter

Untitled

Oct 14th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <VirtualHost 127.0.0.2:80>
  2.  
  3. ServerAdmin admin@bsHostbase
  4. DocumentRoot /var/www/html/private/bshomebase
  5. ServerName bshomebase
  6. Serveralias bshomebase
  7.  
  8. ErrorLog ${APACHE_LOG_DIR}/error.log
  9. CustomLog ${APACHE_LOG_DIR}/access.log combined
  10.  
  11. </VirtualHost>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement