Accepting request 184902 from home:elvigia:branches:Apache
- provide and obsolete mod_macro - upgrade: some people complain that log_config module is not enabled by default sometimes, fix that. - upgrade : "SSLMutex" no longer exists. - Toogle EnableSendfile on because now apache defaults to off due to kernel bugs. that's a silly thing to do here as kernel bugs have to be fixed at their source, not worked around in applications. OBS-URL: https://build.opensuse.org/request/show/184902 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=384
This commit is contained in:
parent
47f165c1bd
commit
148df8527a
@ -75,4 +75,8 @@ if ! a2enmod -q authn_core; then
|
||||
a2enmod authn_core
|
||||
fi
|
||||
|
||||
if ! a2enmod -q log_config; then
|
||||
a2enmod log_config
|
||||
fi
|
||||
|
||||
echo 'Done.'
|
||||
|
@ -114,7 +114,7 @@ KeepAliveTimeout 15
|
||||
# filesystems. Please see
|
||||
# http://httpd.apache.org/docs-2.2/mod/core.html#enablesendfile
|
||||
#
|
||||
#EnableSendfile off
|
||||
EnableSendfile on
|
||||
|
||||
<IfModule mod_setenvif.c>
|
||||
#
|
||||
|
@ -48,10 +48,6 @@
|
||||
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
|
||||
SSLSessionCacheTimeout 300
|
||||
|
||||
# Semaphore:
|
||||
# Configure the path to the mutual exclusion semaphore the
|
||||
# SSL engine uses internally for inter-process synchronization.
|
||||
SSLMutex "file:/var/lib/apache2/ssl_mutex"
|
||||
|
||||
# Pseudo Random Number Generator (PRNG):
|
||||
# Configure one or more sources to seed the PRNG of the
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 19:53:48 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- provide and obsolete mod_macro
|
||||
- upgrade: some people complain that log_config module
|
||||
is not enabled by default sometimes, fix that.
|
||||
- upgrade : "SSLMutex" no longer exists.
|
||||
- Toogle EnableSendfile on because now apache defaults to off
|
||||
due to kernel bugs. that's a silly thing to do here
|
||||
as kernel bugs have to be fixed at their source, not worked around
|
||||
in applications.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 21:57:40 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -161,6 +161,8 @@ Provides: %{apache_mmn}
|
||||
Provides: http_daemon
|
||||
Provides: httpd
|
||||
Provides: suse_help_viewer
|
||||
Provides: %{name}-mod_macro = %{version}
|
||||
Obsoletes: %{name}-mod_macro <= 1.2.1
|
||||
Requires: %{pname}-MPM
|
||||
Requires: /etc/mime.types
|
||||
PreReq: %{name}-utils
|
||||
|
Loading…
Reference in New Issue
Block a user