On Dec 29, 2008, at 9:20 PM, Sander Temme wrote:
On Dec 29, 2008, at 9:06 PM, John David Duncan wrote:
I have a module that runs correctly on some platforms (e.g. Apache
2.2.8 on Mac OS X 10.5) but not on others (e.g. Apache 2.2.9 on
OpenSolaris).
<..>
[Mon Dec 29 20:46:25 2008] [debug] handlers.cc(46): r->handler is "P
\xfa&\b\x0c"
Interesting. What's your locale? echo $LANG in the shell that
starts Apache?
It's en_US.UTF-8 on both of those machines.
I also just tried starting apache on the Solaris machine with LANG
unset, but that didn't make a difference.
JD