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
|
micro-httpd (20140814-2.1) unstable; urgency=medium
On hosts booting with systemd, the daemon is configured via systemd units.
1) To change the document root, type the following line in a command shell:
sudo systemctl edit micro-httpd@.service
Then change the second part of ExecStart to a different path.
2) To change IP address or port, type the following line in a command shell:
sudo systemctl edit micro-httpd.socket
Then change ListenStream to a different IP address and port combination.
On hosts booting with the traditional BSD init, the daemon in configured via
the /etc/inetd.conf (document root) and /etc/services (port) text files.
-- Martin-Éric Racine <martin-eric.racine@iki.fi> Thu, 14 Oct 2021 16:53:42 +0300
micro-httpd (20051212-5) unstable; urgency=low
The binary name has changed from micro_httpd to the micro-httpd.
If you have hand written /etc/inetd.conf or /etc/xinet.d/* entry for
previous version, please change the binary name.
The package now installs /etc/inetd.conf entry automatically, but only
if it is not yet occupied by another 'www' entry.
-- Jari Aalto <jari.aalto@cante.net> Thu, 25 Jan 2007 23:15:19 +0200
|