Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2007 15:10:06 GMT
From:      chinsan <chinsan.tw@gmail.com>
To:        freebsd-www@FreeBSD.org
Subject:   Re: www/115945: [WWW server] missing mimetype: .inc does not work.
Message-ID:  <200708301510.l7UFA6vn041284@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR www/115945; it has been noted by GNATS.

From: chinsan <chinsan.tw@gmail.com>
To: bug-followup@FreeBSD.org
Cc: wosch@freebsd.org, "Chin-San Huang" <chinsan@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@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@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             = ( "~" )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708301510.l7UFA6vn041284>