Advertisement
brazenparadox

Untitled

Feb 24th, 2021
3,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.     ServerAdmin webmaster@dummy-host2.example.com
  3.     DocumentRoot "/home/brazenparadox/Documents/area51/customapache/site"
  4.     <Directory "/home/brazenparadox/Documents/area51/customapache/site">
  5.         Options Indexes FollowSymLinks
  6.         AllowOverride None
  7.         Require all granted
  8.  
  9.     </Directory>
  10.  
  11.     #ServerName dummy-host2.example.com
  12.     ErrorLog "logs/dummy-host2.example.com-error_log"
  13.     CustomLog "logs/dummy-host2.example.com-access_log" common
  14. </VirtualHost>
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement