arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/instance.conf

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