summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 7b9e766..5745bb8 100644
--- a/README.txt
+++ b/README.txt
@@ -2,9 +2,14 @@ bundle exec jekyll serve
JEKYLL_ENV=production bundle exec jekyll build
-CGI scripts:
+Permissions
-# chown -R www:www cgi-bin/
+$ cd /var/www/htdocs
+# chown -R www:www www.asciimx.com
+# chmod -R 444 www.asciimx.com/
+# chmod u+x,g+x www.asciimx.com/
+# cd www.asciimx.com/
+# find . -type d -exec chmod 554 {} +
# chmod 554 cgi-bin/find.cgi
Checking CGI script errors in chroot: