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