diff options
author | tron <tron> | 1999-05-11 20:37:30 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-11 20:37:30 +0000 |
commit | e0515c3b75bd80f950298fb91b02974b7b412287 (patch) | |
tree | 8401f78f506000a416c42bf1674d15defbbb649b /mk | |
parent | 24a562091eb04ef8be9c5c669184e6f76467ec36 (diff) | |
download | pkgsrc-e0515c3b75bd80f950298fb91b02974b7b412287.tar.gz |
Add "APACHE_PERF_TUNING" and "APACHE_SUEXEC".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 23b94093991..e073e99216a 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.53 1999/05/03 23:39:22 tv Exp $ +# $NetBSD: mk.conf.example,v 1.54 1999/05/11 20:37:30 tron Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -161,6 +161,16 @@ # its logs and status files. # Default: /var/amanda +#APACHE_PERF_TUNING= yes # Optimize for maximum Apache performance. + # Possible: not defined, YES + # Default: not defined + +#APACHE_SUEXEC= yes # Enable support Switch User For Exec. + # See http://www.apache.org/docs/suexec.html + # for more informations. + # Possible: not defined, YES + # Default: not defined + #BOOTSTRAP_EGCS= # Used in egcs-current package to set # bootstrap compile (two-stage) mode. # Possible: defined, not defined |