mirror of https://github.com/nealey/eris.git
Compare commits
No commits in common. "49b1797df5f9fd6c8a768eaaa0d7c0e47343bd05" and "2acfd4cf2d42a10c765cd1a8a1b54741ef1d7cb1" have entirely different histories.
49b1797df5
...
2acfd4cf2d
4
CHANGES
4
CHANGES
|
@ -1,5 +1,3 @@
|
||||||
fix punctuation and typo
|
|
||||||
|
|
||||||
4.4:
|
4.4:
|
||||||
Also log when called from stunnel
|
Also log when called from stunnel
|
||||||
|
|
||||||
|
@ -157,7 +155,7 @@
|
||||||
Olaf: I changed my initial CGI-interface to NOT use the filesystem but
|
Olaf: I changed my initial CGI-interface to NOT use the filesystem but
|
||||||
two pipes.
|
two pipes.
|
||||||
Add whole-host redirect (see README)
|
Add whole-host redirect (see README)
|
||||||
Olaf: added directory-lists and "index.cgi" support (normal CGI only !
|
Olaf: added direcory-lists and "index.cgi" support (normal CGI only !
|
||||||
"nph-index.cgi" is not supported). Fixed some problematic parts in the
|
"nph-index.cgi" is not supported). Fixed some problematic parts in the
|
||||||
CGI-interface (\n -> \r\n converter for http-header and CGI crash
|
CGI-interface (\n -> \r\n converter for http-header and CGI crash
|
||||||
handling)
|
handling)
|
||||||
|
|
2
HTTPS.md
2
HTTPS.md
|
@ -2,7 +2,7 @@ SSL with eris
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Eris does not care what transport is in use: that job is left to the invoking
|
Eris does not care what transport is in use: that job is left to the invoking
|
||||||
program (e.g. tcpserver).
|
program (eg. tcpserver).
|
||||||
|
|
||||||
In the past you could use `sslio` with `tcpsvd`,
|
In the past you could use `sslio` with `tcpsvd`,
|
||||||
but `sslio` has not been updated in a long time,
|
but `sslio` has not been updated in a long time,
|
||||||
|
|
|
@ -5,5 +5,5 @@ a little easier.
|
||||||
Quite a lot of web software these days is written to work with
|
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,
|
Apache and nothing else. PHP is a notable example: even PHP-CGI,
|
||||||
as shipped on Debian, requires special environment variables that
|
as shipped on Debian, requires special environment variables that
|
||||||
only Apache sets, and doesn't work with, e.g. mathopd, boa, busybox
|
only Apache sets, and doesn't work with eg. mathopd, boa, busybox
|
||||||
httpd, or eris.
|
httpd, or eris.
|
||||||
|
|
Loading…
Reference in New Issue