forked from pool/apache2-mod_nss
Accepting request 307739 from home:guohouzuo:freeipa
In previous submission I incorrectly removed the entire line "Include ...mod_nss.d/*.conf". OBS-URL: https://build.opensuse.org/request/show/307739 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_nss?expand=0&rev=10
This commit is contained in:
parent
282e7e7dd7
commit
71913dca28
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 10:32:12 UTC 2015 - hguo@suse.com
|
||||
|
||||
- The package does not carry any .conf files underneath /etc/apache2/mod_nss.d,
|
||||
therefore use 'IncludeOptional' instead of 'Include' directory in mod_nss.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 12:27:40 UTC 2015 - kstreitova@suse.com
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
||||
<IfModule mod_nss.c>
|
||||
|
||||
Include /etc/apache2/listen_nss.conf
|
||||
Include /etc/apache2/mod_nss.d/*.conf
|
||||
IncludeOptional /etc/apache2/mod_nss.d/*.conf
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user