diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 186be894e99..9c3f7ec505c 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -17,7 +17,10 @@ anope-dbencryption Enable database encryption. anthy Use Anthy as Japanese conversion program. anthy-2ch-dict Include the 2ch dictionary. anthy-okinawa-dict Include the okinawa dictionary. -apache Enable support for apache web server. +apache Enable support for Apache web server. +apache-mpm-event Use multi-threaded workers in Apache web server. +apache-mpm-prefork Use pre-forked workers in Apache web server. +apache-mpm-worker Use multiple processes of multi-threaded workers in Apache web server. apache-shared-modules Build all modules as shared for apache22. ares Use the ares library for asynchronous name resolution. aria2-metalink Enable Metalink support. @@ -464,6 +467,7 @@ ssl Enable SSL support. starttls Enable TLS support. streamtuner-local Enable local metadata support. streamtuner-xiph Enable the Xiph plugin . +suexec Enable suEXEC support in Apache web server. suhosin Enable suhosin security enhancements for PHP. sun-jre-jce Use unlimited strength cryptography extension. svg Enable SVG support. |