Re: AP820 is more stable than AP822 (for mp2)

2008-02-11 Thread Octavian Rasnita
I also use build 820 with Apache 2.2.4 because 822 has the same problems when using a more complex mod_perl application. (The same problem when restarting the server...) When using a "Hello world" program with mod_perl, 822 is working fine though. Octavian - Original Message - From:

AP820 is more stable than AP822 (for mp2)

2008-02-11 Thread Foo JH
Following the community's earlier comment on how modperl was compiled against build 820 of ActivePerl, I've decided to check it out (since my 822 copy is acting up a little on my mp2 setup). It's not that 822 is not good for 2.2.8. I'm able to restart the service on a bare-bones config. But wi

Re: @inc ithreads virtual server +parent

2008-02-11 Thread Foo JH
Dylan, Let's see: you have a client base who likes a staging-production development scenario. There's a few ways you can play it out: 1. Different client, different code base You use 2 machines: 1 for staging and the other for production. Set them up exactly the same. Run your VirtualHost for

Re: @inc ithreads virtual server +parent

2008-02-11 Thread Chandrakumar Muthaiah
Perrin Harkins wrote: On Feb 11, 2008 9:44 AM, Dylan Tynan <[EMAIL PROTECTED]> wrote: I'm wondering what would happen if I --didn't---have an ithreads-enabled Perl, but still set up the httpd.conf with the virtual-host/+parent stanzas? Try it and see. I doubt anyone will know offhand

Re: @inc ithreads virtual server +parent

2008-02-11 Thread Perrin Harkins
On Feb 11, 2008 9:44 AM, Dylan Tynan <[EMAIL PROTECTED]> wrote: > I'm wondering what would happen if I –didn't—have an ithreads-enabled Perl, > but still set up the httpd.conf with the virtual-host/+parent stanzas? Try it and see. I doubt anyone will know offhand. > I take it the only real way a

Re: [MP2][QUESTION]Session and inactivity

2008-02-11 Thread Perrin Harkins
On Feb 11, 2008 11:10 AM, titetluc titetluc <[EMAIL PROTECTED]> wrote: > From your previous answers, I conclude that there is no way to suppress a > session automagically by using the mod_perl API (unless using XS to > implement a "monitor" hook -proposed in Apache 2.2 native API by Torsten). Sess

Re: Question about open()

2008-02-11 Thread Perrin Harkins
On Feb 10, 2008 12:37 PM, Mag Gam <[EMAIL PROTECTED]> wrote: > I am trying to change DocumentRoot because, currently I am using open() to > load templates for my website. I have header, menu, footer in 3 seperate > files, and I generate content like that. It works fine now, just not too > dynamic

Paul Graham presents a golf hole

2008-02-11 Thread David Nicol
http://www.paulgraham.com/arcchallenge.html -- Anyone for four dimensional chess programming?

Re: [MP2][QUESTION]Session and inactivity

2008-02-11 Thread titetluc titetluc
2008/2/8, Jonathan Vanasco <[EMAIL PROTECTED]>: > > > On Feb 7, 2008, at 2:41 PM, Perrin Harkins wrote: > > > Sure, it's a building block. You build the expiration part on top of > > it. Either you use a timestamp column in your database or you update > > a timestamp in the session data. Then yo

@inc ithreads virtual server +parent

2008-02-11 Thread Dylan Tynan
I'm looking at the information in mod_perl 2 User's Guide (and online) about using VirtualHost and +Parent, with an ithreads-enabled Perl, in order to be able to modify @inc by virtualserver. On my system I basically have that setup, and have tried it, and it seems to work fine (I tried it with p

Re: Running a mod_perl script at the domain root

2008-02-11 Thread Matthew Tylee Atkinson
On Sun, 2008-02-10 at 16:47 -0500, Adam Prime wrote: > 1) You can modify TestSite to return DECLINED for any request that you > want to be handled by the filesystem rather than your handler. ie > . . . > > 2) If you've got all your CSS and images in directories dedicated to > those tasks, then