openbsd-ports/www/mod_encoding/pkg/MESSAGE
ajacoutot ade0b8bbb0 Import mod_encoding-20021209
This module improves non-ascii filename interoperability of Apache
(and mod_dav).

It seems many WebDAV clients send filename in its platform-local
encoding.  But since mod_dav expects everything, even HTTP request line,
to be in UTF-8, this causes an interoperability problem.

This module adds following directives:
EncodingEngine, SetServerEncoding, AddClientEncoding,
DefaultClientEncoding, and NormalizeUsername.
2008-03-17 11:28:38 +00:00

9 lines
285 B
Plaintext

To finish the install of ${PKGNAME}, you need
to enable the module using the following command
${PREFIX}/sbin/${MODAPACHE_ENABLE}
If you already have Apache running on your machine, you should not use
"apachectl restart" - instead, you should fully stop and then start the
server.