All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP
@ 2013-04-24 18:29 hzhang
  2013-04-24 19:16 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 31+ messages in thread
From: hzhang @ 2013-04-24 18:29 UTC (permalink / raw)
  To: meta-arago

From: Hao Zhang <hzhang@ti.com>

---
 .../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/lighttpd.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



^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2013-08-08  8:02 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-24 18:29 [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP hzhang
2013-04-24 19:16 ` Cooper Jr., Franklin
2013-04-24 19:21   ` Denys Dmytriyenko
2013-04-24 19:26   ` Zhang, Hao
2013-04-24 19:40     ` Cooper Jr., Franklin
2013-04-25  0:51       ` Zhang, Hao
2013-04-25 23:42         ` Cooper Jr., Franklin
2013-04-24 19:41     ` Denys Dmytriyenko
2013-08-01  5:33       ` error while building yocto for am335x siva
2013-08-01  8:09         ` Maupin, Chase
2013-08-01  8:47           ` Sivaprasad Pala (RBEI/EAA1)
2013-08-01  8:57             ` Maupin, Chase
2013-08-01 14:17               ` Denys Dmytriyenko
2013-08-07  8:05                 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07  9:28                   ` Maupin, Chase
2013-08-07 11:41                     ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:03                       ` Maupin, Chase
2013-08-07 12:14                         ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:16                           ` Maupin, Chase
2013-08-07 12:19                             ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:22                               ` Maupin, Chase
2013-08-07 12:33                                 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:43                                   ` Maupin, Chase
2013-08-07 12:53                                     ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 14:24                                       ` Denys Dmytriyenko
2013-08-07 16:31                                         ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 16:57                                           ` Denys Dmytriyenko
2013-08-08  8:02                                             ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:43                                   ` Maupin, Chase
2013-08-07 12:19                           ` Maupin, Chase
2013-08-07 12:22                             ` Sivaprasad Pala (RBEI/EAA1)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.