Re: AW: Localtime DST / TZ question

2004-04-02 Thread Rob Nagler
Denis Banovic writes: > Is there any other way to tell mod_perl which time_zone to take? You might want to let the browser do the string conversion for you using JavaScript. Another trick is store the time zone offset (also computed with JavaScript) in the cookie if you need it on the server to d

Re: Apache::Session maintainership

2004-04-02 Thread Jeffrey W. Baker
On Thu, 2004-03-18 at 14:44, Ask Bjørn Hansen wrote: > On Feb 26, 2004, at 12:29 PM, Jeffrey W. Baker wrote: > > > SourceForget is truly terrible and I would not burden the users with > > the > > horror of having to use it. > > We'd be happy to host a SCM repository for Apache::Session over at

ANN: Krang v1.014 Released

2004-04-02 Thread Sam Tregar
Krang v1.014, the first public release, is now available. Krang is an Open Source web-publisher / content-management system designed for large-scale magazine-style websites. It is a 100% Perl application using Apache/mod_perl and MySQL, as well as numerous CPAN modules. Krang provides a powerful

AW: Localtime DST / TZ question

2004-04-02 Thread Denis Banovic
Hi Trond, Thanks for this solution, actually I'm using Class::Date module which uses the POSIX library for Date calculations, and normally it works great, except under mod_perl... And extra calling of DateTime only to find out if the TimeZone settings are correct is a bit too slow I think. (I'm

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Geoffrey Young
> Not to worry. I won't come crying when it dies - I'll just flip back to > 2.0. My site is not that big a risk - low traffic - and I'm running all > cvs devel packages on it already. Note - this is my little site, _not_ > one of my clients'. I have always kept my site on the bleading edge so > I

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Beau E. Cox
On Friday 02 April 2004 03:18 am, Geoffrey Young wrote: > > Geoff, FYI - > > > > 'Patching' the APR_HAS_LARGE_FILES to 0 as described above did not work > > for me. Even with it set to 0 in apr.h the server seg faulted. However, > > using '--disable-lfs' DID work (and APR_HAS_LARGE_FILES did not ne

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Geoffrey Young
> Geoff, FYI - > > 'Patching' the APR_HAS_LARGE_FILES to 0 as described above did not work > for me. Even with it set to 0 in apr.h the server seg faulted. However, > using '--disable-lfs' DID work (and APR_HAS_LARGE_FILES did not need to be > patched because it came out of the configure set to 0

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Beau E. Cox
On Thursday 01 April 2004 09:38 am, Geoffrey Young wrote: > > Just wondering, is the older ( -D"2004-03-01" ) Apache2.1 still > > available via CVS ( without you doing a lot of work )? > > > > If I could test against it, it would narrow my problem down. > > ok, it looks as though it's an fixable AP