diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 + |
