diff options
Diffstat (limited to 'abs/core-testing/apache/apache.conf.d')
-rw-r--r-- | abs/core-testing/apache/apache.conf.d | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core-testing/apache/apache.conf.d b/abs/core-testing/apache/apache.conf.d new file mode 100644 index 0000000..c6d0ebf --- /dev/null +++ b/abs/core-testing/apache/apache.conf.d @@ -0,0 +1,15 @@ +# Configuration file for the httpd service. + +# +# The default processing model (MPM) is the process-based +# 'prefork' model. A thread-based model, 'worker', is also +# available, but does not work with some modules (such as PHP). +# The service must be stopped before changing this variable. +# +#HTTPD=/usr/sbin/httpd.worker + +# +# To pass additional options (for instance, -D definitions) to the +# httpd binary at startup, set OPTIONS here. +# +#OPTIONS= |