aboutsummaryrefslogtreecommitdiff
path: root/src/apache/apache.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/apache/apache.conf.d')
-rw-r--r--src/apache/apache.conf.d15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/apache/apache.conf.d b/src/apache/apache.conf.d
new file mode 100644
index 0000000..c6d0ebf
--- /dev/null
+++ b/src/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=