01f74d8ce8
- Apache 2.4.3 * SECURITY: CVE-2012-3502 * SECURITY: CVE-2012-2687 * mod_cache: Set content type in case we return stale content. * lots of bugfixes see http://www.apache.org/dist/httpd/CHANGES_2.4.3 - Improve systemd unit file (tested for months) OBS-URL: https://build.opensuse.org/request/show/149979 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=376
15 lines
438 B
Desktop File
15 lines
438 B
Desktop File
[Unit]
|
|
Description=The Apache Webserver
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
Before=getty@tty1.service
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
EnvironmentFile=/etc/sysconfig/apache2
|
|
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k start
|
|
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -t -k graceful
|
|
ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k graceful-stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|