RE: Webhosting with good Perl support

2004-02-14 Thread Charles K. Clarkson
Jan Eden [EMAIL PROTECTED] wrote: : : being unhappy with my ISP's Perl support, I decided to : switch. Wiggins and zentara already recommended two : providers, Westhost and Affordable Host. : : Does anyone have an additional recommendation, so I can : compare some more? Try:

Re: Webhosting with good Perl support

2004-02-14 Thread Frank DeLaTorre
try: www.he.net They allow everything. They run LINUX servers. - Original Message - From: Charles K. Clarkson [EMAIL PROTECTED] To: 'Jan Eden' [EMAIL PROTECTED]; 'Perl Lists' [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 5:22 AM Subject: RE: Webhosting with good Perl support

Taint mode trouble

2004-02-14 Thread Jan Eden
Hi all, I finally decided to use the taint mode in all my CGI scripts. But I experience a strange problem. The following two lines read a file depending on the parameter 'jahr': my ($jahr) = $q-param('jahr'); my %monate = %{do $jahr} or die $!; This worked. Now, with the -T switch, I have to

Re: Taint mode trouble

2004-02-14 Thread Jan Eden
Jan Eden wrote: Hi all, I finally decided to use the taint mode in all my CGI scripts. But I experience a strange problem. The following two lines read a file depending on the parameter 'jahr': my ($jahr) = $q-param('jahr'); my %monate = %{do $jahr} or die $!; This worked. Now, with the -T

Re: Webhosting with good Perl support

2004-02-14 Thread Jan Eden
Casey West wrote: It was Saturday, February 14, 2004 when Jan Eden took the soap box, saying: :Hi all, : :Does anyone have an additional recommendation, so I can compare :some more? I'm somewhat partial to pair Networks. :-) I think we've got some really great Perl support.

Re: Webhosting with good Perl support

2004-02-14 Thread Frank DeLaTorre
Randal, These guys are a major host in the bay area. They know how to harden the server, you may not, but they do. Besides, you need to backup your claim if you are going to make head-butting statements such as you have. SHOW US YOUR DATA. Otherwise you're just pointing fingers with NO

Re: Webhosting with good Perl support

2004-02-14 Thread Randal L. Schwartz
Frank == Frank DeLaTorre [EMAIL PROTECTED] writes: Frank SHOW US YOUR DATA. Otherwise you're just pointing fingers with Frank NO evidence. The data is public record. Eight years with only one remote root exploit for OpenBSD (and that was in OpenSSH, so it affected all systems, not just

OT: Webhosting with good Perl support

2004-02-14 Thread Frank DeLaTorre
ok, good point. thanks. Now, why OpenBSD over netBSD? I was running netBSD on an ULTRA10 before the HDD died. I switched to Debian GNU/linux. Any thoughts? - Original Message - From: Randal L. Schwartz [EMAIL PROTECTED] To: Frank DeLaTorre [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Robert
Frank Delatorre wrote: ok, good point. thanks. Now, why OpenBSD over netBSD? I was running netBSD on an ULTRA10 before the HDD died. I switched to Debian GNU/linux. Any thoughts? - Original Message - From: Randal L. Schwartz [EMAIL PROTECTED] To: Frank DeLaTorre [EMAIL PROTECTED] Cc:

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Frank DeLaTorre
Yo man, if you read it thread you would get it. The original issue was between LINUX and OpenBSD...NOT OpenBSD and netBSDGOT IT? - Original Message - From: Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 1:53 PM Subject: Re: OT: Webhosting with good

Re: Webhosting with good Perl support

2004-02-14 Thread Casey West
It was Saturday, February 14, 2004 when Jan Eden took the soap box, saying: : Hi all, : : Does anyone have an additional recommendation, so I can compare : some more? I'm somewhat partial to pair Networks. :-) I think we've got some really great Perl support.

compile error

2004-02-14 Thread Rick Triplett
Help -- I'm getting the following compile error: Can't declare scalar assignment in my at /big/dom/xlibertylearning/cgi-bin/reader_writer.cgi line 12, near ); The offending code is ... #!/usr/bin/perl -w use strict; use DB_File; # module for Berkeley DBM w/ DB_HASH file type use Fcntl; # to help

Re: compile error

2004-02-14 Thread Wiggins d'Anconia
Rick Triplett wrote: Help -- I'm getting the following compile error: Can't declare scalar assignment in my at /big/dom/xlibertylearning/cgi-bin/reader_writer.cgi line 12, near ); The offending code is ... #!/usr/bin/perl -w use strict; use DB_File; # module for Berkeley DBM w/ DB_HASH file type

RE: Taint mode trouble

2004-02-14 Thread Jan Eden
Charles K. Clarkson wrote: Try: $q-param('jahr', ); my ($jahr) = $q-param('jahr') =~ /\d{4}/; print $jahr; -- prints: 1 -- Now try it this way: $q-param('jahr', ); ( my $jahr = $q-param('jahr') ) =~ /\d{4}/; print $jahr; -- prints: Wait a second... your second version

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Jan Eden
Frank DeLaTorre wrote: Yo man, if you read it thread you would get it. The original issue was between LINUX and OpenBSD...NOT OpenBSD and netBSDGOT IT? - Original Message - From: Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 1:53 PM Subject: Re:

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Robert
Frank Delatorre wrote: Yo man, if you read it thread you would get it. The original issue was between LINUX and OpenBSD...NOT OpenBSD and netBSDGOT IT? - Original Message - From: Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 1:53 PM Subject: Re:

Re: Webhosting with good Perl support

2004-02-14 Thread Robert
Casey West wrote: It was Saturday, February 14, 2004 when Jan Eden took the soap box, saying: : Hi all, : : Does anyone have an additional recommendation, so I can compare : some more? I'm somewhat partial to pair Networks. :-) I think we've got some really great Perl support.

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Frank DeLaTorre
bob, yep that helps me a ton, thanks...honestly! Dang, now I'm wondering if I should wipe Debian GNU/linux off the HDD and put OpenBSD...this is an Ultra10 so I may not be able to find a port... - Original Message - From: Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday,

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Robert
Frank Delatorre wrote: bob, yep that helps me a ton, thanks...honestly! Dang, now I'm wondering if I should wipe Debian GNU/linux off the HDD and put OpenBSD...this is an Ultra10 so I may not be able to find a port... - Original Message - From: Robert [EMAIL PROTECTED] To: [EMAIL

Re: Webhosting with good Perl support

2004-02-14 Thread Casey West
It was Saturday, February 14, 2004 when Robert took the soap box, saying: : Casey West wrote: : : It was Saturday, February 14, 2004 when Jan Eden took the soap box, saying: : : Hi all, : : : : Does anyone have an additional recommendation, so I can compare : : some more? : : I'm somewhat

Re: OT: Webhosting with good Perl support

2004-02-14 Thread Wiggins d'Anconia
Frank DeLaTorre wrote: bob, yep that helps me a ton, thanks...honestly! Dang, now I'm wondering if I should wipe Debian GNU/linux off the HDD and put OpenBSD...this is an Ultra10 so I may not be able to find a port... Are we talking a home box or a server? Randal's original point was security,

Re: Webhosting with good Perl support

2004-02-14 Thread Wiggins d'Anconia
Casey West wrote: It was Saturday, February 14, 2004 when Robert took the soap box, saying: : Casey West wrote: : : It was Saturday, February 14, 2004 when Jan Eden took the soap box, saying: : : Hi all, : : : : Does anyone have an additional recommendation, so I can compare : : some more? : :

Virtual Directory Problem

2004-02-14 Thread Mallik
Dear Friends, In Apache, the /usr/local/fsuser/sbin directory is mapped to the virtual directory http://192.168.0.10/fsuser/cgi-bin/. From browser, I am able to access all the .cgi and .pl files present in the /usr/local/fsuser/sbin and its subdirectories. But I am not able to access the html