Пакет python-module-wsgiproxy: Информация

    Исходный пакет: python-module-wsgiproxy
    Версия: 0.2.2-alt1.1
    Собран:  16 ноября 2011 г. 2:31
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/WSGIProxy/

    Лицензия: MIT
    О пакете: HTTP proxying tools for WSGI apps
    Описание: 
    WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
    processes over HTTP.
    
    This will encode the WSGI request CGI-style environmental variables
    (which must be strings), plus a configurable set of other variables. It
    also sends values like HTTP_HOST and wsgi.url_scheme which are often
    obscured by the proxying process, as well as values like SCRIPT_NAME. On
    the receiving end, a WSGI middleware fixes up the environment to
    represent the state of the original request. This makes HTTP more like
    FastCGI or SCGI, which naturally preserve these values.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-wsgiproxy (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-distribute

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


    20 октября 2011 г. Vitaly Kuznetsov 0.2.2-alt1.1
    - Rebuild with Python-2.7
    16 июня 2011 г. Eugeny A. Rostovtsev 0.2.2-alt1
    - Initial build for Sisyphus