Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost 46.226.12.232:8443>
- ServerName richardhagen.no
- ServerAlias www.richardhagen.no
- ServerAdmin [email protected]
- DocumentRoot /.../public_html
- #SuexecUserGroup richard richard
- CustomLog /var/log/httpd/domains/richardhagen.no.bytes bytes
- CustomLog /var/log/httpd/domains/richardhagen.no.log combined
- ErrorLog /var/log/httpd/domains/richardhagen.no.error.log
- <Directory /.../public_html>
- AllowOverride All
- SSLRequireSSL
- Options +Includes -Indexes +ExecCGI
- </Directory>
- SSLEngine on
- SSLVerifyClient none
- SSLCertificateFile /.../xxx.crt
- SSLCertificateKeyFile /.../xxx.key
- #SSLCertificateChainFile /.../xxx.ca
- <IfModule mod_ruid2.c>
- RMode config
- RUidGid richard richard
- RGroups apache
- </IfModule>
- <IfModule itk.c>
- AssignUserID richard richard
- </IfModule>
- Include /home/richard/conf/web/shttpd.richardhagen.no.conf*
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement