public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 08f00541deb7cbfb69792d758e3655795e566179
@ 2025-07-10  9:49 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-07-10  9:49 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  08f00541deb7cbfb69792d758e3655795e566179 (commit)
      from  81b94e19858e16fb7e04779001e4725daf0d453d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 08f00541deb7cbfb69792d758e3655795e566179
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Thu Jul 10 09:48:28 2025 +0000

    apache2: Allow uploads of up to 2 GiB
    
      https://community.ipfire.org/t/restore-backup-not-working-request-entity-too-large/14352
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/httpd/vhosts.d/ipfire-interface-ssl.conf | 3 +++
 config/rootfiles/core/197/filelists/files       | 1 +
 config/rootfiles/core/197/update.sh             | 5 +++--
 3 files changed, 7 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf
index 278283d083..17a916ff38 100644
--- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf
+++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf
@@ -18,6 +18,9 @@
     SSLCertificateFile /etc/httpd/server-ecdsa.crt
     SSLCertificateKeyFile /etc/httpd/server-ecdsa.key
 
+    # Allow uploads of up to 2 GiB (for backup restores)
+    LimitRequestBody 2147483648
+
     Header always set X-Content-Type-Options nosniff
     Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
     Header always set Referrer-Policy strict-origin
diff --git a/config/rootfiles/core/197/filelists/files b/config/rootfiles/core/197/filelists/files
index 02ce9631ad..05a3215267 100644
--- a/config/rootfiles/core/197/filelists/files
+++ b/config/rootfiles/core/197/filelists/files
@@ -1,3 +1,4 @@
+etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf
 var/ipfire/langs/list
 var/ipfire/menu.d/20-status.menu
 var/ipfire/menu.d/40-services.menu
diff --git a/config/rootfiles/core/197/update.sh b/config/rootfiles/core/197/update.sh
index bc6284b9be..311bddb859 100644
--- a/config/rootfiles/core/197/update.sh
+++ b/config/rootfiles/core/197/update.sh
@@ -50,11 +50,12 @@ ldconfig
 # Filesytem cleanup
 /usr/local/bin/filesystem-cleanup
 
-# Increment ipsec serial file if x509 certificates present and no content in index.txt
-
 # Apply SSH configuration
 /usr/local/bin/sshctrl
 
+# Reload Apache2
+/etc/init.d/apache reload
+
 # This update needs a reboot...
 #touch /var/run/need_reboot
 


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-10  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-10  9:49 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 08f00541deb7cbfb69792d758e3655795e566179 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox