# # When we also provide SSL we have to listen to the # standard HTTP port (see above) and to the HTTPS port # Listen 9443 # General setup for the virtual host, inherited from global configuration #DocumentRoot "/var/www/html" #ServerName www.example.com:443 DocumentRoot /var/www/alldocs/secure ServerName https://secure.trade-ideas.com Alias /static /var/www/alldocs/static Alias /stats /var/www/alldocs/stats AllowOverride All AuthType Basic AuthName "Stats" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees AddType text/html .html .html.gz Require group employees Automation Require group employees Automation AuthType Basic AuthName "Stats" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees AddType text/html .html .html.gz AllowOverride All AuthType Basic AuthName "etrade" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees etrade AuthType Basic AuthName "Scottrade" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees Scottrade AuthType Basic AuthName "SMB" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees SMB AuthType Basic AuthName "etrade" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees AuthType Basic AuthName "trade-ideas.cn" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees CN AuthType Basic AuthName "Weston" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees Weston AuthType Basic AuthName "ShandBird" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees ShaneBird AuthType Basic AuthName "JoeFavaloro" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees JoeFavaloro AuthType Basic AuthName "IFT" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees IFT AuthType Basic AuthName "Keith Menzel" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees KeithMenzel AddHandler application/x-httpd-php .html AuthType Basic AuthName "Stats" AuthUserFile /var/www/passwords/secure AuthGroupFile /var/www/passwords/groups Require group employees IIT RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L] DocumentRoot /var/www/alldocs/iit ServerName "iit.trade-ideas.com" DocumentRoot /var/www/alldocs/iit ServerName "iit.trade-ideas.com" # I don't think anyone uses /Source. Maybe google analytics made it unnecessary. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L] DocumentRoot /var/www/alldocs/iit ServerName "iit-test.trade-ideas.com" DocumentRoot /var/www/alldocs/iit ServerName "iit-test.trade-ideas.com" # I don't think anyone uses /Source. Maybe google analytics made it unnecessary. AddHandler application/x-httpd-php .html RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L] DocumentRoot /var/www/alldocs/optima ServerName "optima.trade-ideas.com" DocumentRoot /var/www/alldocs/optima ServerName "optima.trade-ideas.com" #RewriteEngine On #RewriteCond %{HTTPS} off #RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L] DocumentRoot /var/www/alldocs/optima ServerName "web.optimasoft.co" DocumentRoot /var/www/alldocs/optima ServerName "web.optimasoft.co" Listen 9444 # General setup for the virtual host, inherited from global configuration #DocumentRoot "/var/www/html" #ServerName www.example.com:443 DocumentRoot /var/www/alldocs/cms_complement ServerName https://www.trade-ideas.com