File: control

package info (click to toggle)
mini-httpd 1.30-0.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 924 kB
  • sloc: ansic: 3,619; sh: 208; makefile: 102
file content (20 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: mini-httpd
Section: web
Priority: optional
Maintainer: Jose dos Santos Junior <j.s.junior@live.com>
Build-Depends: debhelper (>= 9), libssl-dev
Homepage: http://www.acme.com/software/mini_httpd
Vcs-Browser: https://salsa.debian.org/debian/mini-httpd
Vcs-Git: https://salsa.debian.org/debian/mini-httpd.git
Standards-Version: 3.9.7

Package: mini-httpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: httpd, httpd-cgi
Recommends: apache2-utils
Description: Small HTTP server
 mini-httpd implements all basic features of a HTTPD, including: GET,HEAD,POST
 methods, common MIME types, basic authentication, virtual hosting, CGI,
 directory listing, trailing-slash redirection, standard logging, custom error
 pages etc. It also can be configured to do SSL and IPv6.