]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/files/httpd
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / files / httpd
1 # Configuration file for the httpd service.
2
3 #
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.
8 #
9 #HTTPD=/usr/sbin/httpd.worker
10
11 #
12 # To pass additional options (for instance, -D definitions) to the
13 # httpd binary at startup, set OPTIONS here.
14 #
15 #OPTIONS=
16 #OPTIONS=-DDOWN
17
18 #
19 # By default, the httpd process is started in the C locale; to 
20 # change the locale in which the server runs, the HTTPD_LANG
21 # variable can be set.
22 #
23 #HTTPD_LANG=C
24 export SHORTHOST=`hostname -s`