Yes, annoying problem.
Does anyone know who to change the Apache configuration to
show more in the list?
Markus
-------------------------------------------- Managed by Request Tracker
Yes, annoying problem.
Does anyone know who to change the Apache configuration to
show more in the list?
Markus
-------------------------------------------- Managed by Request Tracker
guest user via RT wrote:
Does anyone know who to change the Apache configuration to
show more in the list?
http://httpd.apache.org/docs/mod/mod_autoindex.html#indexoptions
says:
IndexOptions directive
Syntax: IndexOptions option [option] ... (Apache 1.3.2 and earlier)
Syntax: IndexOptions [+|-]option [[+|-]option] ... (Apache 1.3.3 and later)
...
NameWidth=[n | *] (Apache 1.3.2 and later)
The NameWidth keyword allows you to specify the width of the filename column in bytes. If the keyword value is '*', then the column is automatically sized to the length of the longest filename in the display.
The above is for 1.3, but the same appears to apply to 2.0:
http://httpd.apache.org/docs-2.0/mod/mod_autoindex.html#indexoptions
--
Glynn Clements <glynn@gclements.plus.com>
On Wed, Dec 01, 2004 at 10:18:33AM +0000, Glynn Clements wrote:
guest user via RT wrote:
> Does anyone know who to change the Apache configuration to
> show more in the list?http://httpd.apache.org/docs/mod/mod_autoindex.html#indexoptions
says:
IndexOptions directive
Syntax: IndexOptions option [option] ... (Apache 1.3.2 and earlier)
Syntax: IndexOptions [+|-]option [[+|-]option] ... (Apache 1.3.3 and later)
...
NameWidth=[n | *] (Apache 1.3.2 and later)
The NameWidth keyword allows you to specify the width of the filename column in bytes. If the keyword value is '*', then the column is automatically sized to the length of the longest filename in the display.The above is for 1.3, but the same appears to apply to 2.0:
http://httpd.apache.org/docs-2.0/mod/mod_autoindex.html#indexoptions
Thanks, resolved:
http://grass.itc.it/grass57/binary/linux/snapshot/
Markus