arrfab / rpms / httpd

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