You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Zhao <wz...@gmail.com> on 2006/04/27 23:36:16 UTC

[users@httpd] Display directory using apache 2

Hi there,

I'm trying to use apache (Apache/2.0.54 (Fedora) Server) to display
directories and files, some of the files have very long file names,
currently they show up like this:

[image: [DIR]] Parent Directory
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/>           
                 -
[image: [VID]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208.RAW>
25-Apr-2006 00:52   17M
[image: [   ]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208.mzXML>
25-Apr-2006 01:16   22M
[image: [   ]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_757.xls>
25-Apr-2006 01:16   51K
[image: [IMG]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_767.dis.jpg>
25-Apr-2006 01:16   31K
[image: [IMG]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_767.dis_good.jpg>
25-Apr-2006 01:17   35K
[image: [TXT]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_767.par.txt>
25-Apr-2006 01:17   88
[image: [TXT]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_767.parwrong.txt>
25-Apr-2006 01:16   59
[image: [TXT]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_767.prob.txt>
25-Apr-2006 01:17  2.5K
[image: [TXT]] AX4870_mouseUniref10..>
<http://lin2.activx.com/lims_repos_xsite/2006/4/25/005248/AX4870_mouseUniref100_7711_9208/AX4870_mouseUniref100_7711_9208_S_767.probwrong.txt>
25-Apr-2006 01:16  1.7K



Can I configure the server somehow the full file name will be displayed?
Thanks very much in advance!

David

Re: [users@httpd] Display directory using apache 2

Posted by Joshua Slive <jo...@slive.ca>.
On 4/27/06, David Zhao <wz...@gmail.com> wrote:
>
> Hi there,
>
> I'm trying to use apache (Apache/2.0.54 (Fedora) Server) to display directories and files, some of the files have very long file names, currently they show up like this:
>
>
>  Parent Directory                             -
>
> AX4870_mouseUniref10..> 25-Apr-2006 00:52   17M
>

> Can I configure the server somehow the full file name will be displayed?
> Thanks very much in advance!

See the IndexOptions directive.  In particular, you want
IndexOptions namewidth=*

Joshua.

---------------------------------------------------------------------
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