Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

/etc/apache2/sites-available/cal.computerisms.com.conf

From COCNM
Jump to navigation Jump to search
<VirtualHost 192.168.26.10:80 >
        ServerName              cal.computerisms.com
        ServerAdmin             bob.miller@computerisms.com
        RewriteEngine           on
        RewriteCond             %{HTTPS} !=on
        RewriteRule             ^(.*) https://%{SERVER_NAME}$1 [R,L]
        ErrorLog                /var/log/apache2/cal.computerisms.com/error.log
        LogLevel                error
        CustomLog               /var/log/apache2/cal.computerisms.com/access.log combined
        ServerSignature         Off
</VirtualHost>
<VirtualHost 192.168.26.10:443 >
        SetEnvIf                User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
        SSLEngine               on
        SSLCertificateFile      /var/CA/computerisms.com/cal.computerisms.com/cal.computerisms.com.pem
        SSLCertificateKeyFile   /var/CA/computerisms.com/cal.computerisms.com/cal.computerisms.com.nopw.key
        SSLCACertificateFile    /var/CA/computerisms.com/CA/Computerisms.Certificate.Authority
        SSLProtocol             -All +SSLv3 +TLSv1
        DocumentRoot            /usr/share/davical/htdocs
        DirectoryIndex          index.php index.html
        ServerName              cal.computerisms.com
        ServerAdmin             bob.miller@computerisms.com
        AssignUserID            davical davical
        MaxClientsVHost         1000
        NiceValue               10
        <Directory /usr/share/davical/htdocs/>
                AllowOverride   None
                Require         all     granted
        </Directory>
        AcceptPathInfo          On
        php_value               include_path /usr/share/awl/inc
        php_value               magic_quotes_gpc 0
        php_value               register_globals 0
        php_value               error_reporting "E_ALL & ~E_NOTICE"
        php_value               default_charset "utf-8"
        php_admin_value         open_basedir /usr/share/davical:/usr/share/awl/inc:/etc/davical
        ErrorLog                /var/log/apache2/cal.computerisms.com//error.log
        LogLevel                error
        CustomLog               /var/log/apache2/cal.computerisms.com/access.log combined
        ServerSignature         Off
</VirtualHost>