Re: Weird Perl behaviour

2000-07-19 Thread Alex Shnitman
On Tue, Jul 18, 2000 at 11:30:44PM -0400, Rick Myers wrote: Another interesting thing about this issue: if I assign $port{$portname} + 1 to $Port, and not just $port{$portname}, it works! If I ever try to return $Port to the needed value, e.g. using the -- operator, it doesn't work

Re: Where are mod_perl coders?

2000-07-19 Thread David Hodgkinson
davidu [EMAIL PROTECTED] writes: Hi, Our company, like.com, has been looking for some experianced mod_perl coders. We have checked most of the major job sites, including guru.com and have not come across any that have real skills. Where do all the mod_perl coders hang out? Here

Segmentation Fault

2000-07-19 Thread Greg Leidreiter
Hello all, I posted this just before everyone got all excited about the ORA conference and I think it may have been overlooked. I'd really appreciate hearing from anyone who can give me some clues regarding the back trace. Cheers, Greg. I have recompiled mod_perl/apache with PERL_DEBUG=1

Re: ORA conference

2000-07-19 Thread John D Groenveld
Would someome please register sorostitiute.com? John [EMAIL PROTECTED]

Anyone know a good perl mailing list?

2000-07-19 Thread kevin
Hello, Whilst I am subscribed to modperl mailing list does anyone know a good general perl mailing list preferably from perl.org or .com I tried subscribing to a few but links where outdated. Any help appreciatted KS

Re: Anyone know a good perl mailing list?

2000-07-19 Thread David Hodgkinson
kevin [EMAIL PROTECTED] writes: Hello, Whilst I am subscribed to modperl mailing list does anyone know a good general perl mailing list preferably from perl.org or .com I tried subscribing to a few but links where outdated. This is what the comp.lang.perl* Usenet newsgroups are

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread darren chamberlain
Alvar Freude ([EMAIL PROTECTED]) said something to this effect: Hi, I want to create a service which filters HTML files like this: http://www.a-blast.org/web-blast.html == http://www.a-blast.org/web-blast.plx?url=http://www.nsa.gov/programs/employ/ The user should enter a proxy in his

Re: Redirecting Users

2000-07-19 Thread darren chamberlain
Yann Ramin ([EMAIL PROTECTED]) said something to this effect: Hi. I'm trying to redirect users via. a Location header (internal redirect is not ideal - I need the browser to send the cookie to the page). The problem is specifying the header in a header_out doesn't cause it to be sent.

Re: Apache::AuthenDBI Intermittent problems

2000-07-19 Thread darren chamberlain
Mark Solomon ([EMAIL PROTECTED]) said something to this effect: I have been using AuthenDBI for a while and, while I cannot isolate a specific system change, apache gives a 500 error 1 out of 10 times with this in the error_log: I've tryed calling Apache::AuthenDBI from both the startup.pl

Re:[OT] Anyone know a good perl mailing list?

2000-07-19 Thread Paul
--- David Hodgkinson [EMAIL PROTECTED] wrote: kevin [EMAIL PROTECTED] writes: Hello, Whilst I am subscribed to modperl mailing list does anyone know a good general perl mailing list preferably from perl.org or .com I tried subscribing to a few but links where outdated.

Re:[OT] Anyone know a good perl mailing list?

2000-07-19 Thread Mike Miller
What about reading it through deja.com? As long as you can live with the ads ... Brgds, Mike. On Wed, 19 Jul 2000 08:14:04 -0700 (PDT), Paul wrote: --- David Hodgkinson [EMAIL PROTECTED] wrote: kevin [EMAIL PROTECTED] writes: Hello, Whilst I am subscribed to modperl mailing list

Re: [OT] Anyone know a good perl mailing list?

2000-07-19 Thread Jon Wyatt
Paul wrote: --- David Hodgkinson [EMAIL PROTECTED] wrote: kevin [EMAIL PROTECTED] writes: Hello, Whilst I am subscribed to modperl mailing list does anyone know a good general perl mailing list preferably from perl.org or .com I tried subscribing to a few but

Re: [OT] Anyone know a good perl mailing list?

2000-07-19 Thread David Hodgkinson
Paul [EMAIL PROTECTED] writes: True enough, but I can't read newsgroups through our company firewall. Email I can get. www.deja.com? -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com

Re: [OT] Anyone know a good perl mailing list?

2000-07-19 Thread blue
On Wed, 19 Jul 2000, Jon Wyatt wrote: Is there *not* a list? ~sigh~ Could you not use deja or Remarq. deja just plain sucks. i am willing to set up a mailing list, if anyone is interested. i also have no patience with usenet. -- Blue Lang Unix

Re: What's this error?

2000-07-19 Thread G.W. Haywood
Hi there, On Wed, 19 Jul 2000, Paul wrote: Segmentation Fault (11) I get this, too, a *LOT*. unfortunately won't have any time to RTFM for a few weeks yet. Then read .../mod_perl/SUPPORT. 73, Ged.

Re: [OT] Anyone know a good perl mailing list?

2000-07-19 Thread David Hodgkinson
blue [EMAIL PROTECTED] writes: deja just plain sucks. i am willing to set up a mailing list, if anyone is interested. i also have no patience with usenet. But deja isn't usenet. Usenet is a decent threaded newsreader hanging off a fast NNTP feed. -- Dave Hodgkinson,

Using fork() in programs running under apache

2000-07-19 Thread Luis Henrique Cassis Fagundes
Hi, I have a script that uses a smtp to send a message and this is causing an overload of my server, because the execution time (that would be some milisecs) is delayed by about 5 secs. I thought I could solve this by forking the process, so the user would get a faster answer and

Re: [OT] Anyone know a good perl mailing list?

2000-07-19 Thread Tom Barron
blue wrote: On Wed, 19 Jul 2000, Jon Wyatt wrote: Is there *not* a list? ~sigh~ Could you not use deja or Remarq. deja just plain sucks. i am willing to set up a mailing list, if anyone is interested. i also have no patience with usenet. I've wanted something like this for

segmentation fault with CGI::Application

2000-07-19 Thread Michael J Schout
I have been trying to get CGI::Application to work under mod_perl today. So far with no success. Finally I removed everything except CGI::Application from the config files, and the server dumps core on startup. I have a very stripped odwn httpd.conf that basically loads the bare minimum

Re: Apache::AuthenDBI Intermittent problems

2000-07-19 Thread Mark Solomon
I've commented it out and will report on any changes. On Wed, 19 Jul 2000, darren chamberlain wrote: Mark Solomon ([EMAIL PROTECTED]) said something to this effect: I have been using AuthenDBI for a while and, while I cannot isolate a specific system change, apache gives a 500 error 1 out

Help! Need strategy for upgrading production system!

2000-07-19 Thread Keith Kwiatek
Hello, I have a production system (solaris 7) with apache 1.3.6 system with mod_perl.1.19 and mod_ssl.2.3.1 I would like to somehow install the latest apache + mod_perl + mod_ssl + DBI/DBD versions on the production system, BUT without interrupting the current production system. And then, after

Re: Help! Need strategy for upgrading production system!

2000-07-19 Thread Doug Luce
For this sort of thing, I assign a second IP address to the machine, then configure everything to bind to that IP address (making sure the original implementation binds to the first IP address only). For apache and the modules, you can just create separate source directories, and designate a

RE: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
Hi Alvar, On 19-Jul-2000 Alvar Freude wrote: Hi, I want to create a service which filters HTML files like this: http://www.a-blast.org/web-blast.html == http://www.a-blast.org/web-blast.plx?url=http://www.nsa.gov/programs/employ/ But it should go through a proxy, you don't need to

RE: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
On 19-Jul-2000 Alvar Freude wrote: Is this possible with mod_perl and md_proxy? Yes (see me other post) And if yes: where I can find documentation for this? Look at http://www.apache.org/docs/mod/mod_proxy.html, as well as perldoc Apache::Proxy (once you've installed Apache::Proxy).

Re: Subroutine redefined errors at startup

2000-07-19 Thread Carl Hansen
On Tue, Jul 18, 2000 at 07:10:07PM -0700, Jim Serio wrote: I'm running Perl 5.6 and recently re-compiled Apache 1.3.12 and mod_perl 1.24 and I'm not getting various redefined errors at startup that I never got before. I've also made no changes to my startup file or httpd.conf. Here's a few

ApacheCon Europe - thoughts please ?

2000-07-19 Thread Greg Cope
Dear All As some of you are at a conferance at the mo and I am still at work ;-( I thought I'd ask about apacheCon Europe - although not strictly mod_perl there is a relevance - even if tenous. I've never been to an IT conferance like these - and they appear quite popular. Especially the

Re: segmentation fault with CGI::Application [SOLVED]

2000-07-19 Thread Michael J Schout
Ok. Turns out that what the real problem here was that CGI::Application uses CGI::Carp, and I needed a newer version of CGI::Carp. So I seem to have sovled this :) Mike On Wed, 19 Jul 2000, Michael J Schout wrote: I have been trying to get CGI::Application to work under mod_perl today. So

JOB: Mod perl Consultant/Mentor Need IMMEDIATELY

2000-07-19 Thread David Wachtel
I HAVE AN URGENT NEED FOR AN EXPERIENCED MOD_PERL CONSULTANT ! I would prefer someone in the Santa Monica/Los Angeles area for onsite work, but will consider tele-workers if necessary. This is initially a short and intense project to port a relatively small number of somewhat complex perl

Re: Anyone know a good perl mailing list?

2000-07-19 Thread Robby Cruz
The perl-win32-users list is quite good. It is definitely NOT limited to win32 issues. Pretty active and helpful list. Subscribe at http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users Get Your Private, Free

Customized Module For Logging In Transfer Log

2000-07-19 Thread Saurabh Goyal
Hi, I am new to apche and mod_perl. I am trying to write apache module to write some additional parameters to transfer log (access.log). Is anybody have an idea, how can we write additional stuff to access.log including the defaults. Any help appreciated. Thanks, SGoyal

JOB: Application Perl Person needed

2000-07-19 Thread Jules
Hey folks, Viralon is hiring perl monkeys. We're in San Francisco: http://www.viralon.com/Employment.html#appdev -- j u l e s @ p o p m o n k e y . c o m http://www.popmonkey.com/jules

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Wim Kerkhoff
On 19-Jul-2000 Alvar Freude wrote: Hi Wim, I've created something like this. I've attached the script I used to build mod_proxy and mod_perl, and a short Apache::MyFilter to show how to use this. Note: I've cut down the handler from my version without really testing it, so it may have

[OT]: Re: ApacheCon Europe - thoughts please ?

2000-07-19 Thread Gunther Birznieks
At 11:18 AM 7/19/00 +, Greg Cope wrote: Dear All As some of you are at a conferance at the mo and I am still at work ;-( I thought I'd ask about apacheCon Europe - although not strictly mod_perl there is a relevance - even if tenous. I've never been to an IT conferance like these - and

Re: Weird Perl behaviour

2000-07-19 Thread Rick Myers
On Jul 19, 2000 at 10:09:36 +0300, Alex Shnitman twiddled the keys to say: On Tue, Jul 18, 2000 at 11:30:44PM -0400, Rick Myers wrote: Another interesting thing about this issue: if I assign $port{$portname} + 1 to $Port, and not just $port{$portname}, it works! If I ever try to

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Alvar Freude
Hi Wim, I've created something like this. I've attached the script I used to build mod_proxy and mod_perl, and a short Apache::MyFilter to show how to use this. Note: I've cut down the handler from my version without really testing it, so it may have a couple syntax errors. thanx! But

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Alvar Freude
Hi, This is what mod_proxy does on its own, no mod_perl needed. including filtering? If you wanted to do it in "pure" mod_perl (no mod_proxy), write a TransHandler similar to the ones listed in chapter 7 of the Eagle book, pp 368 - 381 (pp 372 - 373, for example, is an anonymoizing

Re: Filtering HTML files with mod_proxy and mod_perl

2000-07-19 Thread Alvar Freude
Hi, If you find a way to do it with Apache::Proxy, let the list know. I am sure it will work with the example given by Darren. If i checked it I think I'll create a small module and can spread it. One of the major reasons I went this route over something like the examples in the mod_perl

Re: What's this error?

2000-07-19 Thread Paul
I have also noted a fair amount of [Wed Jul 19 16:01:58 2000] [notice] child pid 24703 exit signal Segmentation Fault (11) I get this, too, a *LOT*. Err... I'm convinced that our current mod_ssl 2.6.5 is 100% stable and does not produce any segfaults. If you really get segfaults,