mini-httpd 1.30-8 source package in Ubuntu

Changelog

mini-httpd (1.30-8) unstable; urgency=medium

  * Modified mini-httpd.postinst to check if we're doing a
    fresh install or upgrading. Secondly, if we're fresh installing,
    the default index.html file is copied into /var/www/html only if
    no other index files are present (ex: index.cgi). This prevents
    the shipped index.html overwriting existing index.ext files.
    If we are upgrading, no files will be touched.
    (Closes: #1061792)
  * Removed erroneous duplicate "-C /etc/mini-httpd.conf" in
    systemd ExecStart. The "-C" call was already present in
    the EnvironmentFile (/etc/default/mini-httpd) read and
    used by the service. This resulted in mini-httpd's
    commandline containing the "-C" call twice.
    Thanks, Alexander Foken.

 -- Alexandru Mihail <email address hidden>  Fri, 02 Feb 2024 19:42:56 +0200

Upload details

Uploaded by:
Alexandru Mihail
Uploaded to:
Sid
Original maintainer:
Alexandru Mihail
Architectures:
any
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mini-httpd_1.30-8.dsc 1.9 KiB 7974c4ca4889fd84d2ec4451dafeb9dc75c11623e2c5be9f9fd67d61748cb198
mini-httpd_1.30.orig.tar.gz 42.9 KiB 9c4481802af8dde2e164062185c279e9274525c3af93d014fdc0b80cf30bca6e
mini-httpd_1.30-8.debian.tar.xz 16.5 KiB 4decef16b10d1093cf77659bdc0d12f555e4bca947e415a8b6005314ff79e9f0

Available diffs

No changes file available.

Binary packages built by this source

mini-httpd: 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.

mini-httpd-dbgsym: debug symbols for mini-httpd