Blame SPECS/instance.conf

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