aboutsummaryrefslogtreecommitdiff
path: root/src/apache/apache.conf.d
blob: c6d0ebf52d7f81f4586c5e0477abac8f6d7c4f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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=