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
* Philippe M. Chiasson <[EMAIL PROTECTED]> wrote:
> Jie Gao wrote:
> >>uname -a
> >SunOS XXX 5.10 Generic_127111-10 sun4u sparc SUNW,Sun-Fire-V240
> >
> >[...]
> >
> >>gmaek test
> >
> >All tests successful, 8 tests and 13 subtests skipped.
> >Files=238, Tests=2559, 238 wallclock secs (180.48
Hello Philippe
Perfect - thanks.
Anthony
On 07 Apr 2008 at 16:39:02, Philippe M. Chiasson wrote:
> Anthony R Fletcher wrote:
>> I have a module that does authentication and authorisation. In my Apache
>> configs I have:
>>
>> PerlAuthenHandler Apache2::AuthX::authenticate
>>
Smolder 1.21 has just been released thanks to the Oslo Perl QA Workshop and my
trip sponsored by Oslo.pm and Linpro. This releases fixes several installation
bugs on various platforms and other small bugs. It also adds several new
features. The highlights are:
+ Project categories have now been re
Jie Gao wrote:
uname -a
SunOS XXX 5.10 Generic_127111-10 sun4u sparc SUNW,Sun-Fire-V240
[...]
gmaek test
All tests successful, 8 tests and 13 subtests skipped.
Files=238, Tests=2559, 238 wallclock secs (180.48 cusr + 31.92 csys = 212.40
CPU)
[warning] root mode: restoring the original
Anthony R Fletcher wrote:
I have a module that does authentication and authorisation. In my Apache
configs I have:
PerlAuthenHandler Apache2::AuthX::authenticate
PerlAuthzHandler Apache2::AuthX::authorise
I'd rather just use:
PerlAuthenHandler Apache2::AuthX
Pe
I have a module that does authentication and authorisation. In my Apache
configs I have:
PerlAuthenHandler Apache2::AuthX::authenticate
PerlAuthzHandler Apache2::AuthX::authorise
I'd rather just use:
PerlAuthenHandler Apache2::AuthX
PerlAuthzHandler Apache2::Aut
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).