BugReports: Unterschied zwischen den Versionen
Aus rü5
imported>Meap Die Seite wurde neu angelegt: „Kategorie:Alles neue macht der Mai == Umlaute == Folgende Fehler sind mir im Zusammenhang mit den PunyCode-Domains, sowie anderen Umlaut-Schwierigkeiten a…“ |
imported>Meap |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 7: | Zeile 7: | ||
=== [[AWStats]] === | === [[AWStats]] === | ||
==== Punycode-Domains will not correctly transformed for DirCgi ==== | |||
''(@see [https://sourceforge.net/tracker/?func=detail&aid=3476996&group_id=13764&atid=113764 Bug 3476996] )'' | |||
<pre> | <pre> | ||
I've installed awstats under "https://wiki.rueckertstrasse5.cloud/awstats" which is a punycode-translated domain. | I've installed awstats under "https://wiki.rueckertstrasse5.cloud/awstats" which is a punycode-translated domain. | ||
Zeile 20: | Zeile 21: | ||
Another translation missmatch will be displayed on the main-statistic-page (see attached screenshot) | Another translation missmatch will be displayed on the main-statistic-page (see attached screenshot) | ||
</pre> | </pre> | ||
[[Image:awstats-page-encoding.png]] | |||
==== Configuration-Files could not contain UTF-8 characters ==== | |||
''(@see [https://sourceforge.net/tracker/?func=detail&aid=3477007&group_id=13764&atid=113764 Bug 3477007] )'' | |||
<pre> | |||
My awstats config file which has the name '/etc/awstats/awstats.rü5.de.conf' (UTF-8 encoded filesystem) and should be accessable via | |||
https://wiki.rueckertstrasse5.cloud/awstats/awstats.pl?config=rü5.de will show the following error-page: | |||
-------->schnipp<----------- | |||
Error: Couldn't open config file "awstats.r5.de.conf" nor "awstats.conf". Please read the documentation for directories where the configuration file should be located. | |||
- Did you use the correct URL ? | |||
.... | |||
-------->schnipp<----------- | |||
A workaround of this issue is to rename the config file to '/etc/awstats/awstats.xn--r5-xka.de.conf' and call the URL | |||
https://wiki.rueckertstrasse5.cloud/awstats/awstats.pl?config=xn--r5-xka.de | |||
</pre> | |||
[[Image:awstats-config-encoding.png]] |
Aktuelle Version vom 21. Januar 2012, 15:23 Uhr
Umlaute
Folgende Fehler sind mir im Zusammenhang mit den PunyCode-Domains, sowie anderen Umlaut-Schwierigkeiten aufgefallen, die ich entsprechend gemeldet habe
AWStats
Punycode-Domains will not correctly transformed for DirCgi
(@see Bug 3476996 )
I've installed awstats under "https://wiki.rueckertstrasse5.cloud/awstats" which is a punycode-translated domain. If I configure DirCgi="https://wiki.rueckertstrasse5.cloud/awstats" all URLs will coded as "https://xn--r145-goa3139b.de/awstats" which is not the correct one It should be coded as "https://wiki.rueckertstrasse5.cloud/awstats" (@see http://idnaconv.phlymail.de/index.php?encoded=xn--r145-goa3139b.de&decode=%3C%3C+Decode and http://idnaconv.phlymail.de/index.php?decoded=r%C3%BC5.de&idn_version=2008&encode=Encode+%3E%3E ) A workaround of this is to use DirCgi="https://wiki.rueckertstrasse5.cloud/awstats" but this is not what I'd expected Another translation missmatch will be displayed on the main-statistic-page (see attached screenshot)
Configuration-Files could not contain UTF-8 characters
(@see Bug 3477007 )
My awstats config file which has the name '/etc/awstats/awstats.rü5.de.conf' (UTF-8 encoded filesystem) and should be accessable via https://wiki.rueckertstrasse5.cloud/awstats/awstats.pl?config=rü5.de will show the following error-page: -------->schnipp<----------- Error: Couldn't open config file "awstats.r5.de.conf" nor "awstats.conf". Please read the documentation for directories where the configuration file should be located. - Did you use the correct URL ? .... -------->schnipp<----------- A workaround of this issue is to rename the config file to '/etc/awstats/awstats.xn--r5-xka.de.conf' and call the URL https://wiki.rueckertstrasse5.cloud/awstats/awstats.pl?config=xn--r5-xka.de