URI:
       tadd README with httpd.conf note - vote - simple cgi voting system for web and gopher
  HTML git clone git://src.adamsgaard.dk/vote
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6219f16f30c819b46112d86893f329f84f1dbb06
   DIR parent 3925bb8d6b4fe0b136655a5adbfef61ae27b1f48
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 27 Sep 2020 00:04:33 +0200
       
       add README with httpd.conf note
       
       Diffstat:
         A README                              |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/README b/README
       t@@ -0,0 +1,7 @@
       +With the repository as /var/www/cgi-bin/vote, add the following to
       +httpd.conf:
       +
       +        location match "/vote" {
       +                root "/cgi-bin/vote/vote"
       +                fastcgi
       +        }