diff options
author | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
commit | 0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a (patch) | |
tree | c0aa2c0b53c317be87eacfcb77b63f53f1f415e7 /abs/core-testing/apache/httpd.install | |
download | linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.zip linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.gz linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.bz2 |
initial import
Diffstat (limited to 'abs/core-testing/apache/httpd.install')
-rw-r--r-- | abs/core-testing/apache/httpd.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/apache/httpd.install b/abs/core-testing/apache/httpd.install new file mode 100644 index 0000000..f72141a --- /dev/null +++ b/abs/core-testing/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 |