Advertisement
Sergio_Istea

intranet.lab.conf (virtualhost)

Oct 1st, 2024 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. ServerAdmin webmaster@localhost
  4. DocumentRoot /var/www/intranet.lab
  5. ServerName intranet.lab
  6. ServerAlias www.intranet.lab
  7.  
  8.  
  9. ErrorLog ${APACHE_LOG_DIR}/error.log
  10. CustomLog ${APACHE_LOG_DIR}/access.log combined
  11.  
  12.  
  13. </VirtualHost>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement