Re: developer FAQ - Mailing list pgsql-docs

From Magnus Hagander
Subject Re: developer FAQ
Date
Msg-id BANLkTimoZBqkOjHjBn7FwC=iX-kjX7CA-w@mail.gmail.com
Whole thread Raw
In response to Re: developer FAQ  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-docs
On Thu, Apr 7, 2011 at 01:12, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> On 06.04.2011 18:06, Magnus Hagander wrote:
>>
>> On Tue, Apr 5, 2011 at 21:04, Alvaro Herrera<alvherre@commandprompt.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/

pgsql-docs by date:

Previous
From: gabriele.garuglieri@infoblu.it
Date:
Subject: 9.0.3 pdf manual is missing bookmarks
Next
From: Tom Lane
Date:
Subject: Re: Missing doc for operator args in alter extension