Merge pull request #2 from vaerksted/master

fix punctuation and typo; fixes #1
This commit is contained in:
Neale Pickett 2022-12-15 16:01:05 -07:00 committed by GitHub
commit 49b1797df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
fix punctuation and typo
4.4:
Also log when called from stunnel
@ -155,7 +157,7 @@
Olaf: I changed my initial CGI-interface to NOT use the filesystem but
two pipes.
Add whole-host redirect (see README)
Olaf: added direcory-lists and "index.cgi" support (normal CGI only !
Olaf: added directory-lists and "index.cgi" support (normal CGI only !
"nph-index.cgi" is not supported). Fixed some problematic parts in the
CGI-interface (\n -> \r\n converter for http-header and CGI crash
handling)

View File

@ -2,7 +2,7 @@ SSL with eris
=============
Eris does not care what transport is in use: that job is left to the invoking
program (eg. tcpserver).
program (e.g. tcpserver).
In the past you could use `sslio` with `tcpsvd`,
but `sslio` has not been updated in a long time,

View File

@ -5,5 +5,5 @@ a little easier.
Quite a lot of web software these days is written to work with
Apache and nothing else. PHP is a notable example: even PHP-CGI,
as shipped on Debian, requires special environment variables that
only Apache sets, and doesn't work with eg. mathopd, boa, busybox
only Apache sets, and doesn't work with, e.g. mathopd, boa, busybox
httpd, or eris.