Mauri Ferrandin wrote:
>
> Algu�m sabe se tem como fazer para que o apache mostre o nome inteiro
> do arquivo em um diret�rio com a op��o Indexes ativada como por exemplo,
> este meu
>
> http://www.unerj.br/apostilas/administracao/
>
> Onde e como posso configurar est� sa�da ?
Um pequeno exerto do meu httpd.conf. Veja mais em
http://httpd.apache.org/docs/mod/mod_autoindex.html
-------------------------------------
#
# Directives controlling the display of server-generated directory
listings.
#
#IndexOrderDefault Ascending|Descending Name|Date|Size|Description
#IndexOrderDefault Ascending Date
IndexOptions FancyIndexing
#IndexOptions IconsAreLinks
IndexOptions FoldersFirst
IndexOptions NameWidth=*
# ^^^^^^^^^^^^^^^^^^^^^^
# O que voce quewr esta aqui, Mauri :)
IndexOptions DescriptionWidth=*
# ReadmeName is the name of the README file the server will look for by
default, and append to directory listings.
# HeaderName is the name of a file which should be prepended to
directory indexes.
#
# The server will first look for name.html and include it if found.
# If name.html doesn't exist, the server will then look for name.txt and
include it as plaintext if found.
ReadmeName README
HeaderName HEADER
# IndexIgnore is a set of filenames which directory indexing should
ignore
# and not include in the listing. Shell-style wildcarding is permitted.
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
-------------------------------------
--
------------------------ __ o mailto:[EMAIL PROTECTED]
P@ulo Roberto Bagatini _`\<, http://www.ceat.net/~arkanon/
-=---=---==---=---=- ( )/( ) UIN# 3478930 -- LinuxUser# 102514
Lajeado - RS - Brasil ----------- Phone# +55 51 3714 4123
----------------------------------------------------------------------
Assinantes em 06/09/2001: 2313
Mensagens recebidas desde 07/01/1999: 131321
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista:
mailto:[EMAIL PROTECTED]