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