Advertisement
Guest User

Untitled

a guest
Nov 4th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <VirtualHost 46.226.12.232:8443>
  2.  
  3. ServerName richardhagen.no
  4. ServerAlias www.richardhagen.no
  5. ServerAdmin info@richardhagen.no
  6. DocumentRoot /.../public_html
  7. #SuexecUserGroup richard richard
  8. CustomLog /var/log/httpd/domains/richardhagen.no.bytes bytes
  9. CustomLog /var/log/httpd/domains/richardhagen.no.log combined
  10. ErrorLog /var/log/httpd/domains/richardhagen.no.error.log
  11. <Directory /.../public_html>
  12. AllowOverride All
  13. SSLRequireSSL
  14. Options +Includes -Indexes +ExecCGI
  15. </Directory>
  16. SSLEngine on
  17. SSLVerifyClient none
  18. SSLCertificateFile /.../xxx.crt
  19. SSLCertificateKeyFile /.../xxx.key
  20. #SSLCertificateChainFile /.../xxx.ca
  21.  
  22. <IfModule mod_ruid2.c>
  23. RMode config
  24. RUidGid richard richard
  25. RGroups apache
  26. </IfModule>
  27. <IfModule itk.c>
  28. AssignUserID richard richard
  29. </IfModule>
  30.  
  31. Include /home/richard/conf/web/shttpd.richardhagen.no.conf*
  32.  
  33. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement