[go: up one dir, main page]

File: control

package info (click to toggle)
scgi 1.12-0.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 196 kB
  • ctags: 199
  • sloc: ansic: 1,377; python: 393; makefile: 74
file content (32 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: scgi
Section: web
Priority: optional
Maintainer: Neil Schemenauer <nas@debian.org>
Build-Depends: debhelper (>> 5.0.37.2), python-support (>= 0.3), python-all-dev, apache2-threaded-dev (>= 2.2)
Standards-Version: 3.7.2.0

Package: libapache2-mod-scgi
Depends: apache2.2-common
Architecture: any
Description: Apache module implementing the SCGI protocol
 The SCGI protocol is a replacement for the Common Gateway
 Interface (CGI) protocol. It is a proposed standard for
 applications to interface with HTTP servers. It is similar to
 FastCGI but is designed to be easier to implement.
 .
 This package is an Apache module implementing the client side of
 the protocol.

Package: python-scgi
Architecture: any
Depends: ${python:Depends}
Provides: ${python:Provides}
Conflicts: python2.4-scgi
Description: Server-side implementation of the SCGI protocol
 The SCGI protocol is a replacement for the Common Gateway
 Interface (CGI) protocol. It is a proposed standard for
 applications to interface with HTTP servers. It is similar to
 FastCGI but is designed to be easier to implement.
 .
 This is a Python package implementing the server side of the
 SCGI protocol.