This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=LANG=C HTTPD_INSTANCE=%i
-
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful -f conf/%i.conf
-
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND -f conf/%i.conf
-
ExecStartPre=/bin/mkdir -m 710 -p /run/httpd/instance-%i /bin/chown root.apache /run/httpd/instance-%i /bin/mkdir -m 700 -p /var/lib/httpd/instance-%i /bin/chown apache.apache /var/lib/httpd/instance-%i
-
KillMode=mixed
-
KillSignal=SIGWINCH
-
OOMPolicy=continue
-
PrivateTmp=yes
-
Type=notify
-
-
[Unit]
-
After=network.target remote-fs.target nss-lookup.target
-
Description=The Apache HTTP Server
-
Documentation=man:httpd@.service(8)
-
Additionnal notes
Nothing here.