Re: Advanced daemon allocation

2001-06-28 Thread Trevor Phillips
Matthew Byng-Maddick wrote: > > This is (in my mind) currently the most broken bit of modperl, because of > the hacks you have to do to make it work. With a proper API for content > filtering (apache2), it will be fantastically clean, but at the moment... :-( The hacks are getting neater, but ye

Fix ActivePerl Apache::ProxyPass Bug!

2001-06-28 Thread wac
Dear all ActivePerl Apache::ProxyPass Module have a bug, 13 lines my %cfg = undef; change it to my %cfg; undef %cfg; Your Firend, wac

Re: where to report apache::session 1.53 bug ?

2001-06-28 Thread Tatsuhiko Miyagawa
Hi, Here are patches I've made ages ago. http://bulknews.net/lib/archives/Apache-Session-File.pm.patch http://bulknews.net/lib/archives/Apache-Session-Flex.pm.patch Thanks On Thu, 28 Jun 2001 19:15:33 +0700 "Iwan Garnadi" <[EMAIL PROTECTED]> wrote: > > BUG : > 1. Flex , using Apache::Session:

ANNOUNCEMENT: HTML::Template 2.3

2001-06-28 Thread Sam Tregar
HTML::Template - a Perl module to use HTML Templates CHANGES 2.3 - New Feature: template tags can now span lines. (Roland Giersig) - New Feature: new() option 'filehandle'. (Roland Giersig) - Bug Fix: includes were broken in some cases using scalarref templates. (Lance Thomas) -

apache won't start, strange dynaloader problem...

2001-06-28 Thread Jim Woodgate
sorry if this has been answered before, didn't find anything in the archives, and I've done this at least half a dozen times before with no problems. Mandrake 8.0 apache-1.3.20 perl-5.6.1 mod_perl-1.25 I had problems compiling Apache::Request with the native Mandrake apache/perl, so I downloade

CGI::Carp(fatalsToBrowser) not working with Apache::PerlRun

2001-06-28 Thread Lee Anne Lester
We are in the process of moving from strictly CGI to a mod_perl environment. Since I know we have many CGI programs that will not run correctly under mod_perl, I want to run them using the Apache::PerlRun handler instead of the Apache::Registry. We just have too many programs to recode. I inc

[job] need a perl guru?

2001-06-28 Thread Ivan Kohler
mod_ and regular flavours. http://420.am/~ivan/resume.html -- meow _ivan

Re: where to report apache::session 1.53 bug ?

2001-06-28 Thread Vivek Khera
> "GB" == Gunther Birznieks <[EMAIL PROTECTED]> writes: GB> Most of the time it is really bad to email open source authors GB> directly. [ .. ] GB> That's the job of open forums like this. So the author continues time GB> to write new updates while the forums basically run themselves with GB

Apache Konfiguration Error 500

2001-06-28 Thread Oliver - GoodnGo.COM \(R\)
Hallo,jetzt habe ich tagelang damit zu gebracht den Apache 1.3 zu installieren undzum Laufen zu bringen ... -aber jetzt bekomme ich bei perl Skripten die im cgi-bin Verzeichnis vomBrowser aus zum Laufe gebracht werden sollen -> die ERROR 500 Meldung.Die Perl Skripte liefen auf einer anderen

Re: API Design Question

2001-06-28 Thread James G Smith
Shawn Devlin <[EMAIL PROTECTED]> wrote: >Hello all, > >I have an CGI based HTTP API (in Perl) to a database and I am now going >to port to mod_perl. I am new to this kind of programming and I have a >couple of questions. The platform is Linux. First thing to keep in mind is that CGI and mod_per

Re: where to report apache::session 1.53 bug ?

2001-06-28 Thread Iwan Garnadi
in Apache::Session ver 1.53 BUG : 1. Flex , using Apache::Session::File bug in Apache::Session TIEHASH method for validate attribute in line 379 : &{$self->{validate}}($self); I am just commented this to get by pass the error ! this is below sample of code that cause error : ( Would be in the be

API Design Question

2001-06-28 Thread Shawn Devlin
Hello all, I have an CGI based HTTP API (in Perl) to a database and I am now going to port to mod_perl. I am new to this kind of programming and I have a couple of questions. The platform is Linux. My first thought is to break the API up so that there is a module per API call (there are some