Add new git vhost
[sysconfig/apache2.git] / sites-common / ssl-common
1 SSLEngine on
2 <FilesMatch "\.(cgi|shtml|phtml|php)$">
3         SSLOptions +StdEnvVars
4 </FilesMatch>
5 <Directory /usr/lib/cgi-bin>
6         SSLOptions +StdEnvVars
7 </Directory>
8
9 BrowserMatch ".*MSIE.*" \
10         nokeepalive ssl-unclean-shutdown \
11         downgrade-1.0 force-response-1.0