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/fetch.computerisms.com.conf

From COCNM
Revision as of 02:19, 19 September 2013 by Bob (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<VirtualHost 192.168.26.10:80>
        ServerName              fetch.computerisms.com
        ServerAdmin             bob.miller@computerisms.com
        DocumentRoot            /Computerisms/sites/fetch.computerisms.com/www
        RewriteEngine           On
        RewriteCond             %{HTTPS} off
        RewriteRule             (.*) https://%{HTTP_HOST}%{REQUEST_URI}
        ErrorLog                /var/log/apache2/fetch.computerisms.com/error.log
        LogLevel                error
        CustomLog               /var/log/apache2/fetch.computerisms.com/access.log combined
        ServerSignature         Off
</VirtualHost>
<VirtualHost 192.168.26.10:443>
        ServerName              fetch.computerisms.com
        ServerAdmin             bob.miller@computerisms.com
        AssignUserID            fetch    fetch
        MaxClientsVHost         1000
        NiceValue               10
        SetEnvIf                User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
        SSLEngine               on
        SSLCertificateFile      /var/CA/computerisms.com/fetch.computerisms.com/fetch.computerisms.com.pem
        SSLCertificateKeyFile   /var/CA/computerisms.com/fetch.computerisms.com/fetch.computerisms.com.nopw.key
        SSLCACertificateFile    /var/CA/computerisms.com/CA/Computerisms.Certificate.Authority
        SSLProtocol             -All +SSLv3 +TLSv1
        DocumentRoot            /Computerisms/sites/fetch.computerisms.com/www
        <Directory /Computerisms/sites/computerisms.com/www>
                Options SymLinksIfOwnerMatch MultiViews
                AllowOverride None
                Require         all      granted
        </Directory>
        ErrorLog                /var/log/apache2/fetch.computerisms.com/error.log
        LogLevel                error
        CustomLog               /var/log/apache2/fetch.computerisms.com/access.log combined
        ServerSignature         Off
        php_value file_uploads  On
        php_value               upload_max_filesize             2000M
        php_value               post_max_size                   2100M
</VirtualHost>