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