- 28 Nov, 2005 5 commits
- 19 Oct, 2005 3 commits
- 13 Oct, 2005 2 commits
- 12 Oct, 2005 1 commit
-
-
rswindell authored
-
- 11 Oct, 2005 1 commit
-
-
deuce authored
-
- 04 Oct, 2005 2 commits
- 03 Oct, 2005 3 commits
- 02 Oct, 2005 1 commit
-
-
deuce authored
a 404 instead (ie: http://www.your.bbs/index.html/whee/this/is/cool)
-
- 01 Oct, 2005 2 commits
- 30 Sep, 2005 4 commits
-
-
deuce authored
Add REQUEST_URI CGI variable (Apache extension) Drain STDOUT as well as STDERR Don't drain stdio until script is terminated Do not send Content-length header for CGI scripts. Properly handle partial writes of CGI output using sock_sendbuf() Should this be in sockwrap?
-
deuce authored
sent headers.
-
deuce authored
-
deuce authored
-
- 29 Sep, 2005 2 commits
-
-
deuce authored
-
deuce authored
of the host. (ie: index.cgi) This would allow index.cgi to be (say) viewcvs.cgi and URLs such as: http://cvs.synchro.net/src/sbbs3/websrvr.c To work.
-
- 28 Sep, 2005 3 commits
-
-
deuce authored
to webctrl.ini
-
deuce authored
Now reads EVERY matching key with keys at the beginning of the file being overriden by later keys. [*.cgi] Realm=CGI Scripts [*.*] ARS=LEVEL 90 Would have both applied to *.cgi and level 90 applied to everything regardless of order in the .ini file whereas: [*.cgi] Realm=CGI Scripts ARS=Level 50 [*.*] ARS=Level90 Would behave differently than: [*.*] ARS=Level 90 [*.cgi] Realm=CGI Scripts ARS=Level 50 In the former, the ARS=Level 50 line would be overridden by the ARS=Level 90
-
deuce authored
on a per-dir or per-filespec basis. Allowed keys are: ErrorDirectory - Changes the dir error pages are served from CGIDirectory - Changes the CGIDorectory value ARS - ARS required for this resource (Overrides access.ars) Realm - Authentication realm name to send to remote Filespecs are the section name and the first match wins. So: [*.cgi] Realm=CGI Scripts [*.*] ARS=Level 90 Would mean that for CGI scripts, the ARS would not apply. And: [*.*] ARS Level 90 [*.cgi] Realm=CGI Scripts Would never set the Realm name.
-
- 27 Sep, 2005 6 commits
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
execution while using chunked transfer coding. Assumes that JS_DestroyIdArray(session->js_cx, heads); actually removes everything from the array.
-
deuce authored
the SSJS script is sent immediately, and the keep-alvie session is maintained. chunked mode is ONLY sent to HTTP/1.1 clients, and is preferred over fast mode. This means fast mode is now only usefull for HTTP/1.0 and HTTP/0.9 requests. Still need to do chunked support for CGI scripts though.
-
- 16 Sep, 2005 1 commit
-
-
rswindell authored
(sometimes) detect that the CGI process had terminated, before reading all the data from the stdout pipe.
-
- 06 Sep, 2005 1 commit
-
-
rswindell authored
-
- 05 Sep, 2005 1 commit
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- 03 Sep, 2005 2 commits