Accepting request 179374 from home:elvigia:branches:Apache
- remove After=mysql.service php-fpm.service postgresql.service which were added in the previous change, those must be added as Before=apache2.service in the respective services. - Include mod_systemd for more complete integration with systemd, turn the service to Typé=notify as required - Disable SSL NPN patch for now, it is required for mod_spdy but mod_spdy does not support apache 2.4 - apache 2.4.4 * fix for CVE-2012-3499 * fix for the CRIME attack (disable ssl compression by default) * many other bugfies * build access_compat amd unixd as static modules and solve some other upgrade quirks (bnc#813705) OBS-URL: https://build.opensuse.org/request/show/179374 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=379
This commit is contained in:
committed by
Git OBS Bridge
parent
86ea9c10f2
commit
c386f992ca
@@ -1,9 +1,11 @@
|
||||
[Unit]
|
||||
Description=The Apache Webserver
|
||||
After=network.target remote-fs.target nss-lookup.target
|
||||
Wants=network.target nss-lookup.target
|
||||
After=network.target nss-lookup.target
|
||||
Before=getty@tty1.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
PrivateTmp=true
|
||||
EnvironmentFile=/etc/sysconfig/apache2
|
||||
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k start
|
||||
|
Reference in New Issue
Block a user