diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-08-18 13:27:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-08-18 13:27:47 +0000 |
commit | 9db097d0fa3580b6949e4da3455438f64cf21525 (patch) | |
tree | 6ed8418da5305e078a3ea49b79e4dd3a1345a84a /TODO | |
parent | a85c2bafa990fdb5b501994d2144372b0a789395 (diff) | |
download | mandoc-9db097d0fa3580b6949e4da3455438f64cf21525.tar.gz |
Notes on CGI: installation (readying cgi.h) and future plans.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -442,3 +442,16 @@ Several areas can be cleaned up to make mandoc even faster. These are abstract from the database structure, too. suggested by espie@ Sat, 19 Apr 2014 14:52:57 +0200 +************************************************************************ +* CGI issues +************************************************************************ + + - Enable HTTP compression by detecting gzip encoding and filtering + output through libz. + - Sandbox (see OpenSSH). + - Enable caching support via HTTP 304 and If-Modified-Since. + - Allow for cgi.h to be overridden by CGI environment variables. + Otherwise, binary distributions will inherit the compile-time + behaviour, which is not optimal. + - Have Mac OSX systems automatically disable -static compilation of the + CGI: -static isn't supported. |