Advertisement
kutte128

karl-napp

Nov 25th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # 22_froxlor_normal_vhost_xxx_xxx.de.conf
  2. # Created 25.11.2014 14:58
  3. # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
  4.  
  5. # Domain ID: 2 - CustomerID: 1 - CustomerLogin: dsmAdmin
  6. <VirtualHost xx.xx.xx.xx:80>
  7. ServerName xxx_xxx.de
  8. ServerAlias www.xxx_xxx.de
  9. ServerAdmin email
  10. # manuell
  11. <Directory /var/www/vhosts/dsmAdmin/xxx_xxx.de/>
  12. Require all granted
  13. </Directory>
  14. # manuell ende
  15. DocumentRoot "/var/www/vhosts/dsmAdmin/xxx_xxx.de/"
  16. <FilesMatch \.php$>
  17. SetHandler proxy:unix:/var/lib/apache2/fastcgi/dsmAdmin-xxx_xxx.de-php-fpm.socket|fcgi://localhost/
  18. </FilesMatch>
  19. Alias /awstats "/var/www/vhosts/dsmAdmin/awstats/xxx_xxx.de"
  20. Alias /awstats-icon "/usr/share/awstats/wwwroot/icon/"
  21. ErrorLog "/var/log/apache2/dsmAdmin-xxx_xxx.de-error.log"
  22. CustomLog "/var/log/apache2/dsmAdmin-xxx_xxx.de-access.log" combined
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement