[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] apache2 debian-edu-default.conf: Do not force HTTPS on *.crt (including Debian-Edu_rootCA.crt).
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Fri May 22 23:28:57 BST 2026
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config
Commits:
b892e2fa by Daniel Teichmann at 2026-05-22T22:28:45+00:00
apache2 debian-edu-default.conf: Do not force HTTPS on *.crt (including Debian-Edu_rootCA.crt).
Closes: #1068388
- - - - -
1 changed file:
- etc/apache2/sites-available/debian-edu-default.conf
Changes:
=====================================
etc/apache2/sites-available/debian-edu-default.conf
=====================================
@@ -7,7 +7,9 @@
<Directory /etc/debian-edu/www/ >
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
+ # HTTP only: wpad.dat + Debian-Edu_rootCA.crt
RewriteCond %{REQUEST_URI} !\.dat$
+ RewriteCond %{REQUEST_URI} !\.crt$
RewriteRule ^(.*)$ https://%{SERVER_ADDRESS}/$1 [R=301,L]
Options Indexes FollowSymLinks MultiViews
AllowOverride None
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b892e2fa02609b78d959c76db47a73bc1c8f559f
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b892e2fa02609b78d959c76db47a73bc1c8f559f
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20260522/3136ddcc/attachment.htm>
More information about the debian-edu-commits
mailing list