Sindbad~EG File Manager
#
# Virtual Hosts
#
### All the domains are below the beeson folder, so set general access rules
### for that directory.
<Directory "/usr/home/beeson/public_html">
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
Options Indexes FollowSymLinks
# AllowOverride FileInfo AuthConfig Limit
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# Use name-based virtual hosting.
NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
### !!! the default container is the first -- no match, then use first !!!
<VirtualHost *:80>
ServerAdmin webmaster@beeson-vm.static.monkeybrains.net
DocumentRoot "/usr/home/beeson/public_html"
ServerName beeson-vm.static.monkeybrains.net
ErrorLog "/var/log/www/beeson-vm-error_log"
CustomLog "/var/log/www/beeson-vm-access_log" combined
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@helpwithmath.com
DocumentRoot "/usr/home/beeson/public_html/helpwithmath"
ServerName www.helpwithmath.com
ServerAlias helpwithmath.com
ErrorLog "/var/log/www/helpwithmath.com-error_log"
CustomLog "/var/log/www/helpwithmath.com-access_log" combined
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@michaelbeeson.com
DocumentRoot "/usr/home/beeson/public_html/michaelbeeson"
ServerName www.michaelbeeson.com
ServerAlias michaelbeeson.com
ErrorLog "/var/log/www/michaelbeeson.com-error_log"
CustomLog "/var/log/www/michaelbeeson.com-access_log" combined
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@dynamicgeometry.org
DocumentRoot "/usr/home/beeson/public_html/dynamicgeometry"
ServerName www.dynamicgeometry.org
ServerAlias dynamicgeometry.org
ErrorLog "/var/log/www/dynamicgeometry.org-error_log"
CustomLog "/var/log/www/dynamicgeometry.org-access_log" combined
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@mathxpert.com
DocumentRoot "/usr/home/beeson/public_html/mathxpert"
ServerName www.mathxpert.com
ServerAlias mathxpert.com
Redirect / http://helpwithmath.com/
ErrorLog "/var/log/www/mathxpert.com-error_log"
CustomLog "/var/log/www/mathxpert.com-access_log" combined
</VirtualHost>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache "shmcb:/var/run/ssl_scache(512000)"
SSLSessionCacheTimeout 300
SSLMutex "file:/var/run/ssl_mutex"
<VirtualHost *:443>
Header set Strict-Transport-Security "max-age=500"
ServerName www.helpwithmath.com
ServerAdmin webmaster@helpwithmath.com
DocumentRoot "/usr/home/beeson/public_html/helpwithmath"
ServerAlias helpwithmath.com
ErrorLog "/var/log/www/SSL-helpwithmath.com-error.log"
TransferLog "/var/log/www/SSL-helpwithmath.com-access_log"
SSLEngine on
### SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL
###SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL
SSLCipherSuite HIGH:!SSLv2:!ADH:!aNULL:!eNULL:!NULL
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCertificateFile /home/beeson/ssl/www.helpwithmath.com.crt
SSLCertificateKeyFile /home/beeson/ssl/www.helpwithmath.com.key
SSLCertificateChainFile /home/beeson/ssl/intermediate.crt
SSLVerifyClient none
SSLProxyEngine off
</VirtualHost>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists