diff options
| author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 06:22:22 +0000 |
|---|---|---|
| committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 06:22:22 +0000 |
| commit | f8aafff896ca05fb94daa425a8fcfbd3eac282bf (patch) | |
| tree | 019ee84ef97a71732d3e69e659ad0d9c51839653 /migration.xml | |
| parent | 7acea2d4a8707ebeec7af2c87d222ea97968c59f (diff) | |
| download | httpd-f8aafff896ca05fb94daa425a8fcfbd3eac282bf.tar.gz httpd-f8aafff896ca05fb94daa425a8fcfbd3eac282bf.tar.xz httpd-f8aafff896ca05fb94daa425a8fcfbd3eac282bf.zip | |
auto-import changelog data from httpd-2.0.50-5.src.rpmhttpd-2_0_50-5
Wed Sep 01 2004 Joe Orton <jorton@redhat.com> 2.0.50-5
- move manual configuration into conf.d/manual.conf (#131208)
- add test_hook from HEAD, -t -DDUMP_CERTS for mod_ssl
- document AddDefaultCharset change since 1.3 in migration.html
Diffstat (limited to 'migration.xml')
| -rw-r--r-- | migration.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/migration.xml b/migration.xml index 1c4525c..12de8b6 100644 --- a/migration.xml +++ b/migration.xml @@ -456,6 +456,35 @@ url="http://httpd.apache.org/docs-2.0/mod/core.html#errordocument"><literal>Erro </itemizedlist></para> </sect3> + +<sect3> +<title>Default Character Set</title> + +<para>The default character set which will be sent in a +<literal>Content-Type</literal> header has changed from previous +versions. By default, the configuration in &distro; uses a UTF-8 +locale, the default character set used in &httpdconf; is now +<literal>utf-8</literal>, rather than the previous default of +<literal>ISO-8859-1</literal>.</para> + +<para>To configure the server to use a default character set of +ISO-8859-1 if migrating non-UTF-8 content, change: + +<informalexample> +<programlisting> +AddDefaultCharset utf-8 +</programlisting> +</informalexample> + +to + +<informalexample> +<programlisting> +AddDefaultCharset <emphasis role="bold">ISO-8859-1</emphasis> +</programlisting> +</informalexample></para> + +</sect3> </sect2> <sect2> |
