sperber
|
c0281e834a
|
Rename "path handler" -> "request handler".
|
2002-09-22 15:41:41 +00:00 |
interp
|
65e8af2952
|
send error output to stdout (= to client)
|
2002-09-04 10:29:12 +00:00 |
interp
|
794412df5a
|
use HTTP-STATUS/OK constant instead of integer 200
|
2002-09-03 13:33:43 +00:00 |
interp
|
80257c0822
|
make more pleasent error messages
|
2002-09-03 12:45:39 +00:00 |
interp
|
1694d372c5
|
report BAD-GATEWAY error instead INTERNAL-ERROR
|
2002-09-03 11:55:53 +00:00 |
interp
|
443e321cc8
|
rename URI-LIKE? to URI-HAS-PROTOCOL?
|
2002-09-03 08:45:59 +00:00 |
interp
|
27f6bb4dbd
|
remove debug output
|
2002-09-02 14:33:06 +00:00 |
interp
|
9baec4fbf0
|
Handle `Location:' and `Status:' headers of CGI program's output correctly.
|
2002-09-02 13:43:03 +00:00 |
interp
|
f94396a54e
|
look if file is executable
|
2002-08-29 14:53:44 +00:00 |
interp
|
5bced0b8f7
|
remove introduced but nerving signal stuff from handlers
|
2002-08-29 08:32:39 +00:00 |
interp
|
7fd23a0ceb
|
let handler exit if error occurs
|
2002-08-28 15:40:32 +00:00 |
interp
|
e877336d0a
|
send extra headers from script's output
|
2002-08-28 10:10:45 +00:00 |
interp
|
542fea9f55
|
adpat cgi-server to new response philosophy
NOTE: There's a FIXME left: nph- scripts won't work at all currently.
|
2002-08-28 09:54:40 +00:00 |
sperber
|
aeeeea79c1
|
Add copyright notice.
|
2002-08-27 09:03:22 +00:00 |
sperber
|
1a1dcebbd0
|
Remove HTTP-CONSTANTS / http/constants.scm.
|
2002-08-26 11:44:02 +00:00 |
sperber
|
e8b7ef763f
|
Remove Olin's import notes which are bound to be inaccurate by now.
Fix a few RFC URLs.
|
2002-08-26 11:18:44 +00:00 |
sperber
|
6f7cd467f1
|
Adopt proper RFC terminology:
"reply" -> "response"
"reply code" -> "status code"
|
2002-08-26 09:59:14 +00:00 |
interp
|
5f654f5fc3
|
use char-set:digit instead of deprecated char-set:numeric
|
2002-08-23 15:44:40 +00:00 |
interp
|
3573dcc613
|
* moved files concerning web server to new subdirectory httpd
* minor change in inner order of modules.scm
* commented out structure in program-modules: source files are missing (?)
|
2002-05-14 13:53:55 +00:00 |