Code

Removed openbasedir from apache.conf
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 May 2008 12:05:08 +0000 (12:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 May 2008 12:05:08 +0000 (12:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10865 594d385d-05f5-0310-b6e9-bd551577e9d8

Changelog
debian/apache.conf

index d2726941054090cf97fa43897cac6b874e272117..1c504af16fef7369fff9a634a3257f910b95765f 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,15 +2,15 @@ GOsa2 changelog
 ===============
 
 * gosa 2.5.16
-  - ridbase may be undefined in domain objects
+  - Fixed problem with undefined ridbase in domain objects
   - Fixed postremove/-create/-modify parameter expansion
-  - Updated built in smarty to 2.6.19
+  - Updated integrated smarty to 2.6.19
   - Updated saving of ppds in printer setttings
   - Fixed department tagging
-  - Fixed DNS record problem, nSRecords were not kept
+  - Fixed DNS record problem where nSRecords were not kept
   - Updated shared folder acls, keep manually set acls
-  - If host is removed, also remove its dns entry
-  - Updated setup performance
+  - Remove DNS entries for removed hosts
+  - Increased setup performance
 
 * gosa 2.5.15
   - Changed order of sys-action commandline parameters
index caff220a2aa672a1e5e4f81234465923eb592782..6744f3cc9a7d698895897d11505c14d8ac0e980a 100644 (file)
@@ -1,11 +1,10 @@
-# Configuration for GOsa using php4.
+# Configuration for GOsa
 
 # Set alias to gosa
 Alias /gosa /usr/share/gosa/html
 
 <Location /gosa>
   php_admin_flag engine on
-  php_admin_value open_basedir "/etc/gosa/:/usr/share/gosa/:/var/cache/gosa/:/var/spool/gosa/"
   php_admin_flag register_globals off
   php_admin_flag allow_call_time_pass_reference on
   php_admin_flag expose_php off