3a44ff7655
- adopt upstream default httpd.conf (almost verbatim) - split all LoadModules to conf.modules.d/*.conf - include conf.d/*.conf at end of httpd.conf - trim %changelog
18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
#
|
|
# This file can be used to set additional environment variables
|
|
# for the httpd process, or pass additional options to the httpd
|
|
# executable
|
|
#
|
|
|
|
#
|
|
# To pass additional options (for instance, -D definitions) to the
|
|
# httpd binary at startup, set OPTIONS here.
|
|
#
|
|
#OPTIONS=
|
|
|
|
#
|
|
# This setting ensures the httpd process is started in the "C"
|
|
# locale by default:
|
|
#
|
|
LANG=C
|