From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Pg Docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: developer FAQ |
Date: | 2011-04-07 20:51:07 |
Message-ID: | BANLkTimoZBqkOjHjBn7FwC=iX-kjX7CA-w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Thu, Apr 7, 2011 at 01:12, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
> On 06.04.2011 18:06, Magnus Hagander wrote:
>>
>> On Tue, Apr 5, 2011 at 21:04, Alvaro Herrera<alvherre(at)commandprompt(dot)com>
>> wrote:
>>>
>>> Excerpts from Heikki Linnakangas's message of mar abr 05 14:48:56 -0400
>>> 2011:
>>>
>>>> Hmm, is the /etc/mime.types file missing or somehow strange on that
>>>> host? When I do "git instaweb" on my laptop in a clone of the repository
>>>> and navigate to that index.html, it renders fine.
>>>
>>> Possibly ...
>>
>> There is no /etc/mime.types, no.
>>
>> Is this supposed to be the one from apache? freebsd seems to stick it
>> in /usr/local/etc/apache22/mime.types - but does gitweb use it
>> natively somehow?
>
> Yes, gitweb reads /etc/mime.types. You can also set $mimetypes_file in the
> config file to read from another location.
I added:
our $mimetypes_file = '/usr/local/etc/apache22/mime.types';
but it made no difference at all.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-04-08 01:49:50 | Re: Missing doc for operator args in alter extension |
Previous Message | gabriele.garuglieri | 2011-04-07 06:15:23 | 9.0.3 pdf manual is missing bookmarks |