You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Patrick Anderson <Pa...@cmg.com> on 2002/09/18 16:10:23 UTC

[users@httpd] File name truncation

When displaying the contents of a UNIX directory via the browser, the file
name is truncated and ..> appended.  How can we display the full name of the
UNIX file?
How can we control what fields are displayed (currently Name, last modified
date and description)?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] File name truncation

Posted by Chris Taylor <ch...@x-bb.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I use this:

IndexOptions FancyIndexing SuppressDescription NameWidth=*
FoldersFirst

Replace your IndexOptions directive with the above in httpd.conf and
it makes things look a lot better, the main advantage being that you
ALWAYS get the full filename.

HTH

Chris Taylor - The guy with the PS2 WebServer
Email: chris@x-bb.org - PGP: http://www.x-bb.org/chris.asc

- ----- Original Message ----- 
From: "Patrick Anderson" <Pa...@cmg.com>
To: <us...@httpd.apache.org>
Sent: Wednesday, September 18, 2002 3:10 PM
Subject: [users@httpd] File name truncation


> When displaying the contents of a UNIX directory via the browser,
> the file name is truncated and ..> appended.  How can we display
> the full name of the UNIX file?
> How can we control what fields are displayed (currently Name, last
> modified date and description)?
> 
> --------------------------------------------------------------------
> - The official User-To-User support forum of the Apache HTTP Server
> Project. See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPYiK6Sqf8lmE2RZkEQLMbQCfZKh/2U96Jc9tniG6YhdV95iPWXkAn1ym
f/hd5pkP+3l0Hs6YkGy4F56x
=GHry
-----END PGP SIGNATURE-----



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org