Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <VirtualHost vm-doku.eva.evapolda.de:80>
  2. ServerName vm-doku
  3.  
  4. ServerAdmin webmaster@localhost
  5. DocumentRoot /var/www/html
  6.  
  7. # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
  8. # error, crit, alert, emerg.
  9. # It is also possible to configure the loglevel for particular
  10. # modules, e.g.
  11. #LogLevel info ssl:warn
  12.  
  13. ErrorLog ${APACHE_LOG_DIR}/error.log
  14. CustomLog ${APACHE_LOG_DIR}/access.log combined
  15.  
  16. # For most configuration files from conf-available/, which are
  17. # enabled or disabled at a global level, it is possible to
  18. # include a line for only one particular virtual host. For example the
  19. # following line enables the CGI configuration for this host only
  20. # after it has been globally disabled with "a2disconf".
  21. #Include conf-available/serve-cgi-bin.conf
  22. </VirtualHost>
  23.  
  24. <VirtualHost essen.vm-doku.eva.evapolda.de:80>
  25. ServerName essen.vm-doku
  26.  
  27. ServerAdmin webmaster@localhost
  28. DocumentRoot /var/www_2/
  29.  
  30. # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
  31. # error, crit, alert, emerg.
  32. # It is also possible to configure the loglevel for particular
  33. # modules, e.g.
  34. #LogLevel info ssl:warn
  35.  
  36. ErrorLog ${APACHE_LOG_DIR}/error_essen.log
  37. CustomLog ${APACHE_LOG_DIR}/access_essen.log combined
  38.  
  39. # For most configuration files from conf-available/, which are
  40. # enabled or disabled at a global level, it is possible to
  41. # include a line for only one particular virtual host. For example the
  42. # following line enables the CGI configuration for this host only
  43. # after it has been globally disabled with "a2disconf".
  44. #Include conf-available/serve-cgi-bin.conf
  45. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement