From: opensides Date: Tue, 2 Jun 2009 21:51:32 +0000 (+0000) Subject: - Added php5 apache module test debian bug #523461 & GOsa bug #650 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7a498baa2f68e299206798d6c1ac502444010d31;p=gosa.git - Added php5 apache module test debian bug #523461 & GOsa bug #650 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@13691 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/Changelog b/Changelog index 365b6c9ee..f529fc0c5 100644 --- a/Changelog +++ b/Changelog @@ -9,6 +9,7 @@ GOsa2 changelog * Added finish debconf template (closes:#501937) * Added russian debconf template (closes:#502888) * Missing attributes in group ACL menu (closes:528179) + * Added test in apache for php5 apache module presence (closes:523461) * Cleaned debian packaging * Updated German Translation. * Applied patch to allow selecting the primary Group when copying users diff --git a/debian/apache.conf b/debian/apache.conf index 6744f3cc9..032c71875 100644 --- a/debian/apache.conf +++ b/debian/apache.conf @@ -3,14 +3,25 @@ # Set alias to gosa Alias /gosa /usr/share/gosa/html - - php_admin_flag engine on - php_admin_flag register_globals off - php_admin_flag allow_call_time_pass_reference on - php_admin_flag expose_php off - php_admin_flag zend.ze1_compatibility_mode off - php_admin_flag register_long_arrays off - php_admin_flag magic_quotes_gpc on - #include /etc/gosa/gosa.secrets - + + + php_admin_flag engine on + php_admin_flag register_globals off + php_admin_flag allow_call_time_pass_reference off + php_admin_flag expose_php off + php_admin_flag zend.ze1_compatibility_mode off + php_admin_flag register_long_arrays off + php_admin_flag magic_quotes_gpc on +# include /etc/gosa/gosa.secrets + + +# +# PHP_Fix_Pathinfo_Enable 1 +# +# Options +ExecCGI +# AddHandler fcgid-script .php +# FCGIWrapper /var/www/php-fcgi/php-fcgi-starter .php +# include /etc/gosa/gosa.secrets +# +# diff --git a/debian/changelog b/debian/changelog index a8879047f..8a21354d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,11 +7,12 @@ gosa (2.5.19-1) unstable; urgency=low * Added finish debconf template (closes:#501937) * Added russian debconf template (closes:#502888) * Missing attributes in group ACL menu (closes:528179) + * Added test in apache for php5 apache module presence (closes:523461) * Cleaned debian packaging * Updated German Translation. * Applied patch to allow selecting the primary Group when copying users * Added a section how to report a bug - * Added Benoit Mortier as maintener + * Added Benoit Mortier as uploader -- Benoit Mortier Fri, 29 May 2009 18:23:00 +0100