From 47b146536121acc6ac8e3d847be2152500fe3167 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 22 Sep 2017 17:12:26 -0400 Subject: Fixup various CGI problems. * Rename cgi-bin to bin, to bypass default cgi-bin alias. * Change assignment to equality check in classifier. * Add .htaccess file to bin dir to allow CGI execution. * Point index.html form to bin. --- bin/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/.htaccess (limited to 'bin/.htaccess') diff --git a/bin/.htaccess b/bin/.htaccess new file mode 100644 index 0000000..698afb4 --- /dev/null +++ b/bin/.htaccess @@ -0,0 +1,2 @@ +Options +ExecCGI +SetHandler cgi-script -- cgit v1.2.3