- Sep 28, 2005
-
-
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.
-
deuce authored
-
deuce authored
fname against the filespec spec, not allowing * to match the path delimiter if path is TRUE.
-
deuce authored
-
rswindell authored
(e.g. "CRIT" instead of "CRITICAL").
-
rswindell authored
section) or per service, using the LogLevel key (default value: LOG_DEBUG). This commit requires an xpdev/ini_file.* update.
-
rswindell authored
filtering by log level by sysop configuration.
-
rswindell authored
-
rswindell authored
(should LOG_INFO be the only abbreviated string?).
-
- Sep 27, 2005
-
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
mail.sid corruption (blocks of records getting zero'd out).
-
rswindell authored
like that.
-
rswindell 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.
-
- Sep 26, 2005
- Sep 25, 2005
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
pthread + signals doesn't work correctly. Loop on the select forever erm... forever. ie: select() forever forever now.
-
deuce authored
startup iser (often root)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
You do NOT need to install the termcap-compat package. If termcap isn't installed, it means nothing uses it. Only if there is a termcap do you need to add the ansi-bbs termcap definition.
-
rswindell authored
processes environment block when adding new environment strings, otherwise, existing values (for say "SBBSNODE") would not be over-ridden.
-
rswindell authored
-
rswindell authored
distros.
-