[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
[webdav-jp:0722] FreeBSD 4.7 上での mod_encoding についてその2
- To: <webdav-jp@xxxxxxxx>
- Subject: [webdav-jp:0722] FreeBSD 4.7 上での mod_encoding についてその2
- From: Makishima Hirokazu <maxima@xxxxxxxxx>
- Date: Fri, 17 Jan 2003 12:09:41 +0900
- Delivered-to: webdav-jp@begi.net
- Posted: Fri, 17 Jan 2003 12:09:37 +0900
- User-agent: Microsoft-Entourage/10.1.0.2006
めでたくmod_encodingは作動しました。ありがとうございました。
しかし動作が変です。IEからアクセスしようとすると、アドレスが変に化けます
例)http://dummy.com -> http://dummy.com/0
などと。
しかも一定ではありません。おそらくエンコーディングの問題だろうと思いますが
どなたか教えてください。
httpd.conf
.......
LoadFile /usr/local/lib/libiconv.so
LoadModule encoding_module modules/mod_encoding.so
<IfModule mod_encoding.c>
EncodingEngine on
NormalizeUsername on
SetServerEncoding UTF-8
DefaultClientEncoding JA-AUTO-SJIS-MS SJIS
AddClientEncoding "cadaver/" EUC-JP
AddClientEncoding "Microsoft-WebDAV-MiniRedir/5\.1\.*" UTF-8
AddClientEncoding "Microsoft .* Provider" CP932
AddClientEncoding "Microsoft .* DAV 1\.1$" CP932
AddClientEncoding "Microsoft .* DAV" CP932
</IfModule>
......
Pkg_info
autoconf-2.53_1 Automatically configure source code on many Un*x
platforms
autoconf213-2.13.000227_2 Automatically configure source code on many Un*x
platforms
cups-base-1.1.15.1_4 The Common UNIX Printing System
expat-1.95.5 XML 1.0 parser written in C
freetype2-2.1.2 A free and portable TrueType font rendering engine
gmake-3.79.1_3 GNU version of 'make' utility
help2man-1.26 Automatically generating simple manual pages from
program o
iconv-2.0_3 Charset conversion library and utilities
imake-4.2.0_1 Imake and other utilities from XFree86
jpeg-6b_1 IJG's jpeg compression utilities
libiconv-1.8_1 A character set conversion library
libtool-1.3.4_4 Generic shared library support script
m4-1.4_1 GNU's m4
png-1.2.4 Library for manipulating PNG images
tiff-3.5.7 Tools and library routines for working with TIFF images
autoconf-2.53_1 Automatically configure source code on many Un*x
platforms
autoconf213-2.13.000227_2 Automatically configure source code on many Un*x
platforms
cups-base-1.1.15.1_4 The Common UNIX Printing System
expat-1.95.5 XML 1.0 parser written in C
freetype2-2.1.2 A free and portable TrueType font rendering engine
gmake-3.79.1_3 GNU version of 'make' utility
help2man-1.26 Automatically generating simple manual pages from
program o
iconv-2.0_3 Charset conversion library and utilities
imake-4.2.0_1 Imake and other utilities from XFree86
jpeg-6b_1 IJG's jpeg compression utilities
libiconv-1.8_1 A character set conversion library
libtool-1.3.4_4 Generic shared library support script
m4-1.4_1 GNU's m4
png-1.2.4 Library for manipulating PNG images
tiff-3.5.7 Tools and library routines for working with TIFF images
よろしくお願いいたします