Пакет mathopd: Информация

    Исходный пакет: mathopd
    Версия: 1.5p5-alt3
    Собран:  31 октября 2006 г. 16:43
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.mathopd.org/

    Лицензия: GPL
    О пакете: Fast, lightweight, non-forking HTTP server for UN*X systems.
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    mathopd (x86_64, i586)

    Сопровождающий: Ilya Evseev

    Список участников:
    Ilya Evseev
    Denis Smirnov

    Права:
    Denis Smirnov

    Последнее изменение


    31 октября 2006 г. Ilya Evseev 1.5p5-alt3
    - improvements for dir_cgi: display dates and sizes
    19 октября 2005 г. Ilya Evseev 1.5p5-alt2
    - errorlog and childlog are now created with timestamp suffix
    - use cron instead of logrotate for compressing/removing old logs
    - minor specfile bugfixes:
       + enable 'noreplace' attribute for configuration file
       + dont try to create mathopd account if it already exists.
    - improve service script:
       + support settings file in /etc/sysconfig,
       + support multiple daemon configurations,
       + try to fetch account name for service actions from daemon config.
    - additional CGI-BIN executables/extensions in daemon configuration sample
    - lot of bugfixes in specfile macros (missing docs, service uninstall, etc.)
    7 сентября 2005 г. Ilya Evseev 1.5p5-alt1
    - updated to next version
    - more definitive description, russian translation added
    - added minimal configuration file for running directly after install
    - include dir_cgi helper
    - create log directory and logrotate script (see also TODO file)
    - specfile changes:
       + create "mathopd" account
       + register/unregister service
       + simplified installation stage
    - additional targets in service script: reload, drop, safestop, debug,
      based on http://www.mail-archive.com/mathopd@mathopd.org/msg00064.html
    - bugfix: PID-file is now created before reducing privileges, not after