You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jos Chrispijn <ap...@webrz.net> on 2010/01/09 06:53:35 UTC

[users@httpd] 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@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] Default layout

Posted by Jos Chrispijn <ap...@webrz.net>.
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@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] Default layout

Posted by Sean Conner <sp...@conman.org>.
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#indexoptions

  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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org