aboutsummaryrefslogtreecommitdiffstats
path: root/bin/.htaccess
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-09-22 17:12:26 -0400
committerBrian Cully <bjc@kublai.com>2017-09-22 17:12:26 -0400
commit47b146536121acc6ac8e3d847be2152500fe3167 (patch)
treeebce6d8b8b833823330ab0092e86bc8d321113f7 /bin/.htaccess
parente387bd409e271a149692d45a952e6475f3b706be (diff)
downloadcressdna-47b146536121acc6ac8e3d847be2152500fe3167.tar.gz
cressdna-47b146536121acc6ac8e3d847be2152500fe3167.zip
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.
Diffstat (limited to 'bin/.htaccess')
-rw-r--r--bin/.htaccess2
1 files changed, 2 insertions, 0 deletions
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