Re: [mp2] HTML::Mason and Missing content

2008-04-08 Thread Robert Landrum
Felipe de Jesús Molina Bravo wrote: Hi how did you installed modperl ... static or dinamic? Dynamic... But I'm not getting segfaults. The issue was caused by having PerlSendHeader On. Switching it to off, the problem went away. Rob

Re: [mp2] HTML::Mason and Missing content

2008-04-07 Thread Felipe de Jesús Molina Bravo
Hi how did you installed modperl ... static or dinamic? It can be a solution (change from static to dinamic), maybe you help the next link http://www.masonhq.com/?FAQ:Installation#h-why_am_i_getting_segmentation_faults__or_silently_failing_on_startup__ regards felipe 2008/4/7, Robert Land

[mp2] HTML::Mason and Missing content

2008-04-07 Thread Robert Landrum
We're seeing some very strange behavior with HTML::Mason/Apache 2.2/MP2 that only affects a few of our files. I'm able to reproduce it reliably. We have a custom handler method that handles all requests to our site by passing them off to HTML::Mason (with exceptions for images, and the like).