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