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: merecat
Section: web
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Build-Depends:
debhelper-compat (= 13),
pkgconf,
libconfuse-dev,
libcrypt-dev,
libssl-dev,
zlib1g-dev
Standards-Version: 4.7.2
Homepage: https://troglobit.com/projects/merecat
Vcs-Browser: https://salsa.debian.org/debian/merecat
Vcs-Git: https://salsa.debian.org/debian/merecat.git
Package: merecat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf
Provides: httpd, httpd-cgi
Recommends: libcgi-pm-perl
Suggests: libcgi-fast-perl, php-cgi, acme-tiny, apache2-utils
Description: Embedded web server
This is a simple web server based on Jef Poskanzer's thttpd.
It supports all basic features required for most use-cases. The
most prominent features are probably HTTPS, using OpenSSL, PHP,
multiple servers with HTTP redirect support, redirect from HTTP
to HTTPS, virtual hosts, and the URL-traffic-based throttling.
.
Its small footprint makes it suitable for small and embedded
systems.
|