Result for 3226EFEF5408828998F01CF51BA3078F84A6C203

Query result

Key Value
FileName./usr/share/doc/libapr0/changelog.Debian.gz
FileSize17579
MD5ECF5DFD1CC30B8480C64BA0886DBC598
SHA-13226EFEF5408828998F01CF51BA3078F84A6C203
SHA-25611CD76BF165B8402DBC8BCA8DF697A8304AC40B92FCD963825404A6039E48405
SSDEEP384:wL1ovUl0/3OPQjNuHZTFwXsxGX4VbnB/71+6HF65/4wH/ya+K:C1420mPQJeNFwx4VbBjtHF654eaa+K
TLSHT16182C0EF937DAB196599C5E65273C335D0A34B3EAABABDA4284F9024034CDA6711A00C
hashlookup:parent-total11
hashlookup:trust100

Network graph view

Parents (Total: 11)

The searched file hash is included in 11 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize3177708
MD5299A4F5D478A1F043B0433D6E096EDB8
PackageDescriptionDocumentation for apache2 This is the documentation for apache2, see the apache2 package description for more details.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-doc
PackageSectiondoc
PackageVersion2.0.50-12ubuntu4
SHA-15C04119F540EACAC9109714FA0C5176E321232DC
SHA-2562DCD85AA4A45517FCD466C6BA8A83746AFDCB28C882A19600257CAC740086E78
Key Value
FileSize208764
MD58AE2C7970081DDDBB1F749F1FE3F8FB4
PackageDescriptionExperimental High speed perchild threaded model for Apache2 Perchild is the grown up, mac daddy version of suexec for apache2. Rather than execute a cgi script as a given user, perchild forks a process for each vhost, then su's to the correct user/group for that vhost. . Each process then uses a thread model similar to that of the worker mpm. . THIS MPM IS NOT CURRENTLY EXPECTED TO WORK CORRECTLY, IF AT ALL. IT IS UNDER VERY HEAVY DEVELOPMENT. This mpm is still highly experimental, and should be used with care.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-mpm-perchild
PackageSectionnet
PackageVersion2.0.50-12ubuntu4
SHA-1C9273A78953D686E5EA78CEC60C87AD59D9A6A9E
SHA-25620E2B704F83ECD805DDD723C36251FAA166C60192D60670B0BC749F857D0E67F
Key Value
FileSize208058
MD5620E990B83C87CA675CBD39F7F5C5B63
PackageDescriptionHigh speed threaded model for Apache2 The worker MPM provides a threaded implementation for Apache2. It is considerably faster than the traditional model, and is the recommended MPM. . Worker generally is a good choice for high-traffic servers because it has a smaller memory footprint than the prefork MPM.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-mpm-worker
PackageSectionnet
PackageVersion2.0.50-12ubuntu4
SHA-18438201E25E9003AE6DEE582156C4B5FD63C8832
SHA-25666531FC030285F5ED876F5828FBE53886D4925E13220087DAF852B99501817A2
Key Value
FileSize163892
MD56219E249D9CADED7391FD0C871841C39
PackageDescriptionDevelopment headers for apache2 This package provides the development headers for threaded versions of apache2, see the apache2 package description for more details.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-threaded-dev
PackageSectiondevel
PackageVersion2.0.50-12ubuntu4
SHA-188C01D5D3660443B1B5CD960A00E731F9BE2F0FA
SHA-256200E46B963E1089BCB4BF1B8D8AE8C4906F7EB701E9BBCA2C28E7A0F105B5F55
Key Value
FileSize204986
MD5F45FC51287FC0E52CB215739555171F2
PackageDescriptionTraditional model for Apache2 This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web server that handles requests in a manner similar to Apache 1.3. It is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. It is also the best MPM for isolating each request, so that a problem with a single request will not affect any other. . It is not as fast, but is considered to be more stable.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-mpm-prefork
PackageSectionnet
PackageVersion2.0.50-12ubuntu4
SHA-12EBDF2F7592B52ACCED093FC128AA59098331766
SHA-2562B559049B83B35045838C96A161E2396446A0A33DF033484EEC1AEED64AE1799
Key Value
FileSize163126
MD52A6C43E6CAFA0E4264FB0D01204F25A7
PackageDescriptionDevelopment headers for apache2 This package provides the development headers for non-threaded apache2, see the apache2 package description for more details. . This should only be used when you absolutely *have* to have a non-threaded environment, ie for PHP4.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-prefork-dev
PackageSectiondevel
PackageVersion2.0.50-12ubuntu4
SHA-1C0B585C289F0FEF0E861119B12B52063E7965528
SHA-256323AC7AAE891EC9C52452BC58A3F8E3A0B5F532A525496B25BA16D981DD9FE5E
Key Value
FileSize29354
MD5AEE3CA63BE54163F17D66AAB42A5BC0A
PackageDescriptionNext generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2
PackageSectionweb
PackageVersion2.0.50-12ubuntu4
SHA-1D71B79BDF562E7B367B656980BDB3B730E4A8BF8
SHA-2568CAB43074CB546626B9767EE95B0C0D05831924D36275DE9E50135235A3D71BF
Key Value
FileSize207612
MD5B5E5791C7EB03E961784D17B5E8309D9
PackageDescriptionExperimental High speed thread pool model for Apache2 The threadpool MPM can't match the performance of the worker MPM in benchmark testing. As of 2.0.39, some of the key load-throtting concepts from the threadpool MPM have been incorporated into the worker MPM. The threadpool code is useful primarily as a research platform. For general-purpose use and for any production environments, use worker instead.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-mpm-threadpool
PackageSectionnet
PackageVersion2.0.50-12ubuntu4
SHA-1A9F629F7A24EA1FDEDC8691AB93EA43D5AD3B888
SHA-256FE0984BBE47A6A3F8E823D0A5B8A41037905929EC7BD3420D22D2B0C5DB50826
Key Value
FileSize123522
MD511E4B3A4CF3F855615695E2AAE5C0431
PackageDescriptionThe Apache Portable Runtime APR is Apache's Portable Runtime Library, designed to be a support library to enable programmers to easily write platform independent programs and know that they'll work. . It is currently used by Apache2, Subversion, and Samba-TNG, among others.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNamelibapr0
PackageSectionnet
PackageVersion2.0.50-12ubuntu4
SHA-117A995B03ACB7ECD7FDC2E844F1F1C854466D214
SHA-2568ED87D2431A3F71B87F77BB4159169CAB733D72B36B1A69890875D388ECCB599
Key Value
FileSize825340
MD58BD63B7B521C0C91FB910C7D58052AF3
PackageDescriptionNext generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. . It is also considerably faster, and can be easily extended to provide services other than http. . This package contains all the standard apache2 modules, including SSL support. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages; such as worker or prefork.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNameapache2-common
PackageSectionnet
PackageVersion2.0.50-12ubuntu4
SHA-14514434990515C754CCEFA4DE5F0531B5175D90C
SHA-25629B0C107C215EA3ACB1165F79E70550337C0D00FA28A4DF9DFE6226A54A6B4CF
Key Value
FileSize252838
MD517492A1FB5BC10B071EF22A39B260CA5
PackageDescriptionDevelopment headers for libapr This package provides the development headers for the Apache Runtime Library, libapr. . You only need these if you are planning on compiling software that depends on software that requires libapr.
PackageMaintainerDebian Apache Maintainers <debian-apache@lists.debian.org>
PackageNamelibapr0-dev
PackageSectionlibdevel
PackageVersion2.0.50-12ubuntu4
SHA-10C1C921CA4144D7818D8B2F1A6D344E676889282
SHA-256F235C69EB4C43810444F55D3E2C0305BD9C3696D000E36929981A3A62D4DE133