diff -r 29f154187658 -r 44a15b136f48 components/lighttpd/patches/lighttpd-conf_file.patch --- a/components/lighttpd/patches/lighttpd-conf_file.patch Wed Jun 25 00:57:56 2014 -0700 +++ b/components/lighttpd/patches/lighttpd-conf_file.patch Mon Jun 23 07:12:03 2014 -0700 @@ -1,5 +1,8 @@ ---- doc/config/lighttpd.conf 2014-01-22 05:36:22.027115196 -0800 -+++ doc/config/lighttpd.conf 2014-01-22 05:34:05.471641339 -0800 +Developed in-house, not fed back. +Solaris-specific: configuration file customization. + +--- doc/config/lighttpd.conf 2013-11-04 08:53:35.317845225 -0800 ++++ doc/config/lighttpd.conf 2013-11-04 08:52:54.468735970 -0800 @@ -13,11 +13,11 @@ ## if you add a variable here. Add the corresponding variable in the ## chroot example aswell. @@ -46,13 +49,12 @@ ## ## The value for the "Server:" response field. -@@ -124,7 +124,8 @@ +@@ -124,7 +124,7 @@ ## ## store a pid file ## -server.pid-file = state_dir + "/lighttpd.pid" -+# There must be full path in order to SMF methods work properly -+server.pid-file = "/var/lighttpd/1.4/logs/lighttpd14.pid" ++server.pid-file = log_root + "/run.pid" ## ####################################################################### @@ -92,9 +94,8 @@ ## ## mimetype mapping -116,128d121 ---- doc/config/conf.d/fastcgi.conf 2013-10-07 07:21:24.418114603 -0700 -+++ doc/config/conf.d/fastcgi.conf 2013-10-07 07:24:01.824986033 -0700 +--- doc/config/conf.d/fastcgi.conf 2013-10-07 07:21:24.418114603 -0700 ++++ doc/config/conf.d/fastcgi.conf 2013-10-07 07:24:01.824986033 -0700 @@ -22,8 +22,8 @@ #fastcgi.server = ( ".php" => # ( "php-local" =>