Guest User

Untitled

a guest
Mar 22nd, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName wbase.websiteserverbox
  3. ServerAlias www.wbase.websiteserverbox blogbase.websiteserverbox www.blogbase.websiteserverbox
  4. ServerAdmin admin@website.de
  5.  
  6. DocumentRoot /var/www-data
  7.  
  8.  
  9. DirectoryIndex index.php index.html
  10.  
  11.  
  12. LogLevel Warn
  13. LogFormat vhost_common
  14.  
  15. CustomLog /var/log/apache2/websitewbase.access.log vhost_common
  16. ErrorLog /var/log/apache2/websitewbase.error.log
  17.  
  18.  
  19. <Directory /var/www-data>
  20. Options FollowSymLinks
  21. Require all granted
  22. AllowOverride All
  23. php_admin_value error_log /var/www-data/php-errors.log
  24. php_admin_flag log_errors On
  25. php_admin_flag session.gc_probability 1
  26. </Directory>
  27.  
  28.  
  29.  
  30. </VirtualHost>
Add Comment
Please, Sign In to add comment