SHA256
1
0
forked from pool/apache2

Accepting request 280312 from home:AndreasSchwab:f

- Fix URL syntax in various files

OBS-URL: https://build.opensuse.org/request/show/280312
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=427
This commit is contained in:
Roman Drahtmueller
2015-01-08 14:49:10 +00:00
committed by Git OBS Bridge
parent fefabf0a4d
commit 3cd0bfc911
16 changed files with 26 additions and 21 deletions

View File

@@ -103,7 +103,7 @@ KeepAliveTimeout 15
# The default is on; turn this off if you serve from NFS-mounted
# filesystems. On some systems, turning it off (regardless of
# filesystem) can improve performance; for details, please see
# http:///httpd.apache.org/docs/2.4/mod/core.html#enablemmap
# http://httpd.apache.org/docs/2.4/mod/core.html#enablemmap
#
#EnableMMAP off
@@ -112,7 +112,7 @@ KeepAliveTimeout 15
# used to deliver files (assuming that the OS supports it).
# The default is on; turn this off if you serve from NFS-mounted
# filesystems. Please see
# http:///httpd.apache.org/docs/2.4/mod/core.html#enablesendfile
# http://httpd.apache.org/docs/2.4/mod/core.html#enablesendfile
#
EnableSendfile on