www/115945: [WWW server] missing mimetype: .inc does not work.

chinsan chinsan.tw at gmail.com
Thu Aug 30 08:10:06 PDT 2007


The following reply was made to PR www/115945; it has been noted by GNATS.

From: chinsan <chinsan.tw at gmail.com>
To: bug-followup at FreeBSD.org
Cc: wosch at freebsd.org, "Chin-San Huang" <chinsan at freebsd.org>
Subject: Re: www/115945: [WWW server] missing mimetype: .inc does not work.
Date: Thu, 30 Aug 2007 23:01:40 +0800

 On 8/30/07, chinsan <chinsan at freebsd.org> wrote:
 >
 > >Number:         115945
 > >Category:       www
 > >Synopsis:       [WWW server] missing mimetype: .inc does not work.
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-www
 > >State:          open
 > >Quarter:
 > >Keywords:
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Thu Aug 30 14:50:11 GMT 2007
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     chinsan
 > >Release:        FreeBSD 6.2-STABLE i386
 > >Organization:
 > Taiwan
 > >Environment:
 > System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Wed Jul 25 09:11:00 CST 2007 root at blog.homiya.com:/usr/obj/usr/src/sys/SMP i386
 >
 > >Description:
 >   lighttpd doest not include .inc file type as the default mimetypes.
 >   Therefore, it will return 403(Forbidden) error.
 
 Oh.. I found what really matters: url.access-deny instead of mime type.
 
 
 > >Fix:
 
 Remove .inc from lighttpd.conf, ie:
 -url.access-deny             = ( "~", ".inc" )
 +url.access-deny             = ( "~" )


More information about the freebsd-www mailing list