diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-04 23:42:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-04 23:42:08 +0000 |
commit | 7784bb92d44d1acba188df2ac6ad2c5abc177c4a (patch) | |
tree | 9593ff4ac852049da8960ad54c9f3aca399307ec /www/apache13/files | |
parent | o Update checksum for redhat-release. It has been repackaged. No (diff) |
Pick official proxy_http1.1_chunking.patch
Install apache.sh as apache.sh.default first
Use limits of 'www' user for apachectl
Notes
Notes:
svn path=/head/; revision=58562
Diffstat (limited to 'www/apache13/files')
-rw-r--r-- | www/apache13/files/patch-ak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/files/patch-ak b/www/apache13/files/patch-ak index 486f7ad159cf..9f3163556b4c 100644 --- a/www/apache13/files/patch-ak +++ b/www/apache13/files/patch-ak @@ -4,7 +4,7 @@ # -------------------- -------------------- # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| -+eval `limits -e -C daemon` >/dev/null 2>&1 ++eval `limits -e -U www` >/dev/null 2>&1 + ERROR=0 ARGV="$@" |