ade0b8bbb0
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.
9 lines
285 B
Plaintext
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.
|