1 # Configuration file
for the httpd service
.
4 # The
default processing
model (MPM
) is the process
-based
5 #
'prefork' model
. A thread
-based model
, 'worker', is also
6 # available
, but does
not work
with some
modules (such as PHP
).
7 # The service must be stopped before changing
this variable
.
9 #HTTPD
=/usr
/sbin
/httpd
.worker
12 # To pass additional
options (for instance
, -D definitions
) to the
13 # httpd binary at startup
, set OPTIONS here
.