6406d43c2f287ef37355a719f54e96a62e11503b
[spider.git] / spider-web / README
1 Spider-WEB v0.6b
2
3 Completely based on a clx web client written in Java by dl6dbh
4 (ftp://clx.muc.de/pub/clx/clx-java_10130001.tgz)
5
6 The webserver has to run on the same machine as your DxSpider software!
7
8 Installation instructions (Performed as root):
9
10 Put all the files in the spider-web directory into a newly created directory
11 under the DocumentRoot of your websever for instance 'client'. In my case
12 this is:  /var/www/html/client/
13
14 Move spider.cgi to the cgi-bin directory of your webserver, in my case that is
15 /var/www/cgi-bin/ 
16
17 Change the permissions of the files to ensure they are correct :
18
19 chmod 755 /var/www/cgi-bin/spider.cgi
20 chmod -R 755 /var/www/html/client/
21
22 By default the spider.cgi script should pick up your hostname (As long as this
23 is set correctly).  If it does not or your hostname differs from the name that
24 you attach to the public address that you are using, then edit spider.cgi :
25
26 # Uncomment and set the hostname manually here if the above fails.
27 # $HOSTNAME = "gb7mbc.spoo.org" ;
28 $PORT = "8000" ;
29
30 'HOSTNAME' is the hostname of your cluster.
31
32 'PORT' is the portnumber that you use to connect to your DxSpider via
33 telnet (see Listeners.pm)
34
35
36 You now can connect to Spider-Web via http://yourserver/cgi-bin/spider.cgi