Package mathopd: Information

    Source package: mathopd
    Version: 1.6b15-alt1
    Latest version according to Repology
    Build time:  Feb 8, 2023, 09:12 AM in the task #314837
    Category: System/Servers
    Report package bug
    License: BSD-3-Clause
    Summary: Fast, lightweight, non-forking HTTP server for UN*X systems.
    Description: 
    Mathopd is a very small, yet very fast HTTP server for UN*X systems.
    
    Mathopd supports useful features of HTTP/1.1, such as persistent connections,
    partial responses and pipelining. It does not support things like content
    negotation. The latest version of the software (1.5) also supports CGI/1.1.
    
    Mathopd was designed specifically to run as a single process,
    and to never grow in size. When this software was first written (early 1996)
    this is something that other HTTP servers were not very good at.
    
    For preventing conflicts with another HTTP-services Mathopd in ALTLinux
    listens on port 8000 instead of standard port 80.

    List of rpms provided by this srpm:
    mathopd (x86_64, ppc64le, i586, armh, aarch64)
    mathopd-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Konstantin Lepikhov


    ACL:
    Konstantin Lepikhov
    @everybody

    Last changed


    Feb. 7, 2023 Konstantin Lepikhov 1.6b15-alt1
    - Version 1.6p15.
    - Fix License.
    - Fix cgidir patch.
    - Update .conf for 1.6 syntax.
    Feb. 21, 2016 Konstantin Lepikhov 1.5p8-alt1
    - Version 1.5p8.
    - Security fixes:
      + CVE-2012-1050: Directory traversal vulnerability.
    Sept. 13, 2011 Konstantin Lepikhov 1.5p6-alt2
    - fix getline issue.