summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 423c1aa..7b9e766 100644
--- a/README.txt
+++ b/README.txt
@@ -1,3 +1,13 @@
bundle exec jekyll serve
JEKYLL_ENV=production bundle exec jekyll build
+
+CGI scripts:
+
+# chown -R www:www cgi-bin/
+# chmod 554 cgi-bin/find.cgi
+
+Checking CGI script errors in chroot:
+
+# chroot /var/www/ htdocs/www.asciimx.com/cgi-bin/find.cgi
+