Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
|
fortgeschrittene:apache-webdav [2012/08/30 07:32] ingo_wichmann |
fortgeschrittene:apache-webdav [2012/08/30 07:57] (aktuell) ingo_wichmann |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Apache mit WebDAV ====== | ====== Apache mit WebDAV ====== | ||
| + | //encoding fix noch nicht getestet// | ||
| + | |||
| ===== Vorraussetzungen ===== | ===== Vorraussetzungen ===== | ||
| [[apache]], [[apache-ssl]] | [[apache]], [[apache-ssl]] | ||
| Zeile 9: | Zeile 11: | ||
| ===== Konfiguration ===== | ===== Konfiguration ===== | ||
| a2enmod dav* encoding | a2enmod dav* encoding | ||
| + | |||
| + | ''/etc/apache2/mods-available/encoding.conf'' : | ||
| + | |||
| + | <file> | ||
| + | # create new | ||
| + | |||
| + | EncodingEngine on | ||
| + | SetServerEncoding UTF-8 | ||
| + | DefaultClientEncoding UTF-8 CP932 EUCJP-MS | ||
| + | AddClientEncoding "Microsoft .* DAV 1.1" ASCII CP932 UTF-8 | ||
| + | AddClientEncoding "Microsoft .* DAV" UTF-8 CP932 | ||
| + | AddClientEncoding "(Microsoft .* DAV $)" UTF-8 CP932 | ||
| + | AddClientEncoding "(Microsoft .* DAV 1.1)" CP932 UTF-8 | ||
| + | AddClientEncoding "Microsoft-WebDAV*" UTF-8 CP932 | ||
| + | AddClientEncoding "RMA/*" CP932 | ||
| + | AddClientEncoding "xdwin9x/" CP932 | ||
| + | AddClientEncoding "cadaver/" UTF-8 EUCJP-MS | ||
| + | AddClientEncoding "Mozilla/" EUCJP-MS | ||
| + | </file> | ||
| mkdir -p /var/log/apache2/files.notebook25.linuxhotel.de | mkdir -p /var/log/apache2/files.notebook25.linuxhotel.de | ||