Re: Rotate log in mod_perl

2009-08-28 Thread Adam Prime
Shibi NS wrote: My httpd.conf has following $ErrorLog = " |bin/rotatelogs $config->{log_file}.%Y-%m-%d-%H_%M_%S 5M"; #$TransferLog= " |bin/rotatelogs $config->{log_accessfile}.%Y-%m-%d-%H_%M_%S 5M"; But server start fails $parms->add_config() has failed: ErrorLo

Re: News regarding mod_perl returning empty pages

2009-08-28 Thread Igor Chudov
I think that I finally have a clue as to why those empty pages were returned. I have perlbal as front, and it was set to maintain persistent connections with the apache backend listening on localhost. I also have some configuration of apache that would essentially deny access to certain user agen

Rotate log in mod_perl

2009-08-28 Thread Shibi NS
My httpd.conf has following $ErrorLog = " |bin/rotatelogs $config->{log_file}.%Y-%m-%d-%H_%M_%S 5M"; #$TransferLog= " |bin/rotatelogs $config->{log_accessfile}.%Y-%m-%d-%H_%M_%S 5M"; But server start fails $parms->add_config() has failed: ErrorLog takes one argument,

Re: RFC: Apache2::CloseKeepAlive

2009-08-28 Thread Michael Ludwig
Adam Prime schrieb: Michael Ludwig wrote: Sprites are useful for collections of related of the same size and purpose. You don't have to restrict them to images of the same size. You can use a sprited image to replace any fixed size image, and any background image that repeats in one direction

Re: RFC: Apache2::CloseKeepAlive

2009-08-28 Thread Bill Moseley
On Thu, Aug 27, 2009 at 5:20 PM, wrote: > Use a CDN and cache static content forever -- and rarely hit your serve. > In the end, each "page view" should only be one request to your mod_perl > server anyway. > > My site uses all defined headers to encourage proxies and browsers to cache > files.

Re: RFC: Apache2::CloseKeepAlive

2009-08-28 Thread mackenna
Thanks for your comments. They lead to lots to think about and try. I looked up "sprite sheets" and they seem to be graphics that include lots of little tiled figures used in video games. How does a browser know to split them up into separate images that pages can then call out individually

Re: RFC: Apache2::CloseKeepAlive

2009-08-28 Thread Adam Prime
Michael Ludwig wrote: Sprites are useful for collections of related of the same size and purpose. You don't have to restrict them to images of the same size. You can use a sprited image to replace any fixed size image, and any background image that repeats in one direction or the other (but

Re: mod_perl 2.0.5 ETA?

2009-08-28 Thread Fred Moyer
On Wed, Aug 26, 2009 at 10:44 AM, wrote: > So Perl 5.10.1 is out, and my Apache is a couple of releases old, and the > latest mod_apreq2 failed testing from source so I can try it from the > FreeBSD ports.  Which is close to critical mass to rebuild my site software. > > Does anyone reading this k

Re: RFC: Apache2::CloseKeepAlive

2009-08-28 Thread Michael Ludwig
cr...@animalhead.com schrieb: On Aug 27, 2009, at 10:43 AM, Bill Moseley wrote: Use sprite sheets to reduce the number of required connections. I looked up "sprite sheets" and they seem to be graphics that include lots of little tiled figures used in video games. How does a browser know to s

Re: At random moments, mod_perl starts returning empty pages

2009-08-28 Thread Michael Ludwig
Michael Peters schrieb: Fred Moyer wrote: The issue is that at random moments, usually once or twice a day, my webserver starts returning completely empty pages instead of actual content. The pages are mod_perl based. I've seen this happen sometimes when something segfaults. Yes. And segf