From owner-freebsd-isp Sun Dec 15 6:22:12 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D0D37B401 for ; Sun, 15 Dec 2002 06:22:10 -0800 (PST) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B8443ED1 for ; Sun, 15 Dec 2002 06:22:10 -0800 (PST) (envelope-from mike@sentex.net) Received: from house (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.12.6/8.12.6) with SMTP id gBFELwiR040109; Sun, 15 Dec 2002 09:22:03 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: "Simon" Cc: freebsd-isp@freebsd.org Subject: Re: network backup Date: Sun, 15 Dec 2002 09:22:06 -0500 Message-ID: References: <20021213165625.GB91604@dan.emsphone.com> In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 13 Dec 2002 13:07:18 -0500, in sentex.lists.freebsd.isp you = wrote: >archive grew over gig or so in size, it errored out on me). Dump is a >mess to work with, it doesn't work with directories nor with single >archive file. You need to keep creating new dumps using different >backup levels and I don't know how you will restore files for x user >using all those little dumps when you need to efficiently. Dump will work with a single archive file per level. Yes, it does work on= a file system basis and not directory, but your generally want a level0 backup of your entire system anyways. Its also very efficient for = restoring the odd file from the archive file. restore -i -f and its MUCH nicer to work with than tar this way. If you keep 5 levels of = incremental dumps, yes, you will need to do this potentially for 5 different files, = but still works as expected. We do something like this /sbin/dump -0uanf - /usr |gzip -9 | ssh remoteuser@backupserver.example.com dd of=3D/home/targetdir/root-server-al0.gz ---Mike Mike Tancsa (mike@sentex.net)=09 http://www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Dec 15 14:10:33 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7566737B404 for ; Sun, 15 Dec 2002 14:10:32 -0800 (PST) Received: from marklar.blazingdot.com (marklar.blazingdot.com [207.154.84.83]) by mx1.FreeBSD.org (Postfix) with SMTP id D84ED43EE1 for ; Sun, 15 Dec 2002 14:10:31 -0800 (PST) (envelope-from marcus@blazingdot.com) Received: (qmail 72699 invoked by uid 503); 15 Dec 2002 22:10:31 -0000 Date: Sun, 15 Dec 2002 14:10:31 -0800 From: Marcus Reid To: Mike Tancsa Cc: Simon , freebsd-isp@freebsd.org Subject: Re: network backup Message-ID: <20021215221031.GA72287@blazingdot.com> References: <20021213165625.GB91604@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Coffee-Level: high Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 15, 2002 at 09:22:06AM -0500, Mike Tancsa wrote: > On Fri, 13 Dec 2002 13:07:18 -0500, in sentex.lists.freebsd.isp you wrote: > > >archive grew over gig or so in size, it errored out on me). Dump is a > >mess to work with, it doesn't work with directories nor with single > >archive file. You need to keep creating new dumps using different > >backup levels and I don't know how you will restore files for x user > >using all those little dumps when you need to efficiently. > > > Dump will work with a single archive file per level. Yes, it does work on a > file system basis and not directory, but your generally want a level0 > backup of your entire system anyways. Its also very efficient for restoring > the odd file from the archive file. restore -i -f and its MUCH > nicer to work with than tar this way. If you keep 5 levels of incremental > dumps, yes, you will need to do this potentially for 5 different files, but > still works as expected. We do something like this > > /sbin/dump -0uanf - /usr |gzip -9 | ssh > remoteuser@backupserver.example.com dd > of=/home/targetdir/root-server-al0.gz Agreed that dump is the way to go much of the time.. There is something that bothers me in your example though. Your backup machine trusts the server, and not the other way around. IMHO, the backup machine needs to be one of the most trusted machines on your network, like your management workstation. It logs into machines below it, and not the other way around. Compromise of server X should not allow access to the backups of every machine on the network! Marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Dec 15 17: 4:39 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B52C37B401 for ; Sun, 15 Dec 2002 17:04:38 -0800 (PST) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6B843ED1 for ; Sun, 15 Dec 2002 17:04:37 -0800 (PST) (envelope-from mike@sentex.net) Received: from granite.sentex.ca (ns.sentex.ca [199.212.134.1]) by smtp2.sentex.ca (8.12.6/8.12.6) with ESMTP id gBG14TNt099439; Sun, 15 Dec 2002 20:04:29 -0500 (EST) (envelope-from mike@sentex.net) Received: from house.sentex.net (cage.simianscience.com [64.7.134.1]) by granite.sentex.ca (8.12.6/8.12.6) with ESMTP id gBG14MOU032365; Sun, 15 Dec 2002 20:04:23 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20021215195931.06955bc8@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 15 Dec 2002 20:04:31 -0500 To: Marcus Reid From: Mike Tancsa Subject: Re: network backup Cc: freebsd-isp@freebsd.org In-Reply-To: <20021215221031.GA72287@blazingdot.com> References: <20021213165625.GB91604@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 02:10 PM 12/15/2002 -0800, Marcus Reid wrote: >On Sun, Dec 15, 2002 at 09:22:06AM -0500, Mike Tancsa wrote: > > /sbin/dump -0uanf - /usr |gzip -9 | ssh > > remoteuser@backupserver.example.com dd > > of=/home/targetdir/root-server-al0.gz > >Agreed that dump is the way to go much of the time.. There is something >that bothers me in your example though. Your backup machine trusts the server, >and not the other way around. IMHO, the backup machine needs to be one of >the most trusted machines on your network, like your management workstation. I agree. However, the target user on the backup server is non wheel and the session is chrooted into its own directory. If servera is compromised, the attacker can get at the account servera on the backupserver, and thats it. >It logs into machines below it, and not the other way around. Compromise of >server X should not allow access to the backups of every machine on the >network! Not necessarily. If there is a password compromise on the one server, it does not mean that there is access to all the other accounts on the backup server. Also, if it were done the other way around, only the backup server need to be compromised to gain access to all the other servers. How have you designed your backup system that avoids these issues ? ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Dec 15 20:44:34 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA01637B401 for ; Sun, 15 Dec 2002 20:44:32 -0800 (PST) Received: from marklar.blazingdot.com (marklar.blazingdot.com [207.154.84.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 83F9743EC2 for ; Sun, 15 Dec 2002 20:44:32 -0800 (PST) (envelope-from marcus@blazingdot.com) Received: (qmail 78775 invoked by uid 503); 16 Dec 2002 04:44:22 -0000 Date: Sun, 15 Dec 2002 20:44:22 -0800 From: Marcus Reid To: Mike Tancsa Cc: freebsd-isp@freebsd.org Subject: Re: network backup Message-ID: <20021216044422.GA78227@blazingdot.com> References: <20021213165625.GB91604@dan.emsphone.com> <5.2.0.9.0.20021215195931.06955bc8@192.168.0.12> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20021215195931.06955bc8@192.168.0.12> User-Agent: Mutt/1.4i Coffee-Level: high Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 15, 2002 at 08:04:31PM -0500, Mike Tancsa wrote: > At 02:10 PM 12/15/2002 -0800, Marcus Reid wrote: > >On Sun, Dec 15, 2002 at 09:22:06AM -0500, Mike Tancsa wrote: > >> /sbin/dump -0uanf - /usr |gzip -9 | ssh > >> remoteuser@backupserver.example.com dd > >> of=/home/targetdir/root-server-al0.gz > > > >Agreed that dump is the way to go much of the time.. There is something > >that bothers me in your example though. Your backup machine trusts the > >server, > >and not the other way around. IMHO, the backup machine needs to be one of > >the most trusted machines on your network, like your management > >workstation. > > I agree. However, the target user on the backup server is non wheel and > the session is chrooted into its own directory. If servera is compromised, > the attacker can get at the account servera on the backupserver, and thats > it. > > >It logs into machines below it, and not the other way around. Compromise of > >server X should not allow access to the backups of every machine on the > >network! > > Not necessarily. If there is a password compromise on the one server, it > does not mean that there is access to all the other accounts on the backup > server. Also, if it were done the other way around, only the backup server > need to be compromised to gain access to all the other servers. > > How have you designed your backup system that avoids these issues ? Creating a chrooted environment capable of supporting SSH for each machine to be backed up seems impractical at best. Even if it were as simple as putting ssh and dd binaries into every chroot, I don't see the advantage that it has over having the backup machine make the outgoing connections. If the backup server is compromised in either configuration all of the backup data is exposed. But it's less likely to be possible if you can't connect to it. The last OpenSSH flaw I remember was an upstream vulnerability (rogue server exploiting vulnerable client) so obviously you're not invincible either way. But the difference in potential for vulnerability between an incoming SSH connection and being inside of a chroot with (suid root!) binaries and libs laying all over the place is pretty clear. Marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Dec 16 7:18: 5 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A5537B401 for ; Mon, 16 Dec 2002 07:18:04 -0800 (PST) Received: from smtp.ericx.net (ethel.ericx.net [204.128.227.33]) by mx1.FreeBSD.org (Postfix) with SMTP id EF1D743E4A for ; Mon, 16 Dec 2002 07:18:03 -0800 (PST) (envelope-from ericx@vineyard.net) Received: from fortiva (FORTIVA.vineyard.net [204.17.195.104]) by smtp.ericx.net (Postfix) with SMTP id AB56816A6C for ; Mon, 16 Dec 2002 10:17:57 -0500 (EST) Message-ID: <014601c2a516$4bebbfc0$68c311cc@vineyard.net> From: "Eric W. Bates" To: Subject: mysql 4.x stability Date: Mon, 16 Dec 2002 10:17:49 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can someone please share their opinion about mysql's 4.x stability/robustitude on Freebsd? --- Eric W. Bates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Dec 16 7:41:50 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4C837B401 for ; Mon, 16 Dec 2002 07:41:49 -0800 (PST) Received: from manganese.bos.dyndns.org (manganese.bos.dyndns.org [66.151.188.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B290F43EC2 for ; Mon, 16 Dec 2002 07:41:48 -0800 (PST) (envelope-from twilde@dyndns.org) Received: from manganese.bos.dyndns.org (twilde@localhost [127.0.0.1]) by manganese.bos.dyndns.org (8.12.6/8.12.6) with ESMTP id gBGFfbvd042290; Mon, 16 Dec 2002 10:41:37 -0500 (EST) (envelope-from twilde@dyndns.org) Received: from localhost (twilde@localhost) by manganese.bos.dyndns.org (8.12.6/8.12.6/Submit) with ESMTP id gBGFfbXr042287; Mon, 16 Dec 2002 10:41:37 -0500 (EST) (envelope-from twilde@dyndns.org) X-Authentication-Warning: manganese.bos.dyndns.org: twilde owned process doing -bs Date: Mon, 16 Dec 2002 10:41:37 -0500 (EST) From: Tim Wilde X-X-Sender: twilde@manganese.bos.dyndns.org To: "Eric W. Bates" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: mysql 4.x stability In-Reply-To: <014601c2a516$4bebbfc0$68c311cc@vineyard.net> Message-ID: References: <014601c2a516$4bebbfc0$68c311cc@vineyard.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 16 Dec 2002, Eric W. Bates wrote: > Can someone please share their opinion about mysql's 4.x > stability/robustitude on Freebsd? We use it as a replication slave for SELECT-only queries without a problem. It is key that you follow the FreeBSD compilation instructions in the INSTALL-SOURCE document if you're compiling from source; a more "straight" configure & compile will leave you with a mess. The test suite won't complete properly, but everything we've tried to use works just fine, we haven't had any problems with it crashing, locking up, etc. Tim Wilde -- Tim Wilde twilde@dyndns.org Systems Administrator Dynamic DNS Network Services http://www.dyndns.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Dec 16 13:25:19 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86E1637B401 for ; Mon, 16 Dec 2002 13:25:18 -0800 (PST) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C310E43E4A for ; Mon, 16 Dec 2002 13:25:17 -0800 (PST) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smtp2.sentex.ca (8.12.6/8.12.6) with ESMTP id gBGLP87M073525; Mon, 16 Dec 2002 16:25:09 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.6/8.12.6) with ESMTP id gBGLQKHY038505; Mon, 16 Dec 2002 16:26:20 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20021216162727.04fc0a58@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 16 Dec 2002 16:28:25 -0500 To: Marcus Reid From: Mike Tancsa Subject: Re: network backup Cc: freebsd-isp@freebsd.org In-Reply-To: <20021216044422.GA78227@blazingdot.com> References: <5.2.0.9.0.20021215195931.06955bc8@192.168.0.12> <20021213165625.GB91604@dan.emsphone.com> <5.2.0.9.0.20021215195931.06955bc8@192.168.0.12> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 08:44 PM 15/12/2002 -0800, Marcus Reid wrote: >Creating a chrooted environment capable of supporting SSH for each machine >to be backed up seems impractical at best. I was thinking more of an sshd that allows chrooting. See http://garage.freebsd.pl/openssh.README ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Dec 17 1:44: 1 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EFD137B401 for ; Tue, 17 Dec 2002 01:44:00 -0800 (PST) Received: from oe8.briank.com (oe8.briank.com [198.144.201.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A27343EB2 for ; Tue, 17 Dec 2002 01:44:00 -0800 (PST) (envelope-from briank@briank.com) Received: from briank.com (MaiTai.local.briank.com [192.168.255.8]) by oe8.briank.com (8.12.3/8.12.3) with ESMTP id gBH9hsrX000295 for ; Tue, 17 Dec 2002 01:43:54 -0800 (PST) (envelope-from briank@briank.com) Message-ID: <3DFEF1D9.708ACAD2@briank.com> Date: Tue, 17 Dec 2002 01:43:54 -0800 From: Brian Korver X-Mailer: Mozilla 4.78 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: multiport serial cards (PCI) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does anyone have any recommendations for choosing from the following serial cards: PCI-Based multi-port serial boards ( puc(4) driver) Avlab Technology, PCI IO 2S Moxa Industio CP-114 Syba Tech Ltd. PCI-4S2P-550-ECP Netmos NM9835 PCI-2S-550 PCCOM dual port RS232/422/485 SIIG Cyber Serial Dual PCI 16C550 This will be sitting on the 2nd PCI bus, in case that matters (which it does to my Cyclades board). -brian briank@briank.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Dec 17 2:35:51 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EE237B401 for ; Tue, 17 Dec 2002 02:35:43 -0800 (PST) Received: from yahoo.com (65-64-123-213.abeinc.com [65.64.123.213]) by mx1.FreeBSD.org (Postfix) with SMTP id 5DE4743EA9 for ; Tue, 17 Dec 2002 02:35:33 -0800 (PST) (envelope-from MarketingProducts1215@yahoo.com) From: [ToolsForMarketing] To: Reply-To: Subject: 50% off All Lists: Publicity - Libraries - Bookstores - Film Producers - Art Galleries - Record Stores - Custom (more) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20021217103533.5DE4743EA9@mx1.FreeBSD.org> Date: Tue, 17 Dec 2002 02:35:33 -0800 (PST) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ***LIMITED TIME SALE - ALL LISTS 50% OFF MUST MENTION SALE WHEN ORDERING*** -------------------------------------------------------------- UNLIMITED USE LISTS . . .DOWNLOAD WITHIN MINUTES. -------------------------------------------------------------- NEW LISTS: TRAVEL MEDIA, SCIENCE PROFESSORS, SCIENCE CLUBS, PASTORS & CHURCHES, BIBLE COLLEGE & SEMINARY PROFESSORS, PET MEDIA, POLITICAL MEDIA, NEW AGE MEDIA, SCIENTIFIC JOURNALS, -------------------------------------------------------------- IF WE DO NOT HAVE THE LIST YOU NEED, WE WILL COMPILE A CUSTOM LIST ACCORDING TO YOUR SPECIFICATIONS -------------------------------------------------------------- Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. -------------------------------------------------------------- LIBRARIES (BOOKSTORES, MEDIA AND OTHER LISTS BELOW . . .) LISTS INCLUDE: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheet & Text Database 1,200 U.S. Public Libraries WITH EMAIL ADDRESSES - $109 - NOW $54.50 1,200 U.S. Public Libraries - $89 - NOW $44.50 1,000 U.S. University Libraries WITH EMAIL ADDRESSES - $89 - NOW $44.50 1,000 U.S. University Libraries - $69 - NOW $34.50 400+ Community College Libraries WITH EMAIL ADDRESSES - $59 - NOW $29.50 400+ Community College Libraries - $49 - NOW $24.50 1,093 U.S. K-12 Private School Libraries WITH EMAIL ADDRESSES - $109 - NOW $54.50 1,093 U.S. K-12 Private School Libraries - $89 - NOW $44.50 200 U.K. Public Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 200 U.K. Public Libraries - $39 - NOW $19.50 250 U.K. University Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 250 U.K. University Libraries - $39 - NOW $19.50 528 Australian Public Libraries WITH EMAIL ADDRESSES - $79 - NOW $39.50 528 Australian Public Libraries - $69 - NOW $34.50 279 Australian College & Univ. Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 279 Australian College & Univ. Libraries - $39 - NOW $19.50 200 Canadian Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 200 Canadian Libraries - $39 - NOW $19.50 100 New Zealand Libraries WITH EMAIL ADDRESSES - $39 - NOW $19.50 100 New Zealand Libraries - $29 - NOW $14.50 1,000 U.S. Medical Libraries - $79 - NOW $34.50 313 U.S. Law Libraries - $49 - NOW $24.50 193 U.S. Religious Libraries - $39 - NOW $19.50 ---------------------------------------------- BOOKSTORES LIST INCLUDES: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheets & Text Databases 1,900+ Independent Bookstores WITH EMAIL ADDRESSES - $149 - NOW $74.50 1,900+ Independent Bookstores - $129 - NOW $64.50 1,900+ College Bookstores WITH EMAIL ADDRESSES - $149 - NOW $74.50 1,900+ College Bookstores - $129 - NOW $64.50 3,000+ Christian Bookstores WITH EMAIL ADDRESSES - $169 - NOW $84.50 3,000+ Christian Bookstores - $149 - NOW $74.50 2,200+ Chain Bookstores - $129 - NOW $64.50 575+ Book Distributors & Chain HQs - WITH EMAIL ADDRESSES - $59 - NOW $29.50 575+ Book Distributors & Chain HQs - $49 - NOW $24.50 675 Canadian General Bookstores WITH EMAIL ADDRESSES - $69 - NOW $34.50 675 Canadian General Bookstores - $59 - NOW $29.50 175 Canadian University Bookstores - WITH EMAIL ADDRESSES - $39 175 Canadian University Bookstores - $29 - NOW $14.50 550+ New Age Bookstores - WITH EMAIL ADDRESSES - $59 - NOW $29.50 550+ New Age Bookstores - $49 - NOW $24.50 125 African-American Bookstores - $29 - NOW $14.50 You will be able to download your lists WITHIN MINUTES. ----------------------------------------------- MEDIA LISTS LISTS INCLUDE: Contact Name, Title/Position, Company, Address, Phone, Fax and Email Address (when available) AVAILABLE FORMATS: Excel Spreadsheet and Microsoft Word U.S. National Media List (1000+ Contacts) - $99 - NOW $49.50 "Includes national business, consumer, and entertainment magazine contacts, syndicated talk shows, Newswire contacts, network news, cable news and entertainment programs." Australian National Media LisT (360+ Contacts) - $99 - NOW $49.50 "Australia's finest newspapers, magazines and television news and entertainment contacts are included in this list." Canadian National Media (590+ Contacts) - $99 - NOW $49.50 "Provides quality contacts from diverse Canadian TV, Magazine, and Newspaper outlets." UK Media List (500 Contacts) - $99 - NOW $49.50 "Contact reporters, editors, writers and producers from the UK's best media outlets. PBS Stations (800+ Contacts) - $99 - NOW $49.50 "Local and national contacts are featured in this extensive public television database." National Public Radio - NPR (265 Contacts) - $99 - NOW $49.50 "Features program directors and producers at local public radio stations as well as contacts at national syndicated shows including Diane Rehm and Fresh Air with Terry Gross." Drive Time Radio - Top 100 Markets (600 Contacts) - $99 - NOW $49.50 "Reach millions of people during drive-time shows at top stations." Newspapers - Top 100 Papers (1,100+ Contacts) - $99 - NOW $49.50 Pitch story ideas to editors and reporters at the top 100 newspapers throughout America. Local TV News (North Region) (840+ Contacts) - $99 - NOW $49.50 Local TV News (Midwest Region) (870+ Contacts) - $99 - NOW $49.50 Local TV News (West Region) (890+ Contacts) - $99 - NOW $49.50 Local TV News (South Region) (1,100+ Contacts) - $129 - NOW $64.50 Local TV News (All Regions) (3,700+ Contacts) - $249 - NOW $124.50 "Contact the people who can present your idea or work to a very large audience. Individual contacts include: news editors, assignment editors, producers, segment producers, weekend editors, and public affairs directors. Mens Interest Media (400 Contacts) - $99 - NOW $49.50 "Connect with contacts at publications like Esquire, GQ, Maxim, Men's Health and more." Womens Interest Media (1,350+ Contacts) - $149 - NOW $74.50 "Editorial contacts at major women's consumer magazines, women's editors at major newspapers and other publications, and producers at broadcast outlets are included in this comprehensive list." Teen Interest Media (216 Contacts) - $99 - NOW $49.50 "Reporters and editors at publications like Seventeen, Teen People, and CosmoGIRL! are now at your fingertips." Family & Parenting Media List (789 Contacts) - $99 - NOW $49.50 "This list reaches the media that cover child and parenting issues, including contacts at the major dailies, newsweeklies and parenting segment producers at major broadcast networks." Eclectic Newsweeklies (575+ Contacts) - $99 - NOW $49.50 "Reach a diverse group of non-daily free-circulation papers distributed in all of the major metropolitan areas of North America. Each paper has a distinct, local identity that sets it apart from the mainstream press in its market." College Radio Stations (520+ Contacts) - $99 - NOW $49.50 "Individual contacts include station manager, music director, program director, news director, among others." College Newspaper Contacts (1,400+ Contacts) - $99 - NOW $49.50 "Reach Generation X through over 1,400 college newspapers. Don't overlook this lucrative market." Travel Media (2,600+ Contacts) - $199 - NOW $99.50 "The mother of all travel media lists." Pet Media (435 Contacts) - $99 - NOW $49.50 "Covers every aspect of all things pet-related." Fashion & Beauty List (1,400 Contacts) - $149 - NOW $74.50 "You'll reach editors at major fashion publications including Cosmo, Elle, Glamour and InStyle. Men's fashion contacts include Esquire, FHM, GQ. and Stuff. There are also fashion and beauty editors at major dailies and major national magazines." Sex & Relationships Media List (402 Contacts) - $99 - NOW $49.50 "The most comprehensive list available of editors, reporters and producers covering every aspect of sex and relationships." Gay and Lesbian Media List (260 Contacts) - $99 - NOW $49.50 "Reach media contacts at national gay and lesbian publications including, The Advocate, Planet Out and Out. Local publications include the Houston Voice, San Francisco Frontiers and Seattle Gay News." Book Industry Media List (502 Contacts) - $99 - NOW $49.50 "Includes book reviewers from major newspapers, consumer magazines, trade publications and producers from shows that schedule authors, including Good Morning America, 20/20 and Nightline." Music Industry Media List (1,142 Contacts) - $149 - NOW $74.50 "Reach reporters, critics and producers at newspapers, magazines and television shows covering the music industry. There are contacts at internet publications that focus on music." Motion Picture, Film & Video (695 Contacts) - $99 - NOW $49.50 "Includes movie critics, entertainment editors and reporters at the top industry publications, major newspapers, consumer magazines and television programs." Sports Media List (427 Contacts) - $99 - NOW $49.50 includes contacts at national sports magazines, sports networks, newspapers, as well as television and radio stations. Political Media List (1,100+ Contacts) - $149 - NOW $74.50 "This list covers every aspect of the political debate whether in print or broadcast. This list is a must for those with serious issues to publicize." African American Media List (1500 Contacts) - $149 - NOW $74.50 "Contacts at national black consumer and business publications, regional newspapers and television stations." Environmental Media List (763 Contacts) - $99 - NOW $49.50 "Reach numerous environmental editors, writers and reporters at major newspapers, national magazines, environmental publications, and television networks." Scientific Journals (500 Contacts) - $99 - NOW $49.50 "Reach editors at journals covering Biology, Chemistry, Genetics, Astronomy and everything in between." New Age Media (250+ Contacts) - $99 - NOW $49.50 "Reach contacts at media outlets that specialize in Astrology, psychic phenomena, angels, near death experiences and everything in between." Christian Media List (370 Contacts) - $99 - NOW $49.50 "Reach top contacts at the largest Christian broadcasting outlets, religion editors and reporters at the top dailies and newsweeklies, and editors at the top Christian publications." ------------------------------------------------- TV & FILM PRODUCERS, DIRECTORS, DEVELOPMENT EXECS, (MORE) 3,000+ Contacts - $149 (Entire List) - NOW $74.50 800+ Producers Only - $99 - NOW $49.50 650+ Development, Creative & Acquisitions Contacts Only - $89 - NOW $44.50 Lists Include: Contact Name, Title, Company, Address, Phone and Fax Number Available Formats: Excel Spreadsheet and Text Database PUBLISHING COMPANY CONTACTS 1,700+ U.S. Publishing Contacts - $99 - NOW $49.50 300 Art Publishing Contacts - $49 - NOW $24.50 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database LITERARY AGENTS 300+ Contacts - $49 - NOW $24.50 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database MUSIC AGENTS/MANAGERS 150+ Contacts - $29 - NOW $14.50 List Includes: Contact Name, Title, Company, Address, Phone, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database SCIENCE PROFESSORS 3,500 Contacts - $149 - NOW $74.50 Departments Included: Biology, Chemistry, Astronomy, Anthropolgy, Physics, Geology, Mathematics, more. List Includes: Contact Name, Department, University, Address, Phone, Fax and Email Available Formats: Excel Spreadsheet and Text Database SCIENCE CLUBS 1,000 Contacts - $99 - NOW $49.50 List Includes: Contact Name, Club Name, Email address, (Address & Phone when available) Available Formats: Excel Spreadsheet and Text Database PASTORS & CHURCHES 2,000 Contacts - $129 - NOW $64.50 (Various Denominations) List Includes: Pastors Name, Church, Address, Phone, Fax and Email. Available Formats: Excel Spreadsheet and Text Database BIBLE COLLEGE & SEMINARY PROFESSORS 2,000 Contacts - $129 - NOW $64.50 List Includes: Contact Name, Department, School, Address, Phone, Fax and Email. Available Formats: Excel Spreadsheet and Text Database VIDEO STORE LISTS 1573 Independent Video Stores (West) - $79 - NOW $34.50 2556 Independent Video Stores (Midwest) - $99 - NOW $49.50 2037 Independent Video Stores (East) - $99 - NOW $49.50 2987 Independent Video Stores (South) - $129- NOW $64.50 9150 Independent Video Stores (National)- $199- NOW $99.50 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database MUSIC STORE LISTS 997 Independent Music Stores (Midwest) - $79 - NOW $34.50 1215 Independent Music Stores (South) - $89 - NOW $44.50 1444 Independent Music Stores (East) - $89 - NOW $44.50 1355 Independent Music Stores (West) - $89 - NOW $44.50 5008 Independent Music Stores (National)- $249- NOW $124.50 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database ART GALLERY LISTS US National List WITH EMAIL ADDRESSES: $169 (1090 Galleries) US National List: $149 (1090 Galleries) - NOW $74.50 Southern US: $39 (140 Galleries) - NOW $19.50 Central US: $39 (150 Galleries) - NOW $19.50 Western US: $69 (272 Galleries) - NOW $34.50 Eastern US: $89 (530 Galleries) - NOW $44.50 United Kingdom: $69 (230 Galleries) - NOW $34.50 Canada: $49 (165 Galleries) - NOW $24.50 Australia: $29 (50 Galleries) - NOW $19.50 Lists Include: Gallery Name, Address, Phone Number and Fax Number Available Formats: Excel Spreadsheet and Text Database OUR GUARANTEE: We will refund postage (up to 34 cents per item) for any undeliverable addresses over 5% of the total list. We will also correct the undeliverable contacts and issue you an updated list. ------------------------ You will be able to download your lists WITHIN MINUTES. Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. ------------------------------------------------------------------- To be removed from any future mailings, please send a message with your email address in the subject line to PublicityRemoval@netscape.net. Requests will be processed within 48 hours at that address only. Apologies for any inconvience. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Dec 17 14:56:24 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 412D037B401 for ; Tue, 17 Dec 2002 14:56:23 -0800 (PST) Received: from fragma.wildcardinternet.co.uk (fragma.wildcardinternet.co.uk [195.82.114.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE3B43EA9 for ; Tue, 17 Dec 2002 14:56:22 -0800 (PST) (envelope-from lee@wildcardinternet.co.uk) Received: from ded.internal.wildcardinternet.co.uk ([194.222.162.198] helo=wildcardinternet.co.uk) by fragma.wildcardinternet.co.uk with esmtp (Exim 3.35 #1) id 18OQdQ-000NCl-00 for freebsd-isp@freebsd.org; Tue, 17 Dec 2002 22:56:20 +0000 Received: from [10.0.0.3] (helo=gate) by wildcardinternet.co.uk with smtp (Exim 3.36 #1) id 18OQdQ-0000p9-00 for freebsd-isp@freebsd.org; Tue, 17 Dec 2002 22:56:20 +0000 From: "Lee Johnston" To: Subject: Web Based Control for FreeBSD Date: Tue, 17 Dec 2002 22:56:24 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there.. I'm in the process of developing a web-based control panel and account creation system for a web hosting environment. I'm just wondering if anyone has an experience with this sort of thing.. I.e. Creating a system to add users, update users info (e.g., quotas, etc) via the web using minimum user privileges for the web server (also using PHP!). Maybe with MySQL? Thanks in advance, Lee. -- Lee Johnston Wildcard Internet e: lee@wildcardinternet.co.uk p: (0870) 747 2901 f: (0870) 747 2902 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Dec 17 15:17:46 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A81237B401 for ; Tue, 17 Dec 2002 15:17:45 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-85.apple.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0990C43E4A for ; Tue, 17 Dec 2002 15:17:45 -0800 (PST) (envelope-from cswiger@mac.com) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id gBHNHiZT007859 for ; Tue, 17 Dec 2002 15:17:44 -0800 (PST) Received: from bust ([12.38.161.88]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id H7AE1K00.4A0 for ; Tue, 17 Dec 2002 15:17:44 -0800 Date: Tue, 17 Dec 2002 18:17:42 -0500 Subject: Re: Web Based Control for FreeBSD Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: Chuck Swiger To: freebsd-isp@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tuesday, December 17, 2002, at 05:56 PM, Lee Johnston wrote: > I.e. Creating a system to add users, update users info (e.g., quotas, etc) > via the web using minimum user privileges for the web server (also using > PHP!). Maybe with MySQL? Check out webmin and usermin-- probably in the ports as /usr/ports/sysutils/webmin. -Chuck Chuck Swiger | chuck@codefab.com | All your packets are belong to us. -------------+-------------------+----------------------------------- "The human race's favorite method for being in control of the facts is to ignore them." -Celia Green To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Dec 17 18:16:53 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C388537B401 for ; Tue, 17 Dec 2002 18:16:50 -0800 (PST) Received: from 68-114-20-141.charterga.net (68-114-20-141.charterga.net [68.114.20.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 63C5343EC2 for ; Tue, 17 Dec 2002 18:16:32 -0800 (PST) (envelope-from yaaq19112824@pager.icq.com) Received: from [174.223.185.169] by rly-xl05.mx.aol.com with NNFMP; Dec, 17 2002 8:48:29 PM +0700 Received: from rly-xl05.mx.aol.com ([147.119.50.98]) by smtp4.cyberec.com with NNFMP; Dec, 17 2002 7:48:27 PM +0300 Received: from unknown (HELO da001d2020.lax-ca.osd.concentric.net) (194.29.209.49) by f64.law4.hotmail.com with QMQP; Dec, 17 2002 6:42:23 PM -0800 Received: from mx.rootsystems.net ([60.127.54.24]) by smtp-server6.tampabay.rr.com with SMTP; Dec, 17 2002 5:53:25 PM +1100 From: Michael D G McKinlay To: Brigid@FreeBSD.ORG, C@FreeBSD.ORG, M@FreeBSD.ORG, Campbell@FreeBSD.ORG Cc: Subject: You need E-MAiL AddREssES, we've got em: 40OM for $139 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 17 Dec 2002 21:15:36 -0500 X-Mailer: Microsoft Outlook Express 6.00.2462.0000 Message-Id: <20021218021632.63C5343EC2@mx1.FreeBSD.org> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You want email addresses; we've got lots of fresh ones. Face it, there's no way you're going to extract 400 million email addresses with some flimsy email extractor program you downloaded from the web. You're lucky if you can extract 2 million in a year! Our email addresses are even targeted in 34 different categories to help you reach only the market you want. No need to buy any more directories from the web. We've bought almost all of them for you, cleaned them up including removal of duplicates and flamers, and compiled them into a 4 disk volume for only $139.00 Now you can send emails to millions of people worldwide. Imagine if only a small number out of even 1 million emails sent responded to your email. Don't you think you'd make something out of that? No need to worry if our email addresses will work with your mailing program. We already thought of that and made sure to save all files as text files. Text files are the most universal types of files so they will import easily. Also, there's no limit to how many times you can use our email addresses. Still have more specific questions? We're here to help. You can contact us by email At Superstud@btamail.net.cn make sure to put "ENQUIRY" in the subject line Want to order? Follow the instructions below: [] I want to order online Please complete ONLY section A & B of the order form below and either fax or email it back to us. If you're faxing it, send it to 1-6 30-604-1030 or 1-44 3-659-0730 [] I want to order by Credit Card Please complete section A , B & C of the order form below. For your security, DO NOT email anything with your credit card number on it. Please fax your order form to 1-63 0-604-10 30 or 1-4 43-659-07 30 [] I want to order by Paypal Please complete section A , B & D of the order form below. You can email or fax the order form back to us for processing. Return by fax to 1-630-604-1 030 or 1-443-6 59-0730 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION A - Products (prices are in US$) [] Email Marketing CD with 100 million Addresses $69.00 [] 200 Million Email Addresses on 2 CD's $79.00 [] 1.5 Million USA Business Fax Numbers $49.00 [] PACKAGE "A" - ALL DIRECTORIES ABOVE (3 CDs) $99.00 [] Email Gold CD FRESHLY EXTRACTED 100 Million Addresses $99.00 [] 7 Million Chinese Email Addresses $99.00 [] PACKAGE "B" + PACKAGE "A"- All directories above (4 CDs) $139.00 [] 1 Million Email Addresses from French speaking countries $69 [] 1 Million U.K. only email addresses $69 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// SECTION B - Personal Information Full Name:________________________________________________________________ Company Name:________________________________________________________________ Tel: ( ______) ___________-______________ Email Address:__________________________________________________________ Shipping Addresss:_______________________________________Zip/Postal:_______________ City:___________________________________ State/Province:____________________ Country:________________________________________________________________ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION C - Credit Card Information Card Number:____________________________________________________________ Expiration Date:____/____ CVV2 code (last 3 digits on reverse):__________________ Type of card : [] Visa [] Mastercard [] American Express Exact name on card:_______________________________________________________ Billing Address:________________________________________Zip/Postal_______________ City:____________________________________State/Province:___________________ Country:________________________________________________________________ Cardholder Signature:______________________________________________________ I hereby authorize F.T. Internat ion al to bill my credit card for the items ordered on this form. I understand that all sales are final and further agree not to dispute this charge. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION D - Paypal Information Email Address associated with Paypal:________________________________________ Note: After receiving this order form, we will send a payment request to the address above. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// If you want off our list, please send an email to Superstud@btamail.net.cn with DELETE in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Dec 17 22:23:57 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F07D937B401 for ; Tue, 17 Dec 2002 22:23:56 -0800 (PST) Received: from blue.centerone.com (blue.centerone.com [204.133.183.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8344043EB2 for ; Tue, 17 Dec 2002 22:23:56 -0800 (PST) (envelope-from rf-list@centerone.com) Received: from DELIVERANCE-XP.centerone.com (ppp-168-253-13-234.den1.ip.ricochet.net [168.253.13.234]) by blue.centerone.com (8.9.3/8.9.3) with ESMTP id XAA26631 for ; Tue, 17 Dec 2002 23:41:02 -0700 Message-Id: <5.1.0.14.2.20021217231905.0137f538@mail.centerone.com> X-Sender: rf-list@mail.centerone.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 17 Dec 2002 23:19:55 -0700 To: freebsd-isp@FreeBSD.ORG From: Ralph Forsythe Subject: Re: Web Based Control for FreeBSD In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 06:17 PM 12/17/2002 -0500, Chuck Swiger wrote: >Check out webmin and usermin-- probably in the ports as >/usr/ports/sysutils/webmin. > >-Chuck That, and look at ISPman (www.ispman.org). We're using this under FreeBSD 4.7 now and it works well. It uses an LDAP backend also. -rf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 4:27:33 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E2137B401 for ; Wed, 18 Dec 2002 04:27:32 -0800 (PST) Received: from users.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E845643E4A for ; Wed, 18 Dec 2002 04:27:26 -0800 (PST) (envelope-from munk@users.munk.nu) Received: from users.munk.nu (munk@localhost [127.0.0.1]) by users.munk.nu (8.12.6/8.12.6) with ESMTP id gBICRKBu015613 for ; Wed, 18 Dec 2002 12:27:20 GMT (envelope-from munk@users.munk.nu) Received: (from munk@localhost) by users.munk.nu (8.12.6/8.12.6/Submit) id gBICRJog015612 for freebsd-isp@FreeBSD.ORG; Wed, 18 Dec 2002 12:27:19 GMT Date: Wed, 18 Dec 2002 12:27:18 +0000 From: Jez Hancock To: freebsd-isp@FreeBSD.ORG Subject: Re: Web Based Control for FreeBSD Message-ID: <20021218122718.GA15465@users.munk.nu> Mail-Followup-To: freebsd-isp@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Dec 17, 2002 at 10:56:24PM -0000, Lee Johnston wrote: > I'm just wondering if anyone has an experience with this sort of thing.. > > I.e. Creating a system to add users, update users info (e.g., quotas, etc) > via the web using minimum user privileges for the web server (also using > PHP!). Maybe with MySQL? I recently found the following which might be worth a quick look: http://chaogic.com/vhost/ I haven't had a chance to check it out yet, but it sounds useful: What is it? vHost is a one-step solution for all virtual hosting needs. It enables a Linux/BSD server with single or multiple IP addresses to handle unlimited web/ftp/email domains. It comes with both command line and web based graphical user interface, which gives maximum control to a domain's owner, while relieving the system administrator of most routine administration tasks. The latest version also offers the "clustering" capability. Let us know if you find anything else! Cheers, Jez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 4:32:49 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD10337B401 for ; Wed, 18 Dec 2002 04:32:47 -0800 (PST) Received: from nildram.net (vmailw2k46b.trinitevisp.co.uk [195.38.80.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D0E43E4A for ; Wed, 18 Dec 2002 04:32:41 -0800 (PST) (envelope-from Stuart@nildram.net) Received: from localhost by vmailw2k46b.trinitevisp.co.uk with ESMTP; Wed, 18 Dec 2002 12:32:14 Received: FROM VMAILW2K45C BY vmailw2k45c.trinitevisp.co.uk ; Wed Dec 18 12:32:08 2002 0000 Received: from NLDCW2K1.office.nildram.net [195.149.26.12] by vmailw2k45c.trinitevisp.co.uk with ESMTP; Wed, 18 Dec 2002 12:30:54 Received: from exchange.office.nildram.net ([10.168.66.56]) by NLDCW2K1.office.nildram.net with Microsoft SMTPSVC(5.0.2195.2966); Wed, 18 Dec 2002 12:30:02 +0000 Received: by exchange.office.nildram.net with Internet Mail Service (5.5.2653.19) id ; Wed, 18 Dec 2002 12:30:02 -0000 Message-ID: From: Stuart Wallace To: freebsd-isp@FreeBSD.ORG Subject: RE: Web Based Control for FreeBSD Date: Wed, 18 Dec 2002 12:30:01 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 18 Dec 2002 12:30:02.0593 (UTC) FILETIME=[30057D10:01C2A691] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Check out: http://www.freevsd.org/ Regards Stuart Wallace stuart@nildram.net hostmaster@nildram.net > -----Original Message----- > From: Jez Hancock [mailto:jez.hancock@munk.nu] > Sent: 18 December 2002 12:27 > To: freebsd-isp@FreeBSD.ORG > Subject: Re: Web Based Control for FreeBSD > > > On Tue, Dec 17, 2002 at 10:56:24PM -0000, Lee Johnston wrote: > > I'm just wondering if anyone has an experience with this > sort of thing.. > > > > I.e. Creating a system to add users, update users info > (e.g., quotas, etc) > > via the web using minimum user privileges for the web > server (also using > > PHP!). Maybe with MySQL? > I recently found the following which might be worth a quick look: > > http://chaogic.com/vhost/ > > I haven't had a chance to check it out yet, but it sounds useful: > > What is it? > vHost is a one-step solution for all virtual hosting needs. It > enables a Linux/BSD server with single or multiple IP addresses to > handle unlimited web/ftp/email domains. It comes with both command > line and web based graphical user interface, which gives maximum > control to a domain's owner, while relieving the system administrator > of most routine administration tasks. The latest version also offers > the "clustering" capability. > > Let us know if you find anything else! > > Cheers, > > Jez > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 5: 0:57 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F27D337B404 for ; Wed, 18 Dec 2002 05:00:56 -0800 (PST) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 2112D43ED4 for ; Wed, 18 Dec 2002 05:00:56 -0800 (PST) (envelope-from dave@hawk-systems.com) Received: (qmail 32448 invoked from network); 18 Dec 2002 13:00:49 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 18 Dec 2002 13:00:49 -0000 From: "Dave [Hawk-Systems]" To: "Stuart Wallace" , Subject: RE: Web Based Control for FreeBSD Date: Wed, 18 Dec 2002 08:00:47 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Check out: http://www.freevsd.org/ Last I checked they didn't support FreeBSD, or other versions of Linux other than RedHat for that matter. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 5: 8:25 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A46D37B401 for ; Wed, 18 Dec 2002 05:08:24 -0800 (PST) Received: from nildram.net (vmailw2k46.trinitevisp.co.uk [195.38.80.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F79443EE1 for ; Wed, 18 Dec 2002 05:08:23 -0800 (PST) (envelope-from Stuart@nildram.net) Received: from localhost by VMAILW2K46.trinitevisp.co.uk with ESMTP; Wed, 18 Dec 2002 13:08:14 Received: FROM VMAILW2K45B BY vmailw2k45b.trinitevisp.co.uk ; Wed Dec 18 13:08:11 2002 0000 Received: from NLDCW2K1.office.nildram.net [195.149.26.12] by vmailw2k45b.trinitevisp.co.uk with ESMTP; Wed, 18 Dec 2002 13:08:04 Received: from exchange.office.nildram.net ([10.168.66.56]) by NLDCW2K1.office.nildram.net with Microsoft SMTPSVC(5.0.2195.2966); Wed, 18 Dec 2002 13:07:12 +0000 Received: by exchange.office.nildram.net with Internet Mail Service (5.5.2653.19) id ; Wed, 18 Dec 2002 13:07:12 -0000 Message-ID: From: Stuart Wallace To: freebsd-isp@FreeBSD.ORG Subject: RE: Web Based Control for FreeBSD Date: Wed, 18 Dec 2002 13:07:11 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 18 Dec 2002 13:07:12.0609 (UTC) FILETIME=[6136ED10:01C2A696] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > >Check out: http://www.freevsd.org/ > > Last I checked they didn't support FreeBSD, or other versions > of Linux other > than RedHat for that matter. Whoops, you're right. Lost my brain today, I was thinking of "Jail" on FreeBSD, which FreeVSD is essentially a linux version thereof.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 5:14:54 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327E337B401 for ; Wed, 18 Dec 2002 05:14:53 -0800 (PST) Received: from fragma.wildcardinternet.co.uk (fragma.wildcardinternet.co.uk [195.82.114.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838C843E4A for ; Wed, 18 Dec 2002 05:14:52 -0800 (PST) (envelope-from lee@wildcardinternet.co.uk) Received: from ded.internal.wildcardinternet.co.uk ([194.222.162.198] helo=wildcardinternet.co.uk) by fragma.wildcardinternet.co.uk with esmtp (Exim 3.35 #1) id 18Oe23-000OUO-00; Wed, 18 Dec 2002 13:14:39 +0000 Received: from [10.0.0.3] (helo=gate) by wildcardinternet.co.uk with smtp (Exim 3.36 #1) id 18Oe1y-0001AM-00; Wed, 18 Dec 2002 13:14:34 +0000 From: "Lee Johnston" To: "Dave [Hawk-Systems]" , Subject: RE: Web Based Control for FreeBSD (LDAP/MySQL) Date: Wed, 18 Dec 2002 13:14:40 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yeah, just noticed that on the site. Thanks for all the replies. Ralph's reply about ISPman seems the best bet as it's using LDAP as a backend so in theory can support multiple servers. I was really after something that stored account info, domain details, apache config in MySQL but looking around, it seems that people are leaning towards LDAP and using pam_ldap for user authentication. Has anyone got an opinion with regards to the stability and usability of OpenLDAP vs. MySQL? I've never really experimented with LDAP! Thanks again, Lee. -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Dave [Hawk-Systems] Sent: 18 December 2002 13:01 To: Stuart Wallace; freebsd-isp@FreeBSD.ORG Subject: RE: Web Based Control for FreeBSD >Check out: http://www.freevsd.org/ Last I checked they didn't support FreeBSD, or other versions of Linux other than RedHat for that matter. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 7:13: 1 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAEC37B401 for ; Wed, 18 Dec 2002 07:13:00 -0800 (PST) Received: from camel.jerocu.net (camel.jerocu.net [213.129.160.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5266B43EC5 for ; Wed, 18 Dec 2002 07:12:59 -0800 (PST) (envelope-from jesusr@jerocu.net) Received: from localhost (localhost [127.0.0.1]) by camel.jerocu.net (8.12.6/8.12.5) with ESMTP id gBIFAq4Z005984; Wed, 18 Dec 2002 16:10:53 +0100 (CET) (envelope-from jesusr@jerocu.net) Date: Wed, 18 Dec 2002 16:10:52 +0100 (CET) From: Jesus Rodriguez X-X-Sender: jesusr@camel To: Lee Johnston Cc: "Dave [Hawk-Systems]" , Subject: RE: Web Based Control for FreeBSD (LDAP/MySQL) In-Reply-To: Message-ID: <20021218161035.N5979-100000@camel> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 18 Dec 2002, Lee Johnston wrote: > Yeah, just noticed that on the site. > Thanks for all the replies. Ralph's reply about ISPman seems the best bet as > it's using LDAP as a backend so in theory can support multiple servers. Look at http://www.plesk.com Saludos JesusR. --------------------- Jesus Rodriguez jesusr@jerocu.net http://www.jerocu.net --------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 9:53:59 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 043B637B401 for ; Wed, 18 Dec 2002 09:53:58 -0800 (PST) Received: from zephir.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6837F43EC2 for ; Wed, 18 Dec 2002 09:53:57 -0800 (PST) (envelope-from leth@primus.ca) Received: from dialin-164-70.tor.primus.ca ([216.254.164.70]) by zephir.primus.ca with esmtp (Exim 3.36 #3) id 18OiOD-0005wj-0A; Wed, 18 Dec 2002 12:53:49 -0500 Date: Wed, 18 Dec 2002 12:54:03 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Lee Johnston Cc: "Dave [Hawk-Systems]" , Subject: RE: Web Based Control for FreeBSD (LDAP/MySQL) In-Reply-To: Message-ID: <20021218111756.W42746-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 18 Dec 2002, Lee Johnston wrote: > I was really after something that stored account info, domain details, > apache config in MySQL but looking around, it seems that people are leaning > towards LDAP and using pam_ldap for user authentication. > > Has anyone got an opinion with regards to the stability and usability of > OpenLDAP vs. MySQL? I've never really experimented with LDAP! > Well, I think that both products are quite stable, so that should not be a deciding factor. Usability is where it matters. MySQL is an SQL RDBMS (Relation DataBase Management System). OpenLDAP is an LDAP Directory. SQL is better for transaction-based operations and where you require complex queries, while LDAP is designed for read-intensive operations where you are constantly querying the server for information and not writing to it as often. Also, from my experience, LDAP is easier to replicate. I think that LDAP makes more sense for storing user account information. Not too long ago there was a website, and I believe it was www.ldap.org, which had some good articles on the differences between SQL and LDAP. However, now when I go to ldap.org I get one of those stupid Ultimate Search pages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 13:40:52 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C0237B401; Wed, 18 Dec 2002 13:40:28 -0800 (PST) Received: from hotmail.com (f111.pav2.hotmail.com [64.4.37.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FD943EA9; Wed, 18 Dec 2002 13:40:28 -0800 (PST) (envelope-from bbfst4wtsf253@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 18 Dec 2002 13:38:13 -0800 Received: from 203.227.236.216 by pv2fd.pav2.hotmail.msn.com with HTTP; Wed, 18 Dec 2002 21:38:13 GMT X-Originating-IP: [203.227.236.216] From: =?ks_c_5601-1987?B?xMnGwyC4tg==?= To: freebsd-alpha@freebsd.org Subject: =?ks_c_5601-1987?B?oaG6/LG4uK4gwfGwzLDUIMfRufggx8/A2i4uLiEh?= Date: Wed, 18 Dec 2002 21:38:13 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=ks_c_5601-1987; format=flowed Message-ID: X-OriginalArrivalTime: 18 Dec 2002 21:38:13.0330 (UTC) FILETIME=[C46DAB20:01C2A6DD] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org live10girls

¼ºÇö¾Æ ´©µåÁý °ø°³

 

 

 

º¸·¯ °¡±â

º» À¥»çÀÌÆ®´Â ÀÎÅÍ³Ý ¼ºÀÎ Àü¹® Æ÷¸£³ë »çÀÌÆ®·Î, ¹ýÀûÀ¸·Î ÀÌ·¯ÇÑ ³»¿ëÀ» ¿­¶÷
ÇÒ ¼ö ¾ø´Â ¸¸ 20¼¼ÀÇ ¿¬·É ¹Ì¸¸À̳ª ÀÌ¿Í°°Àº À½¶õÇÑ ³»¿ë¿¡ °ÅºÎ°¨À» °®´Â »ç¶÷
µéÀº ÀÔÀåÀ» ±ÝÇÕ´Ï´Ù.
¶ÇÇÑ º» »çÀÌÆ®´Â ¹ýÀûÀ¸·Î ÀÎÅͳݿ¡¼­ À½¶õ¹°À» Àü¼ÛÇÏ´Â °ÍÀÌ ±ÝÁöµÈ Áö¿ª À̳ª
±¹°¡¸¦ ´ë»óÀ¸·Î ÇÏ´Â ¼­ºñ½º°¡ ¾Æ´ÔÀ» ¹àÈü´Ï´Ù. À§ÀÇ »çÇ׿¡ µ¿ÀÇÇÏÁö ¾Ê´Â ´Ù¸é
Àý´ë·Î µé¾î¿ÀÁö ¸¶½Ê½Ã¿À.

This web site contains sexually oriented adult material which is not
suitable for those who are under the age of 20. If you
are under the age of 20 or find material of an adult nature offensive, or
if you are accessing this site from a country where adult material is
specifically prohibited by law, please leave this site immediately. By
entering this web page you are acknowledging that you are in fact 20 years
of age or older, and therefore we will hold no responsibility for any adult
material you find on this web site. All models on this site are 20 years of
age or older. We do not promote violent, malignant, or child pornography.
If you understand and accept these terms you may enter.

_________________________________________________________________ °í.. °¨.. µµ.. »ç.. ¶û.. ¸¸.. µé.. ±â.. MSN ·¯ºê http://www.msn.co.kr/love/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Dec 18 23:21:46 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81FDE37B401 for ; Wed, 18 Dec 2002 23:21:45 -0800 (PST) Received: from hotmail.com (f21.law10.hotmail.com [64.4.15.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EEF43EA9 for ; Wed, 18 Dec 2002 23:21:45 -0800 (PST) (envelope-from andrew__nelson@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 18 Dec 2002 23:10:18 -0800 Received: from 203.12.22.37 by lw10fd.law10.hotmail.msn.com with HTTP; Thu, 19 Dec 2002 07:10:18 GMT X-Originating-IP: [203.12.22.37] From: "Andrew Nelson" To: freebsd-isp@freebsd.org Subject: Installing apache+ssl / frontpage / php Date: Thu, 19 Dec 2002 18:10:18 +1100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Dec 2002 07:10:18.0362 (UTC) FILETIME=[AFBDE5A0:01C2A72D] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I wonder if anyone has this combination installed? I'm having a great deal of trouble getting SSL on with apache_fp.. I can install apache_fp, or apache_modssl, but can't put the missing mod on afterwards.. The only docs I can find are for much older version.. Is there anyone who's done that and can tell me the secret? thanks, Andrew. _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Dec 19 12:38:48 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3AC737B401 for ; Thu, 19 Dec 2002 12:38:46 -0800 (PST) Received: from mailsrv.amplex.net (mailsrv.amplex.net [65.165.120.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C472643EC2 for ; Thu, 19 Dec 2002 12:38:45 -0800 (PST) (envelope-from adamkuj@amplex.net) Received: from rack1.amplex.net (rack1.amplex.net [65.165.123.125]) by mailsrv.amplex.net (8.11.6/8.11.6) with ESMTP id gBJKcYC72195 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Thu, 19 Dec 2002 15:38:35 -0500 (EST) Received: from rack1.amplex.net (localhost [127.0.0.1]) by rack1.amplex.net (8.12.1/8.12.1) with ESMTP id gBJKcYsB096918 for ; Thu, 19 Dec 2002 15:38:34 -0500 (EST) Received: (from nobody@localhost) by rack1.amplex.net (8.12.1/8.12.1/Submit) id gBJKcYd2096917 for freebsd-isp@FreeBSD.ORG; Thu, 19 Dec 2002 15:38:34 -0500 (EST) Received: from 65.165.120.146 ( [65.165.120.146]) as user adamkuj@mailsrv-fxp1.amplex.net by webmail.amplex.net with HTTP; Thu, 19 Dec 2002 15:38:34 -0500 Message-ID: <1040330314.3e022e4a35d93@webmail.amplex.net> Date: Thu, 19 Dec 2002 15:38:34 -0500 From: Adam Kujawski - Amplex Support To: freebsd-isp@FreeBSD.ORG Subject: Re: Installing apache+ssl / frontpage / php References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 65.165.120.146 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Have you tried Apache Toolbox? http://www.apachetoolbox.com -Adam Quoting Andrew Nelson : > Hi, > > I wonder if anyone has this combination installed? > I'm having a great deal of trouble getting SSL on > with apache_fp.. I can install apache_fp, or > apache_modssl, but can't put the missing mod on > afterwards.. The only docs I can find are for much > older version.. > > Is there anyone who's done that and can tell me > the secret? > > thanks, > Andrew. > > _________________________________________________________________ > Tired of spam? Get advanced junk mail protection with MSN 8. > http://join.msn.com/?page=features/junkmail > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > -- Adam Kujawski adamkuj@amplex.net Network Administrator Cell: 419.261.3268 Amplex Internet Services Office: 419.720.3635 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Dec 19 13:23:28 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A6637B401 for ; Thu, 19 Dec 2002 13:23:27 -0800 (PST) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id D4FA643EA9 for ; Thu, 19 Dec 2002 13:23:25 -0800 (PST) (envelope-from dave@hawk-systems.com) Received: (qmail 28683 invoked from network); 19 Dec 2002 21:23:19 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 19 Dec 2002 21:23:19 -0000 From: "Dave [Hawk-Systems]" To: "Adam Kujawski - Amplex Support" , Subject: RE: Installing apache+ssl / frontpage / php Date: Thu, 19 Dec 2002 16:23:18 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1040330314.3e022e4a35d93@webmail.amplex.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Have you tried Apache Toolbox? > >http://www.apachetoolbox.com > >-Adam Have you(or anyone) used this on FreeBSD... version... hacks required? Sounds worth investigating, anyone care to "don't bother because..."? Dave >Quoting Andrew Nelson : > >> Hi, >> >> I wonder if anyone has this combination installed? >> I'm having a great deal of trouble getting SSL on >> with apache_fp.. I can install apache_fp, or >> apache_modssl, but can't put the missing mod on >> afterwards.. The only docs I can find are for much >> older version.. >> >> Is there anyone who's done that and can tell me >> the secret? >> >> thanks, >> Andrew. >> >> _________________________________________________________________ >> Tired of spam? Get advanced junk mail protection with MSN 8. >> http://join.msn.com/?page=features/junkmail >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-isp" in the body of the message >> > > >-- > Adam Kujawski adamkuj@amplex.net > Network Administrator Cell: 419.261.3268 > Amplex Internet Services Office: 419.720.3635 > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Dec 19 13:57:41 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34F937B405 for ; Thu, 19 Dec 2002 13:57:39 -0800 (PST) Received: from Thanatos.Shenton.Org (chris.shenton.org [209.31.144.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 402C743EB2 for ; Thu, 19 Dec 2002 13:57:37 -0800 (PST) (envelope-from chris@Shenton.Org) Received: (qmail 7381 invoked by uid 1000); 19 Dec 2002 21:57:34 -0000 To: Chuck Swiger Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Web Based Control for FreeBSD References: From: Chris Shenton Date: Thu, 19 Dec 2002 16:57:34 -0500 In-Reply-To: (Chuck Swiger's message of "Tue, 17 Dec 2002 18:17:42 -0500") Message-ID: <87of7hu0xd.fsf@thanatos.shenton.org> User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Also check Freeside. I haven't used Freeside nor ispman yet so I can't compare. Freeside's been around a lot longer than ispman, but that's all I do know. Here's a comparison article: http://www.ziplink.net/~rhaskins/jun01.html Freeside info: http://www.sisd.com/freeside/ Freeside is an open-source billing and account administration package for Internet Service Providers. Commercial installation, customization, support, offsite backup and training services are available, as well as outsourced billing service. * Written in Perl and easily customizable. * Uses Perl's DBI allowing use of almost any database backend to * store data. We currently recommend PostgreSQL. * Source code is available under the GNU GPL or Artistic license. * Web-based interface (including most of the configuration). * Track customers by reseller/agent. Limit the packages a * particular agent or class of agents may sell. * Tax rates customizable by state and locale. * Exports directly to UNIX passwd and shadow (or master.passwd) * files, ERPCD acp_passwd and acp_dialup files, and/or RADIUS * users files. * Works with FreeRADIUS, ICRADIUS (including RADIUS groups) or * Radiator to authenticate directly from SQL databases, or exports * standard text files for RADIUS servers such as Livingston or * Cistron. * Provisions mailboxes to UNIX passwd/shadow/master.passwd, * vpopmail, Cyrus, Critical Path, or InfoStreet. * Virtual domain support. Exports Sendmail virtusertable and * sendmail.cw files, and/or Qmail virtualdomains, rcpthosts and * recipientmap files. * Domain and virtual host support. Exports BIND and Apache * configuration files. * Real-time session monitor for RADIUS or hotel/cafe-style time * limits * Signup server with IE and Netscape autoconfiguration * Pre-paid cards * Aging (overdue invoice) reports * Real-time credit card processing with TrustCommerce, Vital * Processing Services, Authorize.Net, LinkPoint, Cardstream, Bank * of America eStores, Beanstream, 2CheckOut.com, SurePay, eSec, * CyberCash CashRegister, or any processor supported by * Business::OnlinePayment * Export batches to any processor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Dec 19 17:50:43 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1FAD37B401 for ; Thu, 19 Dec 2002 17:50:41 -0800 (PST) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F68643EE8 for ; Thu, 19 Dec 2002 17:50:41 -0800 (PST) (envelope-from mike@sentex.net) Received: from house (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.12.6/8.12.6) with SMTP id gBK1oY2A053138; Thu, 19 Dec 2002 20:50:35 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: "Andrew Nelson" Cc: freebsd-isp@freebsd.org Subject: Re: Installing apache+ssl / frontpage / php Date: Thu, 19 Dec 2002 20:50:38 -0500 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Install apache_modssl first, and then install mod_php and then mod_fp. Note, when you install apache_modssl make sure you have suExec enabled in the port's Makefile. ---Mike On Thu, 19 Dec 2002 18:10:18 +1100, in sentex.lists.freebsd.isp you = wrote: >Hi, > >I wonder if anyone has this combination installed? >I'm having a great deal of trouble getting SSL on >with apache_fp.. I can install apache_fp, or >apache_modssl, but can't put the missing mod on >afterwards.. The only docs I can find are for much >older version.. > >Is there anyone who's done that and can tell me >the secret? > >thanks, >Andrew. > >_________________________________________________________________ >Tired of spam? Get advanced junk mail protection with MSN 8.=20 >http://join.msn.com/?page=3Dfeatures/junkmail > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message Mike Tancsa (mike@sentex.net)=09 http://www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Dec 19 21:27:58 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 775A337B401 for ; Thu, 19 Dec 2002 21:27:55 -0800 (PST) Received: from hotmail.com (f8.law10.hotmail.com [64.4.15.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1205343EEA for ; Thu, 19 Dec 2002 21:27:55 -0800 (PST) (envelope-from andrew__nelson@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 19 Dec 2002 21:27:54 -0800 Received: from 203.12.22.37 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 20 Dec 2002 05:27:54 GMT X-Originating-IP: [203.12.22.37] From: "Andrew Nelson" To: freebsd-isp@freebsd.org, jackstone@sage-one.net Subject: RE: Installing apache+ssl / frontpage / php Date: Fri, 20 Dec 2002 16:27:54 +1100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Dec 2002 05:27:54.0980 (UTC) FILETIME=[8C69F240:01C2A7E8] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Jack, Thanks for your help. I think i've done this (i've rm -rf'ed all the directories and tried from scratch several times now).. Can I just verify your procedure: 1. you have Freebsd 4.7 2. install (from ports) www/apache13-modssl 3. install (from ports) www/mod_php4 (default options) 4. install (from ports) www/mod_frontpage 5. install (from ports) www/frontpage 6. run /usr/local/frontpage/version5.0/fp_install.sh Step 5 will fail (and is unnecessary) because it's already installed by step 4. If i follow those steps on a fresh 4.7 install, when I run step 6, I get: Note: Local version of Apache must use the FrontPage Apache patch.Error: FrontPage requires that the AllowOverride option be set to something other than "None" (typically set in access.conf). "All" is the preferred AllowOverride option for the document root. ERROR: / installation failed.. So, I set "AllowOverride AuthConfig Limit Options Indexes" Then I get the error: Error: The top-level folder for web is a symbolic link and the 'FollowSymLinks' server configuration is not set. ERROR: / installation failed. So, I change "/usr/local/www/data" to "/usr/local/www/data-dist" It runs ok now and I create a root web. When I point FrontPage2002 at the root web, it doesn't work and I get this in my error log: File does not exist: /usr/local/www/data-dist/_vti_bin/shtml.exe/_vti_rpc I'd really really appreciate any help - i'm going crazy! Thanks, Andrew. >From: "Jack L. Stone" >To: "John Straiton" ,"'Andrew Nelson'" > >CC: >Subject: RE: Installing apache+ssl / frontpage / php >Date: Thu, 19 Dec 2002 08:46:10 -0600 > >At 09:28 AM 12.19.2002 -0500, John Straiton wrote: > >Search the mailing list. It was just last week that I was running a > >thread on this. > > > >I couldn't find a way to get mod_frontpage hacked into my existing > >setup. I tried several times. Even going so far as to deinstall > >everything, then rm -r the directories, then reinstalling and only > >copying over my section of the httpd.conf > > > >However, by doing a fresh install to 4.7, then compiling (in my case) > >www/apache13-modssl (as opposed to -ssl), www/mod_php4, > >www/mod_frontpage, and finally www/frontpage, then running > >/usr/local/frontpage/version5.0/fp_install.sh I got this to work out of > >box first try. > > > >RTR hasn't felt the need to keep the mod_frontpage apache patch up to > >date it would seem, but some adventurous folk have been kind enough to > >put one together that doesn't use the old patch method. > > > >Hope this helps, > >John Straiton > >Hello, John -- glad you got it going. Sounds like the procedure I >suggested, except perhaps php4, which I usually install last. > >Best regards, >Jack L. Stone, >Administrator > >SageOne Net >http://www.sage-one.net >jackstone@sage-one.net > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ MSN 8 limited-time offer: Join now and get 3 months FREE*. http://join.msn.com/?page=dept/dialup&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_newmsn8ishere_3mf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Dec 20 5:50: 0 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBAE37B401 for ; Fri, 20 Dec 2002 05:49:56 -0800 (PST) Received: from psknet.com (voyager.psknet.com [63.171.251.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EB4143EDC for ; Fri, 20 Dec 2002 05:49:55 -0800 (PST) (envelope-from troy@psknet.com) Received: (qmail 34183 invoked by uid 85); 20 Dec 2002 13:49:43 -0000 Received: from troy@psknet.com by voyager.psknet.com with qmail-scanner-1.02 (uvscan: v4.1.40/v4100. . Clean. Processed in 2.736457 secs); 20 Dec 2002 13:49:43 -0000 Received: from rad-va-20-pc-178.cablenet-va.com (HELO abyss) (24.197.20.178) by voyager.psknet.com with SMTP; 20 Dec 2002 13:49:41 -0000 From: "Troy Settle" To: "'Andrew Nelson'" , , Subject: RE: Installing apache+ssl / frontpage / php Date: Fri, 20 Dec 2002 08:49:48 -0500 Message-ID: <000301c2a82e$aa132aa0$b214c518@abyss> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is where I keep getting stuck as well. As near as I can tell, it's all in the suexec (fpexec?) binary, but even bringing those over from another port doesn't yeild a workable configuration. The workaround for this, is to just let the web user own all the webs. Not ideal, but it will work. I still wish all the folks who've done an apache port would get together and make a SINGLE apache port, which might be put together something like the PHP port, where you get a menu for all the bells and whistles you want (ssl, fp, ipv6, mod_*, etc...). Apache+modssl+fp is possible to do correctly, I just haven't figured out how yet (and quite frankly, haven't had time either). -- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small Business Of The Year > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG] On Behalf Of Andrew Nelson > Sent: Friday, December 20, 2002 12:28 AM > To: freebsd-isp@freebsd.org; jackstone@sage-one.net > Subject: RE: Installing apache+ssl / frontpage / php > > > Hi Jack, > > Thanks for your help. I think i've done this (i've > rm -rf'ed all the directories and tried from scratch > several times now).. Can I just verify your procedure: > > 1. you have Freebsd 4.7 > 2. install (from ports) www/apache13-modssl > 3. install (from ports) www/mod_php4 (default options) > 4. install (from ports) www/mod_frontpage > 5. install (from ports) www/frontpage > 6. run /usr/local/frontpage/version5.0/fp_install.sh > > Step 5 will fail (and is unnecessary) because it's > already installed by step 4. > > > If i follow those steps on a fresh 4.7 install, when I > run step 6, I get: > > Note: Local version of Apache must use the FrontPage Apache > patch.Error: > FrontPage requires that the AllowOverride option > be set to something other than "None" (typically set in > access.conf). "All" > is the preferred AllowOverride option for > the document root. ERROR: / installation failed.. > > So, I set "AllowOverride AuthConfig Limit Options Indexes" > > Then I get the error: > > Error: The top-level folder for web is a symbolic > link and the 'FollowSymLinks' server configuration is not set. > ERROR: / installation failed. > > So, I change "/usr/local/www/data" to "/usr/local/www/data-dist" > > It runs ok now and I create a root web. > > When I point FrontPage2002 at the root web, it doesn't work > and I get this in my error log: > > File does not exist: > /usr/local/www/data-dist/_vti_bin/shtml.exe/_vti_rpc > > I'd really really appreciate any help - i'm going crazy! > > Thanks, > Andrew. > > > >From: "Jack L. Stone" > >To: "John Straiton" ,"'Andrew Nelson'" > > > >CC: > >Subject: RE: Installing apache+ssl / frontpage / php > >Date: Thu, 19 Dec 2002 08:46:10 -0600 > > > >At 09:28 AM 12.19.2002 -0500, John Straiton wrote: > > >Search the mailing list. It was just last week that I was > running a > > >thread on this. > > > > > >I couldn't find a way to get mod_frontpage hacked into my existing > > >setup. I tried several times. Even going so far as to deinstall > > >everything, then rm -r the directories, then reinstalling and only > > >copying over my section of the httpd.conf > > > > > >However, by doing a fresh install to 4.7, then compiling > (in my case) > > >www/apache13-modssl (as opposed to -ssl), www/mod_php4, > > >www/mod_frontpage, and finally www/frontpage, then running > > >/usr/local/frontpage/version5.0/fp_install.sh I got this > to work out > > >of box first try. > > > > > >RTR hasn't felt the need to keep the mod_frontpage apache > patch up to > > >date it would seem, but some adventurous folk have been > kind enough > > >to put one together that doesn't use the old patch method. > > > > > >Hope this helps, > > >John Straiton > > > >Hello, John -- glad you got it going. Sounds like the procedure I > >suggested, except perhaps php4, which I usually install last. > > > >Best regards, > >Jack L. Stone, > >Administrator > > > >SageOne Net > >http://www.sage-one.net > >jackstone@sage-one.net > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > _________________________________________________________________ > MSN 8 limited-time offer: Join now and get 3 months FREE*. > http://join.msn.com/?page=dept/dialup&xAPID=42&PS=47575&PI=732 4&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_newmsn8 ishere_3mf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Dec 20 9:46:56 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6595F37B401 for ; Fri, 20 Dec 2002 09:46:55 -0800 (PST) Received: from mailsrv.amplex.net (mailsrv.amplex.net [65.165.120.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C87D43EF7 for ; Fri, 20 Dec 2002 09:46:54 -0800 (PST) (envelope-from adamkuj@amplex.net) Received: from rack1.amplex.net (rack1.amplex.net [65.165.123.125]) by mailsrv.amplex.net (8.11.6/8.11.6) with ESMTP id gBKHkhC62906 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Fri, 20 Dec 2002 12:46:43 -0500 (EST) Received: from rack1.amplex.net (localhost [127.0.0.1]) by rack1.amplex.net (8.12.1/8.12.1) with ESMTP id gBKHkhsB009024 for ; Fri, 20 Dec 2002 12:46:43 -0500 (EST) Received: (from nobody@localhost) by rack1.amplex.net (8.12.1/8.12.1/Submit) id gBKHkhlI009023 for freebsd-isp@FreeBSD.ORG; Fri, 20 Dec 2002 12:46:43 -0500 (EST) Received: from 65.165.120.146 ( [65.165.120.146]) as user adamkuj@mailsrv-fxp1.amplex.net by webmail.amplex.net with HTTP; Fri, 20 Dec 2002 12:46:43 -0500 Message-ID: <1040406403.3e035783227d0@webmail.amplex.net> Date: Fri, 20 Dec 2002 12:46:43 -0500 From: Adam Kujawski - Amplex Support To: freebsd-isp@FreeBSD.ORG Subject: RE: Installing apache+ssl / frontpage / php References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 65.165.120.146 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Quoting "Dave [Hawk-Systems]" : > Have you(or anyone) used this on FreeBSD... version... hacks required? > Sounds worth investigating, anyone care to "don't bother because..."? > > Dave I've used it sucessfully on several 4.X systems. I've ocassionally run into problems with getting MySQL or IMAP support compiled into PHP, but with a little poking around I was always able to get it to work. I haven't had any trouble with getting FrontPage or SSL support compiled into Apache using ApacheToolbox. -Adam -- Adam Kujawski adamkuj@amplex.net Network Administrator Cell: 419.261.3268 Amplex Internet Services Office: 419.720.3635 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Dec 20 14:39:11 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA44537B401 for ; Fri, 20 Dec 2002 14:39:10 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C43D843EE8 for ; Fri, 20 Dec 2002 14:39:09 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id AAA144776 for ; Sat, 21 Dec 2002 00:38:47 +0200 Date: Sat, 21 Dec 2002 00:38:47 +0200 (WET) From: Evren Yurtesen To: freebsd-isp@freebsd.org Subject: wi0 pppoe client Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi is there anybody using freebsd as pppoe client? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Dec 20 15: 3:27 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B509337B401 for ; Fri, 20 Dec 2002 15:03:26 -0800 (PST) Received: from glow.dt1.slik.org (glow.binity.net [213.84.201.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BFB43EE8 for ; Fri, 20 Dec 2002 15:03:26 -0800 (PST) (envelope-from walter@glow.dt1.slik.org) Received: by glow.dt1.slik.org (Postfix, from userid 1000) id 66459AAF9; Sat, 21 Dec 2002 00:03:16 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Walter Hop To: Evren Yurtesen , freebsd-isp@freebsd.org Subject: Re: wi0 pppoe client Date: Sat, 21 Dec 2002 00:03:16 +0100 User-Agent: KMail/1.4.3 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212210003.16120@glow.dt1.slik.org> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [in reply to Evren Yurtesen, Friday 20 December 2002 23:38] > hi > is there anybody using freebsd as pppoe client? > thanks Yes, I have a simple box that connects via PPPoE to my cable provider. Glad I could help ;) walter --=20 Walter Hop | +31 6 24452020 | http://www.skydancer.nl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Dec 20 15:14: 9 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7AE37B401 for ; Fri, 20 Dec 2002 15:14:08 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6317E43EE5 for ; Fri, 20 Dec 2002 15:14:07 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id BAA143334; Sat, 21 Dec 2002 01:14:05 +0200 Date: Sat, 21 Dec 2002 01:14:05 +0200 (WET) From: Evren Yurtesen To: Walter Hop Cc: freebsd-isp@freebsd.org Subject: Re: wi0 pppoe client In-Reply-To: <200212210003.16120@glow.dt1.slik.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well I am trying to connect with a wireless card... I have figured out how to make it work though it is kind of slow I could get first 6kbytes/s about then when I added these disable protocomp disable shortseq disable acfcomp set speed sync I jumped to 70kbytes/s, but still its kind of slow =) I wonder what I can do to increase the speed further any tips? On Sat, 21 Dec 2002, Walter Hop wrote: > [in reply to Evren Yurtesen, Friday 20 December 2002 23:38] > > hi > > is there anybody using freebsd as pppoe client? > > thanks > > Yes, I have a simple box that connects via PPPoE to my cable provider. > Glad I could help ;) > walter > > -- > Walter Hop | +31 6 24452020 | http://www.skydancer.nl/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Dec 21 12: 6:41 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4F237B401 for ; Sat, 21 Dec 2002 12:06:39 -0800 (PST) Received: from glow.dt1.slik.org (glow.binity.net [213.84.201.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE22C43EEA for ; Sat, 21 Dec 2002 12:06:38 -0800 (PST) (envelope-from walter@glow.dt1.slik.org) Received: by glow.dt1.slik.org (Postfix, from userid 1000) id CAF43AAF8; Sat, 21 Dec 2002 21:06:27 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Walter Hop To: Evren Yurtesen Subject: Re: wi0 pppoe client Date: Sat, 21 Dec 2002 21:06:27 +0100 User-Agent: KMail/1.4.3 Cc: freebsd-isp@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212212106.27716@glow.dt1.slik.org> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [in reply to Evren Yurtesen, Saturday 21 December 2002 00:14] > Well I am trying to connect with a wireless card... > I have figured out how to make it work though it is kind of slow > I could get first 6kbytes/s about then when I added these > > disable protocomp > disable shortseq > disable acfcomp > set speed sync > > I jumped to 70kbytes/s, but still its kind of slow =3D) I wonder what I= can > do to increase the speed further > > any tips? Hmm... not really I guess, I haven't used pppoe in this context, or used=20 wireless on FreeBSD at all. :\ If the peer supports it, adding "enable=20 deflate" to pppd.conf might be a small help in pumping more data across t= he=20 link. It's strange that it bombs on the options you disabled. What sort o= f=20 device are you communicating with? Are there no usenet posts on problems=20 with this device in linux/freebsd groups? wicontrol(8) may have some options for the wireless link that can be tune= d,=20 although you probably have tried those already. Also, does the wi0=20 interface have no IP address bound to it? I will probably set up my first wireless network a few months from now, s= o=20 I'm interested in the results. :) Sorry that I didn't have more info. walter --=20 Walter Hop | +31 6 24452020 | http://www.skydancer.nl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Dec 21 15:44:43 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB6437B401 for ; Sat, 21 Dec 2002 15:44:41 -0800 (PST) Received: from alpha.kibernet.si (alpha.kibernet.si [213.161.12.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF5B43EDC for ; Sat, 21 Dec 2002 15:44:40 -0800 (PST) (envelope-from maddave@suxx.eu.org) Received: from spider.suxx.eu.org (unknown [194.249.141.2]) by alpha.kibernet.si (Postfix) with ESMTP id A25D55D007 for ; Sun, 22 Dec 2002 00:46:02 +0100 (CET) Received: by spider.suxx.eu.org (Postfix, from userid 1000) id 4B49E3262C; Sun, 22 Dec 2002 00:52:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by spider.suxx.eu.org (Postfix) with ESMTP id 28C0132618; Sun, 22 Dec 2002 00:52:25 +0100 (CET) Date: Sun, 22 Dec 2002 00:52:24 +0100 (CET) From: David Delibasic To: Walter Hop Cc: Evren Yurtesen , Subject: Re: wi0 pppoe client In-Reply-To: <200212212106.27716@glow.dt1.slik.org> Message-ID: <20021222004613.Q66465-100000@spider.suxx.eu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. The results you are getting are very strange. I've set up wireless network using Cabletron RoamAbout cards, but i didn't use ppp. When WEP encryption on cards were enabled i got approx. 500kbytes/s of throughtput. When i disabled WEP i got approx. 800 kbytes/s. Since i haven't used ppp, i'm not sure, but this is not OK. PPP shouldn't have so much overhead. Best regards, D. On Sat, 21 Dec 2002, Walter Hop wrote: > [in reply to Evren Yurtesen, Saturday 21 December 2002 00:14] > > Well I am trying to connect with a wireless card... > > I have figured out how to make it work though it is kind of slow > > I could get first 6kbytes/s about then when I added these > > > > disable protocomp > > disable shortseq > > disable acfcomp > > set speed sync > > > > I jumped to 70kbytes/s, but still its kind of slow =3D) I wonder what I= can > > do to increase the speed further > > > > any tips? > > Hmm... not really I guess, I haven't used pppoe in this context, or used > wireless on FreeBSD at all. :\ If the peer supports it, adding "enable > deflate" to pppd.conf might be a small help in pumping more data across t= he > link. It's strange that it bombs on the options you disabled. What sort o= f > device are you communicating with? Are there no usenet posts on problems > with this device in linux/freebsd groups? > > wicontrol(8) may have some options for the wireless link that can be tune= d, > although you probably have tried those already. Also, does the wi0 > interface have no IP address bound to it? > > I will probably set up my first wireless network a few months from now, s= o > I'm interested in the results. :) Sorry that I didn't have more info. > > walter > > -- > Walter Hop | +31 6 24452020 | http://www.skydancer.nl/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Dec 21 16:33:54 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 554EF37B401 for ; Sat, 21 Dec 2002 16:33:53 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427CD43EE6 for ; Sat, 21 Dec 2002 16:33:52 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id CAA122214; Sun, 22 Dec 2002 02:33:44 +0200 Date: Sun, 22 Dec 2002 02:33:44 +0200 (WET) From: Evren Yurtesen To: Walter Hop Cc: freebsd-isp@freebsd.org Subject: Re: wi0 pppoe client In-Reply-To: <200212212106.27716@glow.dt1.slik.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well maybe it was my problem, when I put the machines closer then the options didnt matter anymore. what does enable deflate do? It was weird though when the link was not stable these options actually helped for sure. Evren On Sat, 21 Dec 2002, Walter Hop wrote: > [in reply to Evren Yurtesen, Saturday 21 December 2002 00:14] > > Well I am trying to connect with a wireless card... > > I have figured out how to make it work though it is kind of slow > > I could get first 6kbytes/s about then when I added these > > > > disable protocomp > > disable shortseq > > disable acfcomp > > set speed sync > > > > I jumped to 70kbytes/s, but still its kind of slow =) I wonder what I can > > do to increase the speed further > > > > any tips? > > Hmm... not really I guess, I haven't used pppoe in this context, or used > wireless on FreeBSD at all. :\ If the peer supports it, adding "enable > deflate" to pppd.conf might be a small help in pumping more data across the > link. It's strange that it bombs on the options you disabled. What sort of > device are you communicating with? Are there no usenet posts on problems > with this device in linux/freebsd groups? > > wicontrol(8) may have some options for the wireless link that can be tuned, > although you probably have tried those already. Also, does the wi0 > interface have no IP address bound to it? > > I will probably set up my first wireless network a few months from now, so > I'm interested in the results. :) Sorry that I didn't have more info. > > walter > > -- > Walter Hop | +31 6 24452020 | http://www.skydancer.nl/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Dec 21 16:39: 3 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4911D37B401 for ; Sat, 21 Dec 2002 16:39:01 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13D143EE6 for ; Sat, 21 Dec 2002 16:38:59 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id CAA74392; Sun, 22 Dec 2002 02:38:54 +0200 Date: Sun, 22 Dec 2002 02:38:54 +0200 (WET) From: Evren Yurtesen To: David Delibasic Cc: Walter Hop , freebsd-isp@freebsd.org Subject: Re: wi0 pppoe client In-Reply-To: <20021222004613.Q66465-100000@spider.suxx.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 800kbytes/s? it is impossible, the cards are full duplex 11mbit, you can only use 5.5mbit/s in one way. Or at least thats what the people told me when I said why I can only ue 5mbit/s I got better results when I put the cards closer, I had about 590kbytes/s But 800?! how can that be possible? Did you have any kind of compression? I dont have encryption on the link. It is kind of funny though that closing some compression stuff actually improved the link quality although compression was not in use Evren On Sun, 22 Dec 2002, David Delibasic wrote: > Hi. > > The results you are getting are very strange. I've set up wireless network > using Cabletron RoamAbout cards, but i didn't use ppp. When WEP encryption > on cards were enabled i got approx. 500kbytes/s of throughtput. When i > disabled WEP i got approx. 800 kbytes/s. Since i haven't used ppp, i'm not > sure, but this is not OK. PPP shouldn't have so much overhead. > > Best regards, > D. > > On Sat, 21 Dec 2002, Walter Hop wrote: > > > [in reply to Evren Yurtesen, Saturday 21 December 2002 00:14] > > > Well I am trying to connect with a wireless card... > > > I have figured out how to make it work though it is kind of slow > > > I could get first 6kbytes/s about then when I added these > > > > > > disable protocomp > > > disable shortseq > > > disable acfcomp > > > set speed sync > > > > > > I jumped to 70kbytes/s, but still its kind of slow =) I wonder what I can > > > do to increase the speed further > > > > > > any tips? > > > > Hmm... not really I guess, I haven't used pppoe in this context, or used > > wireless on FreeBSD at all. :\ If the peer supports it, adding "enable > > deflate" to pppd.conf might be a small help in pumping more data across the > > link. It's strange that it bombs on the options you disabled. What sort of > > device are you communicating with? Are there no usenet posts on problems > > with this device in linux/freebsd groups? > > > > wicontrol(8) may have some options for the wireless link that can be tuned, > > although you probably have tried those already. Also, does the wi0 > > interface have no IP address bound to it? > > > > I will probably set up my first wireless network a few months from now, so > > I'm interested in the results. :) Sorry that I didn't have more info. > > > > walter > > > > -- > > Walter Hop | +31 6 24452020 | http://www.skydancer.nl/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message