summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-30 22:36:53 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-30 22:36:53 +0800
commitb65dabd3a2c83404e6612ce881ba4ad32e0b1ccd (patch)
treed0f06062fe0178b4539e3103b558427037bb6afc /README.txt
parent9fec793abe0a73e5cd502a1d1e935e2413b85079 (diff)
downloadwww-b65dabd3a2c83404e6612ce881ba4ad32e0b1ccd.tar.gz
Readme.
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: