You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Stepan Yakovenko <st...@novi.ru> on 2006/10/24 14:29:11 UTC

[users@httpd] Trouble with long file names'.

Hello!

I've got a problem: directories' names do not fit:

    Index of /vsv2

    Icon Name Last modified Size Description

    [DIR] Parent Directory -
    [DIR] Автопортрет (сентябр..> 11-Feb-2006 04:35 -
    [DIR] Баллады для фильма '..> 02-Feb-2006 14:24 -
    [DIR] Банька по-белому (пе..> 28-Jan-2006 01:30 -
    [DIR] Банька по-белому/ 17-Mar-2006 11:07 -
    [DIR] Бегство Мистера МакК..> 17-Mar-2006 10:42 -

(http://zeuhl.academ.org/vsv2)

Apache/2.0.55 (Debian) Server

and '>' sign appears at the end of the URL.
How can I increase maximum number of letters which fits into the URL 
without overflow?

Thank you.



---------------------------------------------------------------------
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] Trouble with long file names'.

Posted by Stepan Yakovenko <st...@novi.ru>.
Joshua!
>
> And exactly how long did you spend yourself trying to find the similar
> stuff in the 2.0 docs?  Really, try helping yourself a little.
Thank you for pointing out my incompetence.
I've just haven't manage to find mod_autoindex in my apache2.0 on my PC.
I will retry.
>
> Anyway, 2.0 and 2.2 are essentially identical in this regard.
Thank you for the information. They are.

---------------------------------------------------------------------
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] Trouble with long file names'.

Posted by Joshua Slive <jo...@slive.ca>.
On 10/24/06, Stepan Yakovenko <st...@novi.ru> wrote:
> Vincent Bray wrote:
> > On 10/24/06, Stepan Yakovenko <st...@novi.ru> wrote:
> >> Hello!
> >>
> >> I've got a problem: directories' names do not fit:
> >
> > http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions
> >
> Thank you.
> Though this refers to version 2.2 only. I have apache 2.0.

And exactly how long did you spend yourself trying to find the similar
stuff in the 2.0 docs?  Really, try helping yourself a little.

Anyway, 2.0 and 2.2 are essentially identical in this regard.

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


Re: [users@httpd] Trouble with long file names'.

Posted by Stepan Yakovenko <st...@novi.ru>.
Vincent Bray wrote:
> On 10/24/06, Stepan Yakovenko <st...@novi.ru> wrote:
>> Hello!
>>
>> I've got a problem: directories' names do not fit:
>
> http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions
>
Thank you.
Though this refers to version 2.2 only. I have apache 2.0.

Stepan.

---------------------------------------------------------------------
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] Trouble with long file names'.

Posted by Vincent Bray <no...@gmail.com>.
On 10/24/06, Stepan Yakovenko <st...@novi.ru> wrote:
> Hello!
>
> I've got a problem: directories' names do not fit:

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

-- 
noodl

---------------------------------------------------------------------
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] Trouble with long file names'.

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Flip to the table format and you'll avoid char width issues too.

IndexOptions HTMLTable

Stepan Yakovenko wrote:
> Hello!
> 
> I've got a problem: directories' names do not fit:
> 
>    Index of /vsv2
> 
>    Icon Name Last modified Size Description
> 
>    [DIR] Parent Directory -
>    [DIR] Автопортрет (сентябр..> 11-Feb-2006 04:35 -
>    [DIR] Баллады для фильма '..> 02-Feb-2006 14:24 -
>    [DIR] Банька по-белому (пе..> 28-Jan-2006 01:30 -
>    [DIR] Банька по-белому/ 17-Mar-2006 11:07 -
>    [DIR] Бегство Мистера МакК..> 17-Mar-2006 10:42 -
> 
> (http://zeuhl.academ.org/vsv2)
> 
> Apache/2.0.55 (Debian) Server
> 
> and '>' sign appears at the end of the URL.
> How can I increase maximum number of letters which fits into the URL
> without overflow?
> 
> Thank you.
> 
> 
> 
> ---------------------------------------------------------------------
> 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
> 
> 
> .
> 

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