aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-22 19:55:07 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-22 19:57:16 +0200
commit2f6a7ae4b709a53145f5ffc92f026f76cf2a03af (patch)
tree4fbf8ab393ecea315435f05d2cc9108d69b79f40
parent1c1d61c73e583c335b2ebf26b48e2bd5716d3f0e (diff)
downloadetc_apache2-2f6a7ae4b709a53145f5ffc92f026f76cf2a03af.tar.gz
etc_apache2-2f6a7ae4b709a53145f5ffc92f026f76cf2a03af.tar.bz2
etc_apache2-2f6a7ae4b709a53145f5ffc92f026f76cf2a03af.zip
Upgrade to Trisquel 10
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--README2
l---------conf-enabled/javascript-common.conf1
l---------mods-enabled/mpm_event.conf1
l---------mods-enabled/mpm_event.load1
l---------mods-enabled/mpm_prefork.conf1
l---------mods-enabled/mpm_prefork.load1
l---------mods-enabled/reqtimeout.conf1
l---------mods-enabled/reqtimeout.load1
8 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 0391ec8..29aa346 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ necessary for fetching the Replicant source code:
integrate upstream's changes instead.
== Distributions ==
-Currently, Trisquel 8 is being used with that configuration.
+Currently, Trisquel 10 is being used with that configuration.
== License ==
The license of all the files is the AGPLv3 or later.
diff --git a/conf-enabled/javascript-common.conf b/conf-enabled/javascript-common.conf
new file mode 120000
index 0000000..0a4baa4
--- /dev/null
+++ b/conf-enabled/javascript-common.conf
@@ -0,0 +1 @@
+../conf-available/javascript-common.conf \ No newline at end of file
diff --git a/mods-enabled/mpm_event.conf b/mods-enabled/mpm_event.conf
deleted file mode 120000
index fdbe68a..0000000
--- a/mods-enabled/mpm_event.conf
+++ /dev/null
@@ -1 +0,0 @@
-../mods-available/mpm_event.conf \ No newline at end of file
diff --git a/mods-enabled/mpm_event.load b/mods-enabled/mpm_event.load
deleted file mode 120000
index c1e41c1..0000000
--- a/mods-enabled/mpm_event.load
+++ /dev/null
@@ -1 +0,0 @@
-../mods-available/mpm_event.load \ No newline at end of file
diff --git a/mods-enabled/mpm_prefork.conf b/mods-enabled/mpm_prefork.conf
new file mode 120000
index 0000000..85c1baa
--- /dev/null
+++ b/mods-enabled/mpm_prefork.conf
@@ -0,0 +1 @@
+../mods-available/mpm_prefork.conf \ No newline at end of file
diff --git a/mods-enabled/mpm_prefork.load b/mods-enabled/mpm_prefork.load
new file mode 120000
index 0000000..f61ace3
--- /dev/null
+++ b/mods-enabled/mpm_prefork.load
@@ -0,0 +1 @@
+../mods-available/mpm_prefork.load \ No newline at end of file
diff --git a/mods-enabled/reqtimeout.conf b/mods-enabled/reqtimeout.conf
new file mode 120000
index 0000000..093b41d
--- /dev/null
+++ b/mods-enabled/reqtimeout.conf
@@ -0,0 +1 @@
+../mods-available/reqtimeout.conf \ No newline at end of file
diff --git a/mods-enabled/reqtimeout.load b/mods-enabled/reqtimeout.load
new file mode 120000
index 0000000..979fab9
--- /dev/null
+++ b/mods-enabled/reqtimeout.load
@@ -0,0 +1 @@
+../mods-available/reqtimeout.load \ No newline at end of file