30 | | There are many bug fixes for these components. |
| 31 | |
| 32 | 1. The current release of Apache included in MGOS is 2.2.11 which has a know issue PR 47672 (https(://issues.apache.org/bugzilla/show_bug.cgi?id=47672) |
| 33 | (Apache PR 47672: fix seg fault under load due to pool concurrency problem). |
| 34 | This Apache defect has been corrected in release 2.2.14. |
| 35 | |
| 36 | 2. If a user attempts to configure Apache/Tomcat on Windows 64bit they will want to configure Tomcat as a service (this is very important for performance reasons). The batch script to install the service appears to work, but the service fails to start under Windows Server 2008 64bit. In order to correct this, we need to install 64 bit Tomcat binaries for the 64 bit version. Now the latest build of Tomcat(6.0.26) has already included the 64 bit binaries. |