This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0fb6d62715fb0f7cf663d29d8d521c20ec3f7cbb Author: Dimitris Soumis <[email protected]> AuthorDate: Tue Feb 24 16:01:50 2026 +0200 Remove redundant module from Windows httpd.conf --- test/org/apache/tomcat/integration/httpd/HttpdIntegrationBaseTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/org/apache/tomcat/integration/httpd/HttpdIntegrationBaseTest.java b/test/org/apache/tomcat/integration/httpd/HttpdIntegrationBaseTest.java index 84b88562ba..f54c2d7cee 100644 --- a/test/org/apache/tomcat/integration/httpd/HttpdIntegrationBaseTest.java +++ b/test/org/apache/tomcat/integration/httpd/HttpdIntegrationBaseTest.java @@ -51,7 +51,6 @@ public abstract class HttpdIntegrationBaseTest extends TomcatBaseTest { """ + (JrePlatform.IS_WINDOWS ? """ - LoadModule mpm_winnt_module modules/mod_mpm_winnt.so ErrorLog "|C:/Windows/System32/more.com" """ : --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
