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

@@ -48,14 +48,14 @@ The following nice article has a more in depth answer:
http://www.onlamp.com/pub/a/apache/2004/06/17/apacheckbk.html
See
http:///httpd.apache.org/docs/2.4/mpm.html and
http:///httpd.apache.org/docs/2.4/misc/perf-tuning.html#compiletime
http://httpd.apache.org/docs/2.4/mpm.html and
http://httpd.apache.org/docs/2.4/misc/perf-tuning.html#compiletime
for more technical details.
In general, using a threaded MPM (worker) requires that all libraries that are
loaded into apache (and libraries loaded by them in turn) be threadsafe as well.
See
http:///httpd.apache.org/docs/2.4/developer/thread_safety.html for a status on
http://httpd.apache.org/docs/2.4/developer/thread_safety.html for a status on
some libraries.