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/pbx.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              pbx.computerisms.com
        ServerAdmin             bob@computerisms.com
        RewriteEngine           on
        RewriteCond             %{HTTPS} !=on
        RewriteRule             ^(.*) https://%{SERVER_NAME}$1 [R,L]
        ErrorLog                /var/log/apache2/pbx.computerisms.com/error.log
        LogLevel                error
        CustomLog               /var/log/apache2/pbx.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/pbx.computerisms.com/pbx.computerisms.com.pem
        SSLCertificateKeyFile   /var/CA/computerisms.com/pbx.computerisms.com/pbx.computerisms.com.nopw.key
        SSLCACertificateFile    /var/CA/computerisms.com/CA/Computerisms.Certificate.Authority
        SSLProtocol             -All +SSLv3 +TLSv1
        ServerName              pbx.computerisms.com
        ServerAdmin             bob@computerisms.com
        DocumentRoot            /Computerisms/sites/pbx.computerisms.com
        AssignUserID            asterisk        asterisk
        MaxClientsVHost         1000
        NiceValue               10
        <Directory /Computerisms/sites/pbx.computerisms.com>
                Options         Indexes FollowSymLinks MultiViews
                AllowOverride   All
                Require         all             granted
        </Directory>
        ErrorLog                /var/log/apache2/pbx.computerisms.com/error.log
        CustomLog               /var/log/apache2/pbx.computerisms.com/access.log combined
</VirtualHost>