On 2003-01-15 21:44:32 +0000, Matthew Toseland wrote: > On Wed, Jan 15, 2003 at 01:36:12PM -0500, Dominic Anello wrote: ----8<---- > > The first is that I can't seem to be able to get mainport/fproxy to be > > consistently public. The mainport servlet is bound on 0.0.0.0:8888: > > > > [danello at groovy ~/fred/dist]$ netstat -nlp | egrep ':8888 .*LIST' > > tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN 3 > > 2101/java > > > > I have: > > mainport.bindAddress=* > > mainport.allowedHosts=0.0.0.0/0 > > mainport.port=8888 > > in freenet.conf, but I keep getting messages like this in my log file: > You need to set publicNode=true. This will disable the Node Status > Servlet, which contains information that probably shouldn't be public, > and some very VERY slow loading files (the datastore histogram for > example) that could quickly overload your node if pulled repeatedly.
Thanks for clearing that up. One thing I noticed though is that it seems to completely disable the nodestatus page, even when connecting from localhost. Is there any other way to get a dump of my noderefs other than http://localhost:8888/servlet/nodestatus/noderefs.txt? I have a script that wgets that page a couple of times a day so I can distribute my refs. I also use some of the statistics pages to create usage graphs, but that's not too important. ----8<---- > > The other question is: > > Could fproxy/mainport be modified to return a robots.txt that excludes > > all bots? I noticed my load was staying pegged at 100, so I ran a > > tcpdump and it looks like I'm being spidered: > We DO serve a robots.txt. Try it - wget > http://groovy.danky.com:8888/robots.txt > A few of the bits and pieces in Node Status might cause excess load, if > they were repeatedly hammered... Sorry, I should have just checked for myself. I just panicked when I saw Inktomi hitting my node. Thanks for clearing that up for me - I appreciate it. -- Current soundtrack @ 01/16/03 08:00 'Ciccone Youth - The Whitey Album - 11 - Addicted To Love' Freenet Ref: http://groovy.danky.com/groovy.danky.com.txt Get Freenet: http://groovy.danky.com:8891/8DmZXxwfAO8/ PGP Key: http://danky.com/keys/danello.pgp -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 882 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030116/3339a08f/attachment.pgp>
