From b65dabd3a2c83404e6612ce881ba4ad32e0b1ccd Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 30 Dec 2025 22:36:53 +0800 Subject: Readme. --- README.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.txt') 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: -- cgit v1.2.3