Default layout

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Jos Chrispijn [ Sa, 09 Januar 2010 06:53 ] [ ID #2028238 ]

Re: Default layout

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Sean Conner [ Sa, 09 Januar 2010 09:17 ] [ ID #2028241 ]

Re: Default layout

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Jos Chrispijn [ Sa, 09 Januar 2010 12:22 ] [ ID #2028242 ]
Webserver » gmane.comp.apache.user » Default layout

Vorheriges Thema: Win 64 installation package
Nächstes Thema: Problem connecting to apache webservices URL from .Net code