From: David E. W. <da...@th...> - 2003-04-02 22:34:03
|
PHPWiki-ers, Using Apache 1.3.27, the corruption issue does not appear to be resurfacing. I, very sadly, do not have the time to discover what, exactly, was wrong, but I will pass off the configuration information here to anyone who would like to examine the problem: - PHP 4.3.1 - Apache 2.0.45 [mpm_worker] or 2.0.46 [mpm_prefork] - PHPWiki 1.3.4 - MySQL 4.0.12 (I also tried on an earlier 3.x version of MySQL) - GCC 3.2 (20020822) Apache 2 PHP configuration: ==================== LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php <Files *.php> SetOutputFilter PHP SetInputFilter PHP AcceptPathInfo On </Files> ===================== I'd be happy to hear what the solution is! Yours, David Weekly |