This is a discussion on IndexOptions within the Apache Web Server forums, part of the Web Server and Related Forums category; For some reason, when I updated to Apache 2.2, the directory listings do not show any file modified dates. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
For some reason, when I updated to Apache 2.2, the directory listings do not
show any file modified dates. I want to show the last modified date in Apache 2.2. Can anyone tell me how to do it? In C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra\httpd-autoindex.conf shows: # IndexOptions: Controls the appearance of server-generated directory # listings. # IndexOptions FancyIndexing HTMLTable VersionSort Thanks in advance |
|
|||
|
"Norman Bates" <dj@nospam.com> wrote in message news:jeidnWcHK8eSEHTZnZ2dnUVZ_o6dnZ2d@is.co.za... > For some reason, when I updated to Apache 2.2, the directory listings do > not > show any file modified dates. I want to show the last modified date in > Apache 2.2. Can anyone tell me how to do it? In C:\Program Files\Apache > Software Foundation\Apache2.2\conf\extra\httpd-autoindex.conf shows: > > # IndexOptions: Controls the appearance of server-generated directory > # listings. > # > IndexOptions FancyIndexing HTMLTable VersionSort > > Thanks in advance > > I can't say how windows does things, but for linux this works for me httpd.conf <IfModule mod_autoindex.c> IndexOptions FancyIndexing VersionSort NameWidth=* ...and then all the icon mapping I know there is an inconsistency in win98 and xp on how they store and update the filedates; perhaps some of the problem is there. Stuart |
| Thread Tools | |
| Display Modes | |
|
|