aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.org b/TODO.org
index a8b3f0f..49c1154 100644
--- a/TODO.org
+++ b/TODO.org
@@ -12,14 +12,14 @@ domains/emails to Punycode internally?
* TODO Check for cycles when creating new aliases?
(It is impossible since the authenticated user may not have full read access on the graph)
-Actually Postfix checks it and warns the administrator with a
+Actually Postfix checks it and warns the administrator with a
"unreasonable virtual_alias_maps map nesting for test-loop1@fripost.org"
in the logs. So it's fine to do a partial check here.
* TODO Write a script to check every runmode against the W3 validator.
-
-* TODO Use FastCGI. References
-- http://search.cpan.org/~naoya/CGI-Application-FastCGI-0.02/lib/CGI/Application/FastCGI.pm
+
+* DONE Use FastCGI. References
+- http://www.cgi-app.org/index.cgi?FastCGI
- http://stackoverflow.com/questions/11771564/nginx-fastcgi-configuration-for-cgiapplication-app
* TODO Use HTML::Template::Pro. Not sure it's really worth it, though.