Re: [AOLSERVER] DNS lookup

2001-10-19 Thread Rob Mayoff
+-- On Oct 20, Wojciech Kocjan said: > I need to make AOLserver run DNS lookups (with a seperate thread - to > avoid simple DoS attacks :). This will try to find an IP address for a domain name: set ip [ns_addrbyhost example.com] If you want to look for other types of records for a

[AOLSERVER] DNS lookup

2001-10-19 Thread Wojciech Kocjan
Hello. I need to make AOLserver run DNS lookups (with a seperate thread - to avoid simple DoS attacks :). The user should ask if a domain exists, AOLserver will call another thread to check it out and refresh the page using some ID of the check. The problem is how do I check it with AOLserver?

Re: [AOLSERVER] Updated the "Sites That Run On AOLserver" wiki page as of 10-19-2001

2001-10-19 Thread Patrick Spence
- Original Message - From: "Dossy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 8:08 PM Subject: [AOLSERVER] Updated the "Sites That Run On AOLserver" wiki page as of 10-19-2001 > I went through and removed any dead sites, and I also grabbed > the Server hea

Re: [AOLSERVER] nsmysql-0.6pre

2001-10-19 Thread Dossy
On 2001.10.19, Michael Roberts <[EMAIL PROTECTED]> wrote: > I meant that you had a typo in your URL, actually. Ah yes, that too. Thanks. I forgot the /pub part. -- Dossy > Dossy wrote: > > > On 2001.10.19, Michael Roberts <[EMAIL PROTECTED]> wrote: > > > I had better luck with > > > ftp://

Re: [AOLSERVER] nsmysql-0.6pre

2001-10-19 Thread Michael Roberts
I meant that you had a typo in your URL, actually. Dossy wrote: > On 2001.10.19, Michael Roberts <[EMAIL PROTECTED]> wrote: > > I had better luck with > > ftp://ftp.panoptic.com/pub/nsmysql/nsmysql-0.6pre.tar.gz > > Here's how to grab it out of SourceForge CVS: > > $ cvs -d :pserver:[EMAIL PRO

[AOLSERVER] Updated the "Sites That Run On AOLserver" wiki page as of 10-19-2001

2001-10-19 Thread Dossy
All, I've gone and updated the Sites That Run On AOLserver wiki page, available at: http://panoptic.com/wiki/aolserver/SitesThatRunOnAOLserver or http://panoptic.com/wiki/aolserver/43.html I went through and removed any dead sites, and I also grabbed the Server header from the HTTP respo

Re: [AOLSERVER] nsmysql-0.6pre

2001-10-19 Thread Dossy
On 2001.10.19, Michael Roberts <[EMAIL PROTECTED]> wrote: > I had better luck with > ftp://ftp.panoptic.com/pub/nsmysql/nsmysql-0.6pre.tar.gz Here's how to grab it out of SourceForge CVS: $ cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/aolserver \ co -r nsmysql_0_6_pre nsmysql -- Dossy -- D

Re: [AOLSERVER] nsmysql-0.6pre

2001-10-19 Thread Michael Roberts
Dossy wrote: > I've checked in nsmysql-0.6pre into SourceForge CVS. I've also > put up a source tarball at: > > ftp://ftp.panoptic.com/nsmysql/nsmysql-0.6pre.tar.gz > I had better luck with ftp://ftp.panoptic.com/pub/nsmysql/nsmysql-0.6pre.tar.gz Michael

[AOLSERVER] ns_getform, file upload, resource temp unavailble

2001-10-19 Thread Jim Wilcoxson
Has anyone seen this and understand what it is? We got this error with ns_getform during a file upload. It was happening once in a while with 2.3.3 too, so not a new thing. This user is uploading via AOL: Name:spider-ta074.proxy.aol.com Address: 152.163.205.79 My guess is that the AOL pr

[AOLSERVER] another aolserver 3.x vhosting module - anyone interested?

2001-10-19 Thread Wojciech Kocjan
Hello. I've written a module for name-based virtual hosting with AOLserver. It's written mostly for my needs, but may be useful to some people (I'm too lazy to package/describe it unless someone's interested :). The module only handles url->file, I wanted to use one nsd for massive vhosting. It

Re: [AOLSERVER] AOLserver 3.4.2, 3.2.1, and NEW DOCS

2001-10-19 Thread Lamar Owen
On Thursday 18 October 2001 05:21 pm, Kriston Rehberg wrote: > AOLserver 3.4.2 and 3.2.1 have been released along with a totally new > AOLserver.COM web site with new docs! > Check it out at http://aolserver.com/ Nice. And the sidebar works on my Red Hat Mozilla. :-) ( 0.9.2.1, build 2001090111

[AOLSERVER] [ aolserver-Patches-472822 ] tclsock.c patch

2001-10-19 Thread Ms. Source Forge
Patches item #472822, was opened at 2001-10-19 08:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=472822&group_id=3152 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeremy Collins (jcollins) Assigned to: Nobody/Anony

Re: [AOLSERVER] Shared object libssl.so.200 not found...

2001-10-19 Thread Scott Goodwin
It sounds like your shared lib path doesn't include the directory where this resides. In any case, nsopenssl should compile the OpenSSL library *into* nsopenssl itself, and not use the shared lib. Make sure you have the latest version of nsopenssl (either 1.1c or 2.0) and grab the source for Open