> -Original Message-
> From: Christopher H. Laco [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 03, 2006 12:53 PM
> To: [EMAIL PROTECTED]
> Cc: John N. Brahy; modperl@perl.apache.org
> Subject: Re: is there a way to force UTF-8 encoding
>
> Christopher H. Laco wrote:
> > Christopher H. La
Christopher H. Laco wrote:
> Christopher H. Laco wrote:
>> John N. Brahy wrote:
-Original Message-
From: Christopher H. Laco [mailto:[EMAIL PROTECTED]
Sent: Friday, March 03, 2006 12:28 PM
To: John N. Brahy
Cc: modperl@perl.apache.org
Subject: Re: is there a wa
Christopher H. Laco wrote:
> John N. Brahy wrote:
>>> -Original Message-
>>> From: Christopher H. Laco [mailto:[EMAIL PROTECTED]
>>> Sent: Friday, March 03, 2006 12:28 PM
>>> To: John N. Brahy
>>> Cc: modperl@perl.apache.org
>>> Subject: Re: is there a way to force UTF-8 encoding
>>>
>>> Jo
John N. Brahy wrote:
>> -Original Message-
>> From: Christopher H. Laco [mailto:[EMAIL PROTECTED]
>> Sent: Friday, March 03, 2006 12:28 PM
>> To: John N. Brahy
>> Cc: modperl@perl.apache.org
>> Subject: Re: is there a way to force UTF-8 encoding
>>
>> John N. Brahy wrote:
>>> Is there a way
> -Original Message-
> From: Christopher H. Laco [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 03, 2006 12:28 PM
> To: John N. Brahy
> Cc: modperl@perl.apache.org
> Subject: Re: is there a way to force UTF-8 encoding
>
> John N. Brahy wrote:
> > Is there a way to force UTF-8 encoding? I
John N. Brahy wrote:
> Is there a way to force UTF-8 encoding? I have tried
>
> AddDefaultCharset utf-8 in the httpd.conf
>
> OS: OpenBSD
> Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g
>
> But
> 1) wget -S says it's Content-Type: text/html; charset=ISO-8859-1
> 2) w
Is there a way to force UTF-8 encoding? I have tried
AddDefaultCharset utf-8 in the httpd.conf
OS: OpenBSD
Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g
But
1) wget -S says it's Content-Type: text/html; charset=ISO-8859-1
2) when I try the HTML validator on w3c.org i
Title: Protocol Philosophy
Mod_perl list, Apache 2.2.0 mod_perl 2.0.2
I have been working with an alternative protocol implementation for apache for some time now and [as would be expected with a perl based tool] I have found many ways to accomplish the same task. I am asking about the phi
[EMAIL PROTECTED] wrote:
> Hi Folks,
>
> I'm trying to set up a dev box with both apache 2.0.55 and 2.2.0 . Since
> I've got both, I didn't want to set /usr/local/http-2.0.55/lib in my
> /etc/ld.so.conf since then the 2.2.0 binaries might look at the wrong
> APR (well.. that's my guess).
>
> I