small changes to the README in spider-web
authorg0vgs <g0vgs>
Tue, 16 Jul 2002 15:26:59 +0000 (15:26 +0000)
committerg0vgs <g0vgs>
Tue, 16 Jul 2002 15:26:59 +0000 (15:26 +0000)
spider-web/README

index e253db7255daebe31b9f2bff6e8d79ecdcb290fb..e31fc6aae6adf82f4f7904bb2f3a95ec2d33962d 100644 (file)
@@ -18,10 +18,11 @@ Move spider.cgi to the cgi-bin directory of your webserver, in my case that is
 /home/httpd/cgi-bin/ although ymmv.  For Suse the correct path should be
 /usr/local/httpd/cgi-bin/ for example.
 
 /home/httpd/cgi-bin/ although ymmv.  For Suse the correct path should be
 /usr/local/httpd/cgi-bin/ for example.
 
-Change the permissions of the files to ensure they are correct :
+Change the permissions of the files to ensure they are correct, obviously you
+will need to use the correct path the the files according to your system:
 
 
-chmod 755 /var/www/cgi-bin/spider.cgi
-chmod -R 755 /var/www/html/client/
+chmod 755 /home/httpd/html/cgi-bin/spider.cgi
+chmod -R 755 /home/httpd/html/client/
 
 By default the spider.cgi script should pick up your hostname (As long as this
 is set correctly).  If it does not or your hostname differs from the name that
 
 By default the spider.cgi script should pick up your hostname (As long as this
 is set correctly).  If it does not or your hostname differs from the name that