You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/06/19 21:50:38 UTC

DO NOT REPLY [Bug 45239] New: Incorrect display of listing of the catalogue .

https://issues.apache.org/bugzilla/show_bug.cgi?id=45239

           Summary: Incorrect display of listing of the catalogue.
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: john-@mail.ru


Created an attachment (id=22146)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22146)
On the image wrong display of page is designated.

When at the catalogue there are files which names in other encodings, the
apache incorrectly processes names of files and the file-list spoils.

On a picture it is shown, how the apache cuts down names of files in the
windows-1251 (cyrillic) encoding and spoils the table.

#Fragment from a conf-file:
Alias /upd/ "C:/Upd/" 
<Directory "C:/Upd/">
    Options Indexes FollowSymLinks Includes
    IndexOptions FancyIndexing SuppressHTMLPreamble XHTML FoldersFirst
SuppressDescription 
    AllowOverride None
    Order allow,deny
    Allow from all
    HeaderName /HEADER.shtml
    ReadmeName /README.shtml
</Directory>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45239] Incorrect display of listing of the catalogue.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45239


Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Eric Covener <co...@gmail.com>  2008-06-19 13:04:25 PST ---
Apache doesn't guess the character set of filenames, try setting IndexOptions
Charset=windows-1251 or take the question to a support forum:

http://httpd.apache.org/lists.html#http-users


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org