start
[Business-OnlineThirdPartyPayment-FCMB.git] / faker / fcmb.conf
1 <IfModule mod_ssl.c>
2 <VirtualHost localhost:443>
3         ServerAdmin webmaster@localhost
4
5         DocumentRoot /var/www
6         <Directory />
7                 Options FollowSymLinks
8                 AllowOverride None
9         </Directory>
10         <Directory /var/www/>
11                 Options Indexes FollowSymLinks MultiViews
12                 AllowOverride None
13                 Order allow,deny
14                 allow from all
15         </Directory>
16         <Directory /var/www/customerportal>
17                 Options ExecCGI
18                 AddHandler cgi-script .cgi .aspx .ashx
19         </Directory>
20
21         ErrorLog ${APACHE_LOG_DIR}/fcmb_error.log
22
23         CustomLog ${APACHE_LOG_DIR}/fcmb_access.log combined
24
25         SSLEngine on
26         SSLCertificateFile    /etc/ssl/certs/ssl-cert-snakeoil.pem
27         SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
28
29         BrowserMatch "MSIE [2-6]" \
30                 nokeepalive ssl-unclean-shutdown \
31                 downgrade-1.0 force-response-1.0
32         BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
33
34 </VirtualHost>
35 </IfModule>