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