tREADME: add note on slowcgi(8) - vote - simple cgi voting system for web and gopher
 (HTM) git clone git://src.adamsgaard.dk/vote
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ae1634f7992a6ca39f15487f6ac0fefb334ba262
 (DIR) parent 4e15fd477f221f6ed8d335b14a83fa362c6df14b
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 22 Jan 2021 18:09:23 +0100
       
       README: add note on slowcgi(8)
       
       Diffstat:
         M README                              |      10 ++++++----
       
       1 file changed, 6 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -1,9 +1,11 @@
       -With the repository as /var/www/cgi-bin/vote, add the following to
       -httpd.conf:
       +# vote
       +
       +A simple CGI voting system.
       +
       +Requires slowcgi(8).  With the installation directory as
       +/var/www/cgi-bin/vote, add the following to httpd.conf:
        
                location "/vote" {
                        root "/cgi-bin/vote/vote"
                        fastcgi
                }
       -
       -TODO: write index.dcgi as shell-script wrapper for ./vote