lookaside: Try again allowing the CGI script
This commit is contained in:
parent
fcf12e54a3
commit
e39ab5d3e8
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,6 @@ SSLCryptoDevice builtin
|
||||||
# This alias must come before the /repo/ one to avoid being overridden.
|
# This alias must come before the /repo/ one to avoid being overridden.
|
||||||
ScriptAlias /repo/pkgs/upload.cgi /srv/web/upload.cgi
|
ScriptAlias /repo/pkgs/upload.cgi /srv/web/upload.cgi
|
||||||
|
|
||||||
Require all granted
|
|
||||||
|
|
||||||
Alias /repo/ /srv/cache/lookaside/
|
Alias /repo/ /srv/cache/lookaside/
|
||||||
ServerName pkgs.fedoraproject.org
|
ServerName pkgs.fedoraproject.org
|
||||||
ServerAdmin webmaster@fedoraproject.org
|
ServerAdmin webmaster@fedoraproject.org
|
||||||
|
@ -55,6 +53,9 @@ SSLCryptoDevice builtin
|
||||||
<Location /repo/pkgs/upload.cgi>
|
<Location /repo/pkgs/upload.cgi>
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
|
|
||||||
|
Options +ExecCGI
|
||||||
|
Require all granted
|
||||||
|
|
||||||
SSLVerifyClient optional
|
SSLVerifyClient optional
|
||||||
SSLVerifyDepth 1
|
SSLVerifyDepth 1
|
||||||
SSLOptions +StrictRequire +StdEnvVars +OptRenegotiate
|
SSLOptions +StrictRequire +StdEnvVars +OptRenegotiate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue