tREADME - 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
---
tREADME (212B)
---
1 # vote
2
3 A simple CGI voting system.
4
5 Requires slowcgi(8). With the installation directory as
6 /var/www/cgi-bin/vote, add the following to httpd.conf:
7
8 location "/vote" {
9 root "/cgi-bin/vote/vote"
10 fastcgi
11 }