Maximum characters in a directory listing

Maximum characters in a directory listing

am 27.07.2009 22:27:02 von John Sherling

--000e0cd21796d57b58046fb5c6d0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

I'm running Apache server 1.3.33 on Darwin 7.9.0. We have directory listings
turned on, and when we use a browser to view the contents of a directory,
any characters beyond the 20th in a file or folder name get truncated and
"..>" get added in place of the remaining characters.
Is there a setting to increase the number of file/folder name characters
displayed in a file or folder name?

Many thanks...

--000e0cd21796d57b58046fb5c6d0
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I'm running Apache server 1.3.33 on Darwin 7.9.0. We have directory lis=
tings turned on, and when we use a browser to view the contents of a direct=
ory, any characters beyond the 20th in a file or folder name get truncated =
and "..>" get added in place of the remaining characters.



Is there a setting to increase the number of file/folder nam=
e characters displayed in a file or folder name?

Many thanks...


--000e0cd21796d57b58046fb5c6d0--

Re: Maximum characters in a directory listing

am 27.07.2009 22:47:05 von Eric Covener

On Mon, Jul 27, 2009 at 4:27 PM,
sf.techguy@gmail.com wrote:
> I'm running Apache server 1.3.33 on Darwin 7.9.0. We have directory listings
> turned on, and when we use a browser to view the contents of a directory,
> any characters beyond the 20th in a file or folder name get truncated and
> "..>" get added in place of the remaining characters.
> Is there a setting to increase the number of file/folder name characters
> displayed in a file or folder name?
> Many thanks...

IndexOptions DescriptionWidth

http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#inde xoptions

("best width" is a bit confusing, provide a big number of *)
--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Maximum characters in a directory listing

am 27.07.2009 22:48:01 von Eric Covener

On Mon, Jul 27, 2009 at 4:47 PM, Eric Covener wrote:
> On Mon, Jul 27, 2009 at 4:27 PM,
> sf.techguy@gmail.com wrote:
>> I'm running Apache server 1.3.33 on Darwin 7.9.0. We have directory listings
>> turned on, and when we use a browser to view the contents of a directory,
>> any characters beyond the 20th in a file or folder name get truncated and
>> "..>" get added in place of the remaining characters.
>> Is there a setting to increase the number of file/folder name characters
>> displayed in a file or folder name?
>> Many thanks...
>
> IndexOptions DescriptionWidth
>
> http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#inde xoptions
>
> ("best width" is a bit confusing, provide a big number of *)

Forgot about your 1.3, but looks just as applicable.

> --
> Eric Covener
> covener@gmail.com
>



--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Maximum characters in a directory listing

am 27.07.2009 22:53:29 von aw

sf.techguy@gmail.com wrote:
> I'm running Apache server 1.3.33 on Darwin 7.9.0. We have directory listings
> turned on, and when we use a browser to view the contents of a directory,
> any characters beyond the 20th in a file or folder name get truncated and
> "..>" get added in place of the remaining characters.
> Is there a setting to increase the number of file/folder name characters
> displayed in a file or folder name?
>
Not directly.
But you can provide your own script to generate these directory
listings, as follows :

DirectoryIndex /cgi-bin/index.pl

(e.g.)
In index.pl, you can do what you want.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Maximum characters in a directory listing

am 27.07.2009 22:56:03 von aw

André Warnier wrote:
> sf.techguy@gmail.com wrote:
>> I'm running Apache server 1.3.33 on Darwin 7.9.0. We have directory
>> listings
>> turned on, and when we use a browser to view the contents of a directory,
>> any characters beyond the 20th in a file or folder name get truncated and
>> "..>" get added in place of the remaining characters.
>> Is there a setting to increase the number of file/folder name characters
>> displayed in a file or folder name?
>>
> Not directly.
> But you can provide your own script to generate these directory
> listings, as follows :
>
> DirectoryIndex /cgi-bin/index.pl
>
> (e.g.)
> In index.pl, you can do what you want.
>
Ooops, I missed the link here.
http://httpd.apache.org/docs/2.2/mod/mod_dir.html


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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