aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/conf/0001-httpd.conf-ServerRoot.patch
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2015-09-11 14:52:18 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2015-12-15 11:31:36 +0200
commitdfb1e11b9edcfe9876e8130da45d06cb31d6fa03 (patch)
tree756a50f5dafc8a753821d56f537dec97b76532fb /main/apache2/conf/0001-httpd.conf-ServerRoot.patch
parent96e51aae7baf5ac9bdbc14bdada5e3f1c8d404f6 (diff)
downloadaports-dfb1e11b9edcfe9876e8130da45d06cb31d6fa03.tar.bz2
aports-dfb1e11b9edcfe9876e8130da45d06cb31d6fa03.tar.xz
main/apache2: base configuration on upstream default files
Diffstat (limited to 'main/apache2/conf/0001-httpd.conf-ServerRoot.patch')
-rw-r--r--main/apache2/conf/0001-httpd.conf-ServerRoot.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/apache2/conf/0001-httpd.conf-ServerRoot.patch b/main/apache2/conf/0001-httpd.conf-ServerRoot.patch
new file mode 100644
index 0000000000..e69dea402d
--- /dev/null
+++ b/main/apache2/conf/0001-httpd.conf-ServerRoot.patch
@@ -0,0 +1,25 @@
+From 6f3ae7182eff18a41f6e6762c3f98c6516d79270 Mon Sep 17 00:00:00 2001
+From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
+Date: Mon, 21 Sep 2015 12:16:16 +0300
+Subject: [PATCH 01/14] httpd.conf: ServerRoot
+
+---
+ docs/conf/httpd.conf.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
+index 6e41891..ddf9470 100644
+--- a/docs/conf/httpd.conf.in
++++ b/docs/conf/httpd.conf.in
+@@ -28,7 +28,7 @@
+ # same ServerRoot for multiple httpd daemons, you will need to change at
+ # least PidFile.
+ #
+-ServerRoot "@@ServerRoot@@"
++ServerRoot /var/www
+
+ #
+ # Mutex: Allows you to set the mutex mechanism and mutex file directory
+--
+2.5.0
+