gmid/regress
Omar Polo 509d0509a5 implement `listen on'
Listening by default on all the addresses is so bad I don't know
why I haven't changed this before.  Anyway.

Add a `listen on $hostname port $port' syntax to the config file
and deprecate the old "port" and "ipv6" global setting.  Still try
to honour them when no "listen on" directive is used for backward
compatibily, but this will go away in the next next version hopefully.

At the moment the `listen on' in server context don't filter the
host, i.e. one can still reach a host from a address not specified
in the corresponding `liste on', this will be added later.
2023-06-23 21:03:29 +00:00
..
Makefile rework the configure script 2023-06-13 16:36:10 +00:00
env define TLS_CLIENT_NOT_BEFORE/NOT_AFTER in CGI scripts 2021-02-07 21:47:01 +00:00
err brand new regress suite 2021-01-22 16:48:04 +00:00
example.mime.types document the implicit mapping for text/gemini 2022-04-08 15:36:59 +00:00
fcgi-test.c more avoiding of void pointer arithmetics 2023-06-13 17:36:42 +00:00
fill-file.c use a c program to fill the file 2021-01-22 17:18:55 +00:00
hello brand new regress suite 2021-01-22 16:48:04 +00:00
invalid fix test portability 2021-01-23 17:44:23 +00:00
iri_test.c copyright years 2022-07-04 09:48:39 +00:00
lib.sh implement `listen on' 2023-06-23 21:03:29 +00:00
max-length-reply handle CGI scripts that replies with the maximum header length allowed 2021-03-29 09:42:06 +00:00
puny-test.c don't have the config being a global 2023-06-09 17:18:04 +00:00
regress re-establish fastcgi test 2023-06-09 10:46:50 +00:00
serve-bigfile test CGI with big files 2021-01-24 10:24:34 +00:00
slow brand new regress suite 2021-01-22 16:48:04 +00:00
tests.sh implement `listen on' 2023-06-23 21:03:29 +00:00
valid.ext add conf for a ca 2021-02-09 22:12:19 +00:00