Default layout
am 09.01.2010 06:53:35 von Jos Chrispijn
I have given a user access to a text (sub)directory. Can someone tell me
how I can change the default view layout of such a directory (the
default Apache view when not using index.html?
I would like to provide a wider tab on first column and change file
specific images like Word, Excel, Word and PDF format files. Thank you.
Jos Chrispijn
------------------------------------------------------------ ---------
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: Default layout
am 09.01.2010 09:17:52 von Sean Conner
It was thus said that the Great Jos Chrispijn once stated:
> I have given a user access to a text (sub)directory. Can someone tell me
> how I can change the default view layout of such a directory (the
> default Apache view when not using index.html?
> I would like to provide a wider tab on first column and change file
> specific images like Word, Excel, Word and PDF format files. Thank you.
Check out
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#inde xoptions
which covers how to change the default width of the fields in the index
view. For the icons, check your configuration file for something like:
Alias /icons/ "/var/www/icons/"
That will indicate where the icons are stored (by a default Apache
install). Also check the directives "AddIcon" and "AddIconByType". That
should point you in the correct direction.
-spc
------------------------------------------------------------ ---------
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: Default layout
am 09.01.2010 12:22:31 von Jos Chrispijn
On 9-1-2010 9:17, Sean Conner wrote:
> Check out
Thanks, that is exactly what I needed.
Jos Chrispijn
------------------------------------------------------------ ---------
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