[RFC] Dynamic image generator handler

2002-05-09 Thread Michael A Nachbaur
This is an request for comments. If you don't care about dynamic image generation with mod_perl, or don't care about offering or reading about suggestions, you can safely ignore this. Also, be forewarned, this was written in StarOffice, and then copied/pasted into my email program, and hand twea

mod_perl2: nmake test crashes apache

2002-05-09 Thread Bjoern Hoehrmann
Hi, Perl: version 5.61, ActiveState ActivePerl Build 631 mod_perl2: about one moth old CVS snapshot and todays modperl-2.0_20020509222354.tar.gz Apache:2.0.35 and 2.0.36 Compiler: VisualStudio.NET EA, Service Pack 1 OS:Win2k Professional, Service Pack 2 Apache builds

Re: Apache::Session

2002-05-09 Thread Perrin Harkins
Stathy G. Touloumis wrote: >>You need to do some more debugging. Problems with Apache::Session are >>usually due to scoping, so put in some debug statements to see that the >>session objects for the IDs having trouble are getting properly cleaned >>up (i.e. DESTROY is getting called). It is p

RE: Apache::Session

2002-05-09 Thread Stathy G. Touloumis
> You need to do some more debugging. Problems with Apache::Session are > usually due to scoping, so put in some debug statements to see that the > session objects for the IDs having trouble are getting properly cleaned > up (i.e. DESTROY is getting called). It is possible to have problems >

Re: [BUG?] PerlSetVar in .htaccess segfaults w/ register_cleanup()

2002-05-09 Thread Stas Bekman
D.Kreft wrote: ... > I am greeted with Netcape's "Document contains no data" error dialog > box, and a segfault notice in the error log: > >[Thu May 9 09:19:52 2002] [notice] child pid 25420 exit \ >signal Segmentation fault (11) ... > Does anyone have any ideas about what's going wrong

[BUG | ANNOUNCE] Apache::Status segfault | EnglishSave

2002-05-09 Thread Ernest Lergon
Trying to use the 'Memory Usage' feature of Apache::Status, I came across the English module. Using it in a mod_perl Module causes Apache::Status to segfault. It turned out, that when omitting some vars, the segfault was gone. So I put up a little changed version of English - EnglishSave. Fo

RE: Apache::Session

2002-05-09 Thread Stathy G. Touloumis
> You need to do some more debugging. Problems with Apache::Session are > usually due to scoping, so put in some debug statements to see that the > session objects for the IDs having trouble are getting properly cleaned > up (i.e. DESTROY is getting called). It is possible to have problems > wit