Re: Can't locate object method "session" via package "HTML::Mason::Request::ApacheHandler" .

2007-12-05 Thread Darragh Gammell
Hi > > Ive recently tried moving a website from an old server which is having > hardware issues to a recently purchased server. > > Old Server ran: > Linux 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005 i686 GNU/Linux > Mason 1.21 > mod_perl > and apache 1.3 > > > I'm now trying to get the sa

Re: mp1 internal_redirect question

2007-12-05 Thread Silent
I tryed mod_rewrite to redirect base on user_agent, it works very fine! but I still want to know how to do it in mod_perl. 2007/12/2, Silent <[EMAIL PROTECTED]>: > > Hi, > > I want to develop a script like this: > > the script randomly send a html page or mp3 file, but I met some problems, > >

Re: Client denied/Invalid Argument

2007-12-05 Thread Randy Kobes
On Wed, 5 Dec 2007, Proneet Biswas wrote: Hi, I am a newbie to the mod_perl for Apache . I am trying to run a simple perl script under Apache 2.2 . HOwever, it seems to be either crashign teh server or saying client denied by server configuration. The PERL is Active Perl 5.8 The Apache Server

Re: Flex

2007-12-05 Thread Jonathan Vanasco
On Dec 3, 2007, at 6:30 PM, Boysenberry Payne wrote: Our system could benefit a lot from being able to compile SWFs on the fly; right now they're all static files loaded dynamically. I could see making them dynamically as needed, while still serving up the static renditions. We do some d

Re: Flex

2007-12-05 Thread Jonathan Vanasco
Ext is good. Personally, I like the MochiKit system (though a good friend maintains it). A few of the big-guys use it for all their internal systems. It has a neat dev enviroment - even has an interpreter for you to dev in. http://mochikit.com/examples/interpreter/index.html O

Re: Flex

2007-12-05 Thread Jonathan Vanasco
On Dec 3, 2007, at 6:30 PM, Boysenberry Payne wrote: Our system could benefit a lot from being able to compile SWFs on the fly; right now they're all static files loaded dynamically. I could see making them dynamically as needed, while still serving up the static renditions. We do some d

Looking for a career in Perl overseas

2007-12-05 Thread Foo JH
For what it's worth, I'm gonna try anyway... I'm a Perl/ C# developer in Singapore with some 9 years in development, looking forward to enjoy a career in a new culture and environment (outside of Singapore). No criminal records, though some will claim I've sinned for learning C# instead of Jav

Re: Unqualified segmentation fault from Apache2::Request->new()

2007-12-05 Thread Colin Wetherbee
Colin Wetherbee wrote: use Apache2::RequestRec; use Apache2::Const -compile => qw(OK); To be clear, this also occurs with 'use Apache2::Request' at the top. :) Colin

modperl on Win32 is still happening

2007-12-05 Thread Foo JH
Looking at the (albeit small) stream of entries to the mailing list, I'm actually quite happy to notice that people are: 1. Still using modperl. Some newbie questions may suggest fresh blood... 2. Still using modperl on Win32 (despite the 'limitations'). Good news for Microsoft, but I personally

Unqualified segmentation fault from Apache2::Request->new()

2007-12-05 Thread Colin Wetherbee
Greetings. I accidentally made the mistake of calling Apache2::Request->new() without passing $r, and it turns out that causes Apache to segfault and not return anything to the browser. I'm only pointing this out because it seems like there should be a more graceful way of handling this. ##

Client denied/Invalid Argument

2007-12-05 Thread Proneet Biswas
Hi, I am a newbie to the mod_perl for Apache . I am trying to run a simple perl script under Apache 2.2 . HOwever, it seems to be either crashign teh server or saying client denied by server configuration. The PERL is Active Perl 5.8 The Apache Server is version 2.2.6 The httpd.conf reads lik

mp2/perl bug in substr( lc( $utf8_url ) )

2007-12-05 Thread John ORourke
Hi folks, I appear to have found a bug, possibly in perl's utf8 handling but I need to create a test to make sure. I have a workaround which is surprisingly simple, hopefully someone can explain it! I'm not using the 'mp2bug' template because I have 2 different architectures, 1 which exhibi