summaryrefslogtreecommitdiffstats
path: root/abs/core/apache/httpd.install
diff options
context:
space:
mode:
authorJames Meyer <James.meyer@operamail.com>2008-10-02 03:19:12 (GMT)
committerJames Meyer <James.meyer@operamail.com>2008-10-02 03:19:12 (GMT)
commit0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a (patch)
treec0aa2c0b53c317be87eacfcb77b63f53f1f415e7 /abs/core/apache/httpd.install
downloadlinhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.zip
linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.gz
linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.bz2
initial import
Diffstat (limited to 'abs/core/apache/httpd.install')
-rw-r--r--abs/core/apache/httpd.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/apache/httpd.install b/abs/core/apache/httpd.install
new file mode 100644
index 0000000..f72141a
--- /dev/null
+++ b/abs/core/apache/httpd.install
@@ -0,0 +1,16 @@
+post_upgrade() {
+ if [ $(vercmp '2.2.8' $2) -ge 0 ]; then
+ echo '
+ ==> New default DocumentRoot
+
+ Apache httpd uses /srv/http as default DocumentRoot.
+ You can still use your current DocumentRoot
+
+ ==> New default user and group
+
+ Instead of "nobody" apache runs as user/group "http" by default now. You might
+ want to adjust your httpd.conf according to this change. But you can still
+ run httpd as nobody.
+ '
+ fi
+} \ No newline at end of file