https://issues.apache.org/bugzilla/show_bug.cgi?id=47211
--- Comment #20 from [email protected] 2009-05-20 21:07:36 PST --- I performed tests removing components as Nick suggested and further identified the source of the bug. Based on these results, the bug may (or may not) be located in a project complementary to Apache. Distribution downloaded from http://www.apachefriends.org/en/xampp-windows.html The following were installed: 1. XAMPP Windows 1.7.1 [Basic package] xampp-win32-1.7.1-installer.exe 2. XAMPP Add-On: Perl 5.10.0-2.2.11 xampp-win32-perl-addon-5.10.0-2.2.11-pl2-installer.exe 3. XAMPP Add-On: Tomcat 6.0.18 xampp-win32-tomcat-addon-6.0.18-2.2.11-pl1-installer.exe There are 3 lines in two default configuration files that cause this bug. The bug disappears when these 3 lines are commented out. They are related to Perl and PHP. (I did not bother to investigate at this juncture as to what portions of perl.conf are causing this): Within apache/conf/httpd.conf: Include conf/extra/perl.conf Within apache/conf/extras/httpd-xampp.conf: PHPINIDir "C:/dev/xampp/php" LoadModule php5_module "C:/dev/xampp/apache/bin/php5apache2_2.dll" I am attaching the default (unmodified) versions of httpd.conf, httpd-xampp.conf, and perl.conf for your review. It seems surprising to me that these are the culprits given that there is no perl or php in the test file. How do you suggest proceeding with the resolution of these bugs? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
