Re: modperl GD problem

2004-01-14 Thread Gerald Richter
Hi, Daniel Lang wrote: Hi, I´m using a GD-based Module (Bio::Graphics) to generate png-graphics on the fly with a Modperl Content Handler. Now I encounter the following problem: The first request(after httpd restart), is served well, and the generated graphic is in color - every other

Re: modperl GD problem

2004-01-14 Thread Daniel Lang
Hi, Thanks for the answers... Gerald Richter wrote: I guess there are a value that stay persitent,which makes trouble on the second request. That´s what I´m thinking too, but I think I´ checked for globals variables and so on in my code - all variables involved should be local (subroutine)

Re: modperl GD problem

2004-01-14 Thread Gerald Richter
Another interesting;) thing happened when I changed the line for the Bio::Graphics module in my startup.pl, from use Bio::Graphics (); to use Bio::Graphics; - the first images was colored and then in each following request the color faded! (green - light green - blue green - black) So

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread steve larson
Hello, Apache has been installed, I hadn't mentioned it before because I used the word Built. All paths point to appropriate directories for Apache. Thanks for your support, :-) Steve Larson [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing

Re: Modperl 2.0 Not finding correct *.conf

2004-01-14 Thread Stas Bekman
steve larson wrote: Hello, source of Apache 2 was located here: /usr/local/source/apache2 Apache 2 was installed here: /usr/local/apache2 So you should use the latter path to build mp2. Like so: perl Makefile.PL \ MP_APXS=/usr/local/apache2/support/apxs \ MP_INST_APACHE2=1 \ MP_DEBUG=1

cvs commit: modperl/lib/Apache SizeLimit.pm

2004-01-14 Thread gozer
gozer 2004/01/14 12:07:18 Modified:.Changes lib/Apache SizeLimit.pm Log: Fix incorrect win32 detection in Apache::SizeLimit Submitted by: Matt Phillips [EMAIL PROTECTED] Revision ChangesPath 1.689 +3 -0 modperl/Changes Index: