Bug#714549: mini-httpd: literal charset=%s in error pages and directory listings

2024-03-17 Thread Alexander Foken
T /no/such/file HTTP/1.0\r\n\r\n' | nc 127.0.0.1 80 | grep -i Content-Type Content-Type: text/html; charset=%s     root@debian-sid:~# echo -en 'GET /directory/ HTTP/1.0\r\n\r\n' | nc 127.0.0.1 80 | grep -i Content-Type Content-Type: text/html; charset=%s     root@debian-sid:~# Best regards, Alexander Foken -- Alexander Foken mailto:alexan...@foken.de

Bug#1064656: mini-httpd violates RFC3875 for NPH-CGIs

2024-02-25 Thread Alexander Foken
1.0 200 OK" from mini_httpd, and "HTTP/1.0 418 I'm a teapot" from the NPH CGI. Only the second one should be returned. (OpenSSL error output is redirected to /dev/null in s_client mode because s_client does not really like the self-signed certificate, but that's not relevant here.)

Bug#1061792: mini-httpd: Update of mini-httpd still breaks default web page if it is not index.html

2024-02-02 Thread Alexander Foken
Thanks for all the helpful observations ! I don't need any more full logs, just your usual tests that you did before (fresh install, update, existing index.html, etc) as I've removed the debug prints anyway. Thanks for your contribution ! Cheers, Alexandru Mihail -- Alexander Foken mailto:alexan...@foken.de

Bug#1061792: mini-httpd: Update of mini-httpd still breaks default web page if it is not index.html

2024-01-31 Thread Alexander Foken
es and other guidelines. Do you have any issues with this? If so, please do tell and we can omit CC. Greetings Alexander Foken Have a great day ! Alexandru Mihail mini-httpd maintainer -- Alexander Foken mailto:alexan...@foken.de root@debian-sid:~# wget -q -O /dev/stdout http://localhost

Bug#1061792: mini-httpd: Update of mini-httpd still breaks default web page if it is not index.html

2024-01-29 Thread Alexander Foken
usr/share/doc/mini-httpd/examples/index.html ]; then                 mkdir -p /var/www/html                 cp /usr/share/doc/mini-httpd/examples/index.html /var/www/html/index.html             fi         fi     fi fi #DEBHELPER# Best regards Alexander Foken -- System Information: Debian Re

Bug#1057842: mini-httpd: Update of mini-httpd breaks default web page if it is not index.html

2023-12-09 Thread Alexander Foken
Package: mini-httpd Version: 1.30-3 Severity: important Dear Maintainer, after installation of mini-httpd, I removed /var/www/html/index.mini-httpd.html and installed my own /var/www/html/index.cgi to deliver the default web page. Updating mini-httpd re-creates