lookaside: Try again allowing the CGI script

This commit is contained in:
Mathieu Bridon 2015-01-26 17:15:52 +01:00
parent fcf12e54a3
commit e39ab5d3e8

View file

@ -17,8 +17,6 @@ SSLCryptoDevice builtin
# This alias must come before the /repo/ one to avoid being overridden.
ScriptAlias /repo/pkgs/upload.cgi /srv/web/upload.cgi
Require all granted
Alias /repo/ /srv/cache/lookaside/
ServerName pkgs.fedoraproject.org
ServerAdmin webmaster@fedoraproject.org
@ -55,6 +53,9 @@ SSLCryptoDevice builtin
<Location /repo/pkgs/upload.cgi>
SSLRequireSSL
Options +ExecCGI
Require all granted
SSLVerifyClient optional
SSLVerifyDepth 1
SSLOptions +StrictRequire +StdEnvVars +OptRenegotiate