summaryrefslogtreecommitdiff
path: root/www/ap-scgi
AgeCommit message (Collapse)AuthorFilesLines
2009-03-07fix invalid dependency patternstnn1-2/+2
2009-03-03Add missing version in package namesmanu1-2/+2
2009-03-03The SCGI protocol is a replacement for the Common Gateway Interfacemanu4-0/+42
(CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement. This package provide SCGI for Apache