501288745a
--HG-- extra : convert_revision : 6af8d5066efdc5af0f4e2dd7939b07f9a277d9c4
15 lines
455 B
Text
15 lines
455 B
Text
# Configuration file for the Apache 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=
|