23 lines
834 B
Plaintext
23 lines
834 B
Plaintext
|
#
|
||
|
# This is an example instance-specific configuration file. To use
|
||
|
# copy this file to e.g. /etc/httpd/conf/foobar.conf. See the
|
||
|
# httpd.service(8) man page for more information.
|
||
|
#
|
||
|
# This config will then used as the default configuration when
|
||
|
# running:
|
||
|
#
|
||
|
# # systemctl start httpd@foobar.service
|
||
|
#
|
||
|
# The changes compared to the default are:
|
||
|
# - DefaultRuntime and Pidfile renamed to be instance-specific
|
||
|
# - default logfile names are prefixed with the instance name
|
||
|
# - /etc/httpd/conf.d is NOT included by default (conf.modules.d still is)
|
||
|
#
|
||
|
# Further customisations will be required for an instance to run
|
||
|
# simultaneously to httpd.service under the default configuration,
|
||
|
# e.g. changing the port used with Listen.
|
||
|
#
|
||
|
|
||
|
DefaultRuntimeDir /run/httpd/instance-${HTTPD_INSTANCE}
|
||
|
PidFile /run/httpd/instance-${HTTPD_INSTANCE}.pid
|