From 03bd0a0c4f626285290f4097a7cf5261a5645ff3 Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Thu, 13 Oct 2011 18:16:43 -0700 Subject: [PATCH] read additional ini files from /app/www --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index b0d153087..4a3976760 100755 --- a/bin/compile +++ b/bin/compile @@ -61,6 +61,7 @@ touch /app/apache/logs/access_log tail -F /app/apache/logs/error_log & tail -F /app/apache/logs/access_log & export LD_LIBRARY_PATH=/app/php/ext +export PHP_INI_SCAN_DIR=/app/www echo "Launching apache" exec /app/apache/bin/httpd -DNO_DETACH EOF