- commit
- 49b1797
- parent
- 2acfd4c
- author
- Neale Pickett
- date
- 2022-12-15 16:01:05 -0700 MST
Merge pull request #2 from vaerksted/master fix punctuation and typo; fixes #1
3 files changed,
+5,
-3
M
CHANGES
+3,
-1
1@@ -1,3 +1,5 @@
2+ fix punctuation and typo
3+
4 4.4:
5 Also log when called from stunnel
6
7@@ -155,7 +157,7 @@
8 Olaf: I changed my initial CGI-interface to NOT use the filesystem but
9 two pipes.
10 Add whole-host redirect (see README)
11- Olaf: added direcory-lists and "index.cgi" support (normal CGI only !
12+ Olaf: added directory-lists and "index.cgi" support (normal CGI only !
13 "nph-index.cgi" is not supported). Fixed some problematic parts in the
14 CGI-interface (\n -> \r\n converter for http-header and CGI crash
15 handling)
M
HTTPS.md
+1,
-1
1@@ -2,7 +2,7 @@ SSL with eris
2 =============
3
4 Eris does not care what transport is in use: that job is left to the invoking
5-program (eg. tcpserver).
6+program (e.g. tcpserver).
7
8 In the past you could use `sslio` with `tcpsvd`,
9 but `sslio` has not been updated in a long time,
+1,
-1
1@@ -5,5 +5,5 @@ a little easier.
2 Quite a lot of web software these days is written to work with
3 Apache and nothing else. PHP is a notable example: even PHP-CGI,
4 as shipped on Debian, requires special environment variables that
5-only Apache sets, and doesn't work with eg. mathopd, boa, busybox
6+only Apache sets, and doesn't work with, e.g. mathopd, boa, busybox
7 httpd, or eris.