Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:fix-apache-transfer-encoding-for-autopkgtest-db into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/464418 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:fix-apache-transfer-encoding-for-autopkgtest-db into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py b/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py index 4386e50..bb7cfff 100644 --- a/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py +++ b/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py @@ -246,6 +246,7 @@ def set_up_web_config(apache): DirectoryIndex browse.cgi RedirectMatch permanent "^/packages(.*)/$" "/packages$1" Redirect permanent /running.shtml /running + SetEnvIf Request_URI /static/(.*) ap_trust_cgilike_cl # webcontrol CGI scripts ScriptAlias /request.cgi {webcontrol_dir}/request.cgi/
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp