summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index ebd6d3f..b744290 100644
--- a/README.txt
+++ b/README.txt
@@ -12,12 +12,13 @@ $ cd /var/www/htdocs
# find . -type d -exec chmod 554 {} +
# chmod 554 cgi-bin/find.cgi
-Checking CGI script errors in chroot:
+Search lock setup in chroot
-# chroot /var/www/ htdocs/www.asciimx.com/cgi-bin/find.cgi
+# mkdir -p /var/www/tmp/search_locks
+# chown www:www /var/www/tmp/search_locks
+# chmod 700 /var/www/tmp/search_locks
-Search Perl deps:
+Checking CGI script errors in chroot:
-# doas pkg_add p5-File-Slurper
-# doas pkg_add p5-HTML-TreeBuilder-XPath
+# chroot /var/www/ htdocs/www.asciimx.com/cgi-bin/find.cgi