Advertisement
sergio_educacionit

template

Dec 27th, 2022
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <VirtualHost *:80>
  2. #ServerName
  3. ServerAdmin webmaster@localhost
  4. DocumentRoot /var/www/html
  5. ErrorLog ${APACHE_LOG_DIR}/error.log
  6. CustomLog ${APACHE_LOG_DIR}/access.log combined
  7. </VirtualHost>
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement