From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id 49FE6529F2 for ; Wed, 24 Apr 2013 19:41:18 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3OJfHFw001144 for ; Wed, 24 Apr 2013 14:41:17 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r3OJfH1I022532 for ; Wed, 24 Apr 2013 14:41:17 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Wed, 24 Apr 2013 14:41:17 -0500 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3OJfG2E022164; Wed, 24 Apr 2013 14:41:16 -0500 Date: Wed, 24 Apr 2013 15:41:15 -0400 From: Denys Dmytriyenko To: "Zhang, Hao" Message-ID: <20130424194115.GR12173@edge> References: <1366828154-17755-1-git-send-email-hzhang@ti.com> <8F29D6B095ED194EA1980491A5E029710C4328F5@DFLE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" , "Cooper Jr., Franklin" Subject: Re: [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 19:41:18 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Right, but what's with the .o? On Wed, Apr 24, 2013 at 07:26:43PM +0000, Zhang, Hao wrote: > See attached the example. > > -----Original Message----- > From: Cooper Jr., Franklin > Sent: Wednesday, April 24, 2013 3:17 PM > To: Zhang, Hao; meta-arago@arago-project.org > Subject: RE: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP > > cgi.assign = ( ".php" => "/usr/bin/php-cgi", ".cgi" => "/bin/sh", ".o" => "" ) > > Can you give an example of the .cgi and .o file that requires this change? > > > > -----Original Message----- > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > bounces@arago-project.org] On Behalf Of Zhang, Hao > > Sent: Wednesday, April 24, 2013 1:29 PM > > To: meta-arago@arago-project.org > > Subject: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi > > and .out support in Matrix PHP > > > > From: Hao Zhang > > > > --- > > .../matrix-lighttpd-config/lighttpd.conf.matrix | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd- > > config/lighttpd.conf.matrix b/meta-arago-extras/recipes- > > core/matrix/matrix-lighttpd-config/lighttpd.conf.matrix > > index 82a9fb8..2dce736 100755 > > --- a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd- > > config/lighttpd.conf.matrix > > +++ b/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config/lig > > +++ ht > > +++ tpd.conf.matrix > > @@ -137,7 +137,7 @@ $HTTP["url"] =~ "\.pdf$" { # which extensions > > should not be handle via static-file transfer # # .php, .pl, .fcgi > > are most often handled by mod_fastcgi or mod_cgi > > -static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) > > +static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".cgi", ".o" > > +) > > > > ######### Options that are good to be but not neccesary to be changed > > ####### > > > > @@ -225,7 +225,7 @@ compress.filetype = ("text/plain", > > "text/html","text/javascript","text/ > > # ) > > > > #### CGI module > > -cgi.assign = ( ".php" => "/usr/bin/php-cgi") > > +cgi.assign = ( ".php" => "/usr/bin/php-cgi", ".cgi" => "/bin/sh", > > ".o" => "" ) > > #cgi.assign = ( ".pl" => "/usr/bin/perl", > > # ".cgi" => "/usr/bin/perl" ) > > # > > -- > > 1.7.9.5 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago