projects
/
sysconfig
/
apache2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use /var/www/default for the docroot, not /var/www
[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