Advertisement
GemsMC

subdomain

Oct 6th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. ServerName subdomain.deinserver.de
  4.  
  5. ServerAdmin subdomain@deinserver.de
  6. DocumentRoot /var/www/subdomain.deinserver.de
  7.  
  8. ErrorLog /var/log/apache2/subdomain.error.log
  9. CustomLog /var/log/apache2/subdomain.access.log combined
  10.  
  11. </VirtualHost>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement