Advertisement
inoculator

Untitled

May 7th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost 10.10.10.240:1446>
  3. ServerName mein.server.tld
  4. ServerAdmin [snipped]
  5. ServerAlias mein2ter.server.tdl
  6.  
  7. DocumentRoot /var/www/horde
  8. DirectoryIndex index.php
  9. <Directory /var/www/horde>
  10. Order allow,deny
  11. AllowOverride None
  12. Options +Indexes +FollowSymlinks +Includes
  13. Allow from all
  14. </Directory>
  15. <DirectoryMatch postfixadmin>
  16. Order allow,deny
  17. Deny from all
  18. </DirectoryMatch>
  19. <DirectoryMatch phpmyadmin>
  20. Order allow,deny
  21. Deny from all
  22. </DirectoryMatch>
  23.  
  24. # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
  25. # error, crit, alert, emerg.
  26. # It is also possible to configure the loglevel for particular
  27. # modules, e.g.
  28. #LogLevel info ssl:warn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement