You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirrors@apache.org by Andreas Ernst <ae...@ae-online.de> on 2004/12/09 13:12:19 UTC

Re: new DE mirror

Joshua Slive schrieb:

>
> Andreas Ernst wrote:
>
>> URL of mirror:
>> http://www.ae-online.de/apache/
>
>
> You don't appear to have the full suggested configuration implimented. 
> For example, the "description" column is empty in the httpd directory.
>
> Joshua.
>
>
>
Hello Joshua,

i did exactly what is shown on the Apache Website:

<Directory /srv/mirrors/apache>
  IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles 
DescriptionWidth=*
  HeaderName HEADER.html
  ReadmeName README.html
  AllowOverride FileInfo Indexes
  Options Indexes SymLinksIfOwnerMatch
</Directory>

Andreas


Re: new DE mirror

Posted by Andreas Ernst <ae...@ae-online.de>.
Erik Abele schrieb:

> On 09.12.2004, at 13:12, Andreas Ernst wrote:
>
>> Joshua Slive schrieb:
>>
>>> Andreas Ernst wrote:
>>>
>>>> URL of mirror:
>>>> http://www.ae-online.de/apache/
>>>
>>>
>>> You don't appear to have the full suggested configuration 
>>> implimented. For example, the "description" column is empty in the 
>>> httpd directory.
>>>
>>> Joshua.
>>>
>> Hello Joshua,
>>
>> i did exactly what is shown on the Apache Website:
>>
>> <Directory /srv/mirrors/apache>
>>  IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles 
>> DescriptionWidth=*
>
>
> Looks correct but it seems that FoldersFirst and ScanHTMLTitles are 
> not recognized properly. Not sure, but maybe this is a problem with 
> your Apache version (2.0.49). As far as I can remember there were some 
> broken things concerning descriptions in index listings in 2.0.48...
>
> Cheers,
> Erik
>
>>  HeaderName HEADER.html
>>  ReadmeName README.html
>>  AllowOverride FileInfo Indexes
>>  Options Indexes SymLinksIfOwnerMatch
>> </Directory>
>>
>> Andreas
>
>
...meanwhile i have running Apache 2.0.50, please check again.

I just checked some other mirros, i.e.:

*http://apache.autinity.de/*
*http://www.apache.de/dist/*
*http://ftp.uni-erlangen.de/pub/mirrors/apache/*

They all look like 'my' Apache does.

regards
andreas


Re: new DE mirror

Posted by Erik Abele <er...@codefaktor.de>.
On 09.12.2004, at 13:12, Andreas Ernst wrote:

> Joshua Slive schrieb:
>> Andreas Ernst wrote:
>>
>>> URL of mirror:
>>> http://www.ae-online.de/apache/
>>
>> You don't appear to have the full suggested configuration 
>> implimented. For example, the "description" column is empty in the 
>> httpd directory.
>>
>> Joshua.
>>
> Hello Joshua,
>
> i did exactly what is shown on the Apache Website:
>
> <Directory /srv/mirrors/apache>
>  IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles 
> DescriptionWidth=*

Looks correct but it seems that FoldersFirst and ScanHTMLTitles are not 
recognized properly. Not sure, but maybe this is a problem with your 
Apache version (2.0.49). As far as I can remember there were some 
broken things concerning descriptions in index listings in 2.0.48...

Cheers,
Erik

>  HeaderName HEADER.html
>  ReadmeName README.html
>  AllowOverride FileInfo Indexes
>  Options Indexes SymLinksIfOwnerMatch
> </Directory>
>
> Andreas