<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>Apache Lounge</title>
<link>http://www.apachelounge.com/</link>
<description>Apache Webmasters Home</description>
<managingEditor>steffen@land10web.com (Steffen)</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>en</language>
<lastBuildDate>Wed, 13 May 2026 17:42:26 GMT</lastBuildDate>
<image>
<url>http://www.apachelounge.com/images/apachelounge.png</url>
<title>Apache Lounge</title>
<link>http://www.apachelounge.com/</link>
<width>118</width>
<height>26</height>
</image>
<atom:link href="http://feeds.feedburner.com/ApacheLounge" rel="self" type="application/rss+xml" />
<item>
<title>RE: Update :: Visual C++ Redistributable VS 2015-2022</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44333#44333</link>
<pubDate>Wed, 13 May 2026 17:13:32 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44333#44333</guid>
<description>
Thanks again !&lt;br /&gt;&lt;br /&gt;Topic Replies: 28&lt;br /&gt;
</description>
<dc:creator>Steffen</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=39956#39956" />
</item>
<item>
<title>RE: Update :: Visual C++ Redistributable VS 2015-2022</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44332#44332</link>
<pubDate>Wed, 13 May 2026 15:20:08 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44332#44332</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
Updated to 14.51.36231&lt;br /&gt;&lt;br /&gt;Topic Replies: 28&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=39956#39956" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44331#44331</link>
<pubDate>Wed, 13 May 2026 05:49:28 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44331#44331</guid>
<description>
Thanks @tangent. 
&lt;br /&gt;

&lt;br /&gt;
There is no VS17 build needed.&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44330#44330</link>
<pubDate>Wed, 13 May 2026 03:44:07 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44330#44330</guid>
<description>
You have described my scenario exactly. Previous VS17 runtime installations on my Win 7 box contained the .dll files that httpd v2.4.67 (compiled with VS18) looks for. I will make it a priority to upgrade my OS since I may not be this lucky next time.
&lt;br /&gt;

&lt;br /&gt;
Thanks!&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>jmweb</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44329#44329</link>
<pubDate>Tue, 12 May 2026 21:02:34 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44329#44329</guid>
<description>
The Apache VS18 build will be looking for vcruntime140.dll (and related DLLs), so you will need an appropriate Visual C++ Redistributable package installed before it will run.
&lt;br /&gt;

&lt;br /&gt;
For you I believe the issue here is since Microsoft dropped support for Windows 7, they've updated their recent Visual C++ Redistributables to no longer install on that OS.
&lt;br /&gt;

&lt;br /&gt;
Trying assorted redistributable package downloads on a test VM instance of Windows 7 Pro (64 bit), I get the following:
&lt;br /&gt;
&lt;ul&gt;https://aka.ms/vs/16/release/vc_redist.x64.exe - V14.29 installs ok - Apache runs fine
&lt;br /&gt;
&lt;a href=&quot;https://aka.ms/vs/17/release/vc_redist.x64.exe&quot; target=&quot;_blank&quot;&gt;https://aka.ms/vs/17/release/vc_redist.x64.exe&lt;/a&gt; - V14.44 installs ok - Apache runs fine
&lt;br /&gt;
&lt;a href=&quot;https://aka.ms/vs/18/release/vc_redist.x64.exe&quot; target=&quot;_blank&quot;&gt;https://aka.ms/vs/18/release/vc_redist.x64.exe&lt;/a&gt; - V14.51 fails to install - Apache fails to run&lt;/ul&gt;So it looks like recent VS18 vc_redist installers (&amp;gt;= V14.50) are the problem.
&lt;br /&gt;

&lt;br /&gt;
The fact you've managed to install Visual Studio 18 on your Windows 7 platform, thus giving you a working vcruntime140.dll, rather confirms Microsoft haven't got round to blocking that installation yet.
&lt;br /&gt;

&lt;br /&gt;
I wouldn't expect there to be any specific stability issues, compared to other OS platforms. However, with VS18 installed, you'll obviously have a large number of additional files hanging around.
&lt;br /&gt;

&lt;br /&gt;
Either way, this workaround means there's no need for a specific VS17 build of Apache 2.4.67 from the ....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44329#44329&quot;&gt;Continue this post on  Apache Lounge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>tangent</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44328#44328</link>
<pubDate>Tue, 12 May 2026 19:39:30 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44328#44328</guid>
<description>
Yes, the VS17 box is a Win 7 machine.
&lt;br /&gt;

&lt;br /&gt;
Apache 2.4.67 (VS18) seems to be running without issues on my Windows 7 VS17 machine. I just hit my server several thousand times and it did not crash.
&lt;br /&gt;

&lt;br /&gt;
I suppose it is stable? But, I would very much prefer a VS17 build if possible. I am willing to pay via paypal.&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>jmweb</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44327#44327</link>
<pubDate>Tue, 12 May 2026 19:16:17 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44327#44327</guid>
<description>
Is the VS17 box an win7  ?&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44326#44326</link>
<pubDate>Tue, 12 May 2026 18:54:35 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44326#44326</guid>
<description>
I installed VS18 2.4.67 on my VS17 box. Apache appears to be running without issues.
&lt;br /&gt;

&lt;br /&gt;
Is this configuration reliable or is it only a matter of time until it crashes?&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>jmweb</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44325#44325</link>
<pubDate>Tue, 12 May 2026 18:35:25 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44325#44325</guid>
<description>
Thanks for being interested in helping.
&lt;br /&gt;

&lt;br /&gt;
My issue is that I am unable to install VS18 -BB full stop. I have not attempted to run 2.4.67 because of this fact. Should I try to run 2.4.67 compiled with VS18 on a VS17 installed machine?
&lt;br /&gt;

&lt;br /&gt;
&lt;img src=&quot;https://pub.jmweb.io/vs18/vs18.jpg&quot; border=&quot;0&quot; &gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>jmweb</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44324#44324</link>
<pubDate>Tue, 12 May 2026 11:48:31 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44324#44324</guid>
<description>
Please answer :
&lt;br /&gt;

&lt;br /&gt;
Does Apache starts ?
&lt;br /&gt;
Do you get errors or warnings and when ?
&lt;br /&gt;

&lt;br /&gt;
Are there more users, please reply&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44323#44323</link>
<pubDate>Tue, 12 May 2026 06:36:11 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44323#44323</guid>
<description>
I really need a VS17 version and I am willing to pay for it. I need a few months to work on upgrading my OS to be VS18 compatible.&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>jmweb</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: Mod_Security Version Update 2.9.13</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44322#44322</link>
<pubDate>Thu, 07 May 2026 07:42:16 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44322#44322</guid>
<description>
Update to 2.9.13.
&lt;br /&gt;

&lt;br /&gt;
Runs only with 2.4.67, for older versions like 2.4.66 copy the lua55.dll from 2.4.67 to your /bin
&lt;br /&gt;

&lt;br /&gt;
Changes : 
&lt;br /&gt;
&lt;a href=&quot;https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.13&quot; target=&quot;_blank&quot;&gt;https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.13&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 6&lt;br /&gt;
</description>
<dc:creator>Steffen</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=43601#43601" />
</item>
<item>
<title>RE: mod_security 2.9.13</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44321#44321</link>
<pubDate>Thu, 07 May 2026 06:41:02 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44321#44321</guid>
<description>
This is great. Thanks alot. &lt;img src=&quot;https://www.apachelounge.com/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; &gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 2&lt;br /&gt;
</description>
<dc:creator>tsmin21</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44319#44319" />
</item>
<item>
<title>RE: mod_security 2.9.13</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44320#44320</link>
<pubDate>Thu, 07 May 2026 06:33:03 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44320#44320</guid>
<description>
Yes this week.&lt;br /&gt;&lt;br /&gt;Topic Replies: 2&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44319#44319" />
</item>
<item>
<title>mod_security 2.9.13</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44319#44319</link>
<pubDate>Thu, 07 May 2026 06:10:38 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44319#44319</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
I have been using Apache Lounge for my Apache Web Server for windows and third party modules. This is my 1st post in the forum.
&lt;br /&gt;

&lt;br /&gt;
I understand that mod_security 2.9.12 has CVE and the new mod_security 2.9.13 source code has been released. May I check if Apache Lounge will be releasing the compiled module_security 2.9.13 for windows.
&lt;br /&gt;

&lt;br /&gt;
Thank you.&lt;br /&gt;&lt;br /&gt;Topic Replies: 2&lt;br /&gt;
</description>
<dc:creator>tsmin21</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44319#44319" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44318#44318</link>
<pubDate>Wed, 06 May 2026 09:20:36 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44318#44318</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- PHP 8.2.31
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.2.31.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.2.31.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.3.31
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.3.31.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.3.31.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.4.21
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.4.21.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.4.21.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.5.6
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.5.6.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.5.6.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 127&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: PHP 8.5.6, 8.4.21, 8.3.31, 8.2.31, 8.0-8.1, 7.4-7.0, 5.6-5.3</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44317#44317</link>
<pubDate>Tue, 05 May 2026 16:00:19 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44317#44317</guid>
<description>
Beware: the curl extension in the upcoming releases of PHP 8.2+ will require you to install the brotli and zstd dll's as well, if you compile the code unaltered:
&lt;br /&gt;
&lt;a href=&quot;https://github.com/winlibs/cURL/issues/26#issuecomment-4373830217&quot; target=&quot;_blank&quot;&gt;https://github.com/winlibs/cURL/issues/26#issuecomment-4373830217&lt;/a&gt;
&lt;br /&gt;
My builds will link brotli and zstd statically, so there will be no need to install those dll's.&lt;br /&gt;&lt;br /&gt;Topic Replies: 396&lt;br /&gt;
</description>
<dc:creator>Jan-E</dc:creator>
<dc:subject>Building &amp; Member Downloads</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=29661#29661" />
</item>
<item>
<title>RE: mod_xsendfile 1.0  :: updated</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44316#44316</link>
<pubDate>Tue, 05 May 2026 15:51:45 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44316#44316</guid>
<description>
Hello,
&lt;br /&gt;
after upgrading from VS17 to VS18, I am seeing an issue with UNC paths that worked correctly before.
&lt;br /&gt;
With mod_xsendfile on VS17, serving files from a UNC path works fine.
&lt;br /&gt;
With VS18, access is denied and Apache logs:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;AH10504&amp;#58; check_unc&amp;#58; UNC path //example/share/... not allowed by UNCList&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
With both VS17 and VS18, local files served through xsendfile work correctly.
&lt;br /&gt;
Simplified config (anonymized):
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;XSendFile On
&lt;br /&gt;
XSendFilePath &amp;quot;//FILESERV01/share&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;Directory &amp;quot;//FILESERV01/share&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Require all granted
&lt;br /&gt;
&amp;lt;/Directory&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
UNCList FILESERV01&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I have tried different UNCList combinations without success.
&lt;br /&gt;
Is this behavior intentional in the VS18 builds?
&lt;br /&gt;
Is there a recommended way to allow UNC paths now?
&lt;br /&gt;
Thanks&lt;br /&gt;&lt;br /&gt;Topic Replies: 6&lt;br /&gt;
</description>
<dc:creator>MIP</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=20519#20519" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44315#44315</link>
<pubDate>Tue, 05 May 2026 08:29:22 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44315#44315</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- InnoSetup installer created from the &lt;span style=&quot;font-weight: bold&quot;&gt;Apache Lounge binary&lt;/span&gt;
&lt;br /&gt;
- Apache 2.4.67
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/apache/wampserver3_x64_addon_apache2.4.67.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/apache/wampserver3_x64_addon_apache2.4.67.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 127&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: Vote HTTP 2.4.67 RC1 available</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44314#44314</link>
<pubDate>Tue, 05 May 2026 07:45:36 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44314#44314</guid>
<description>
Thanks reporting back !&lt;br /&gt;&lt;br /&gt;Topic Replies: 11&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44290#44290" />
</item>
<item>
<title>RE: VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44313#44313</link>
<pubDate>Tue, 05 May 2026 07:02:53 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44313#44313</guid>
<description>
Have no VS17 development anymore. 
&lt;br /&gt;

&lt;br /&gt;
You get a warning or error ?
&lt;br /&gt;

&lt;br /&gt;
Note from MS:
&lt;br /&gt;

&lt;br /&gt;
As of May 2026, Windows 7 is no longer supported by Microsoft, and official support for modern development tools like Visual Studio 2022 (v17.7+) has dropped Windows 7.&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>VS18 not running on Windows 7</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44312#44312</link>
<pubDate>Tue, 05 May 2026 06:31:09 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44312#44312</guid>
<description>
Is there a VS17 version available?
&lt;br /&gt;

&lt;br /&gt;
On the download page, it states that the binaries &lt;span style=&quot;font-weight: bold&quot;&gt;&amp;quot;Runs on: 7 SP1, Vista SP2, 8/8.1, 10, 11 Server 2008 SP2 / R2 SP1, Server 2012 / R2, Server 2016/2019/2022/2025.&amp;quot;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Unfortunately, VS18 cannot be installed for Win 7.&lt;br /&gt;&lt;br /&gt;Topic Replies: 10&lt;br /&gt;
</description>
<dc:creator>jmweb</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44312#44312" />
</item>
<item>
<title>RE: Vote HTTP 2.4.67 RC1 available</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44311#44311</link>
<pubDate>Tue, 05 May 2026 06:11:39 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44311#44311</guid>
<description>
figured out my issue,i recently upgraded to a new antivirus software and didnt add an exception to my httpd path,it kept deleting the files as i copied the new ones over,after exception was added apache 2.4.67 loaded right up!&lt;br /&gt;&lt;br /&gt;Topic Replies: 11&lt;br /&gt;
</description>
<dc:creator>mrdj1024</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44290#44290" />
</item>
<item>
<title>RE: HOWTO: Building extra Apache modules using CMake</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44310#44310</link>
<pubDate>Mon, 04 May 2026 15:39:31 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44310#44310</guid>
<description>
Release 1.6 includes the following build dependency update:
&lt;br /&gt;

&lt;br /&gt;
MOD_SECURITY2 (2.9.13)
&lt;br /&gt;

&lt;br /&gt;
There are no other changes to the batch file build logic.
&lt;br /&gt;

&lt;br /&gt;
Note, ModSecurity 2.9.13 supports LUA 5.5 series, but doesn't yet come with build support for CMake. An updated CMakeLists.txt file for building ModSecurity 2.9.13 (with an revised list of source files), can be downloaded from &lt;a href=&quot;https://pastebin.com/U6d6uwFy&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://pastebin.com/U6d6uwFy&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Topic Replies: 4&lt;br /&gt;
</description>
<dc:creator>tangent</dc:creator>
<dc:subject>How-to's &amp; Documentation &amp; Tips</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=43793#43793" />
</item>
<item>
<title>RE: HOWTO: Building Apache and dependencies using CMake</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44309#44309</link>
<pubDate>Mon, 04 May 2026 14:00:59 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44309#44309</guid>
<description>
Release 4.8 includes the following build dependency updates:
&lt;br /&gt;

&lt;br /&gt;
CURL (8.20.0)
&lt;br /&gt;
EXPAT (2.8.0)
&lt;br /&gt;
HTTPD (2.4.67)
&lt;br /&gt;
LUA (5.5.0)
&lt;br /&gt;
LIBXML2 (2.15.3)
&lt;br /&gt;
NGHTTP2 (1.69.0)
&lt;br /&gt;

&lt;br /&gt;
Other than release version details, there are no changes to the batch file build logic from before.
&lt;br /&gt;

&lt;br /&gt;
Note, if you use ModSecurity, the switch to LUA 5.5 series means you need ModSecurity 2.9.13, or if sticking with 2.9.12, provide lua54.dll from a previous build. This file is included in the Apache Lounge HTTPD download.&lt;br /&gt;&lt;br /&gt;Topic Replies: 109&lt;br /&gt;
</description>
<dc:creator>tangent</dc:creator>
<dc:subject>How-to's &amp; Documentation &amp; Tips</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=39754#39754" />
</item>
<item>
<title>Apache httpd 2.4.67 GA Available</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44308#44308</link>
<pubDate>Mon, 04 May 2026 13:15:12 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44308#44308</guid>
<description>
Apache httpd 2.4.67 is released as GA.
&lt;br /&gt;

&lt;br /&gt;
ASF and Apachelounge changes : &lt;a href=&quot;https://www.apachelounge.com/Changelog-2.4.html&quot; target=&quot;_blank&quot;&gt;https://www.apachelounge.com/Changelog-2.4.html&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Lot of security fixes. See the important security vulnerabilities fixed in 2.4.xx, &lt;a href=&quot;https://httpd.apache.org/security/vulnerabilities_24.html&quot; target=&quot;_blank&quot;&gt;https://httpd.apache.org/security/vulnerabilities_24.html&lt;/a&gt; .
&lt;br /&gt;

&lt;br /&gt;
Documentation: &lt;a href=&quot;http://httpd.apache.org/docs/2.4/&quot; target=&quot;_blank&quot;&gt;http://httpd.apache.org/docs/2.4/&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Build with dependencies:
&lt;br /&gt;

&lt;br /&gt;
- openssl 3.6.2
&lt;br /&gt;
- nghttp2 1.69.0
&lt;br /&gt;
- jansson 2.15.0
&lt;br /&gt;
- curl 8.20.0
&lt;br /&gt;
- apr 1.7.6
&lt;br /&gt;
- apr-util 1.6.3
&lt;br /&gt;
- apr-iconv 1.2.2
&lt;br /&gt;
- zlib 1.3.2
&lt;br /&gt;
- brotli 1.2.0
&lt;br /&gt;
- pcre2 10.47
&lt;br /&gt;
- libxml2 2.15.3
&lt;br /&gt;
- lua 5.5.0
&lt;br /&gt;
- expat 2.8.0
&lt;br /&gt;

&lt;br /&gt;
Enjoy&lt;br /&gt;&lt;br /&gt;Topic Replies: 0&lt;br /&gt;
</description>
<dc:creator>Steffen</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44308#44308" />
</item>
<item>
<title>RE: Vote HTTP 2.4.67 RC1 available</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44307#44307</link>
<pubDate>Mon, 04 May 2026 11:38:34 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44307#44307</guid>
<description>
Vote passed. 
&lt;br /&gt;

&lt;br /&gt;
Thanks for testing !&lt;br /&gt;&lt;br /&gt;Topic Replies: 11&lt;br /&gt;
</description>
<dc:creator>Steffen</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44290#44290" />
</item>
<item>
<title>RE: mod_xsendfile 1.0  :: updated</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44306#44306</link>
<pubDate>Sat, 02 May 2026 07:00:19 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44306#44306</guid>
<description>
I was a bit tired of patching the file over and over again for my build. So I made a fork on github and updated the source code. &lt;a href=&quot;https://github.com/JBlond/mod_xsendfile&quot; target=&quot;_blank&quot;&gt;https://github.com/JBlond/mod_xsendfile&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 6&lt;br /&gt;
</description>
<dc:creator>James Blond</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=20519#20519" />
</item>
<item>
<title>RE: Please report crashes or other issues or all is fine</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44305#44305</link>
<pubDate>Fri, 01 May 2026 13:36:49 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44305#44305</guid>
<description>
One change I did to fix the crashes was in 
&lt;br /&gt;
&amp;lt;IfModule mpm_winnt_module&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
Change MaxConnectionsPerChild  to 0&lt;br /&gt;&lt;br /&gt;Topic Replies: 12&lt;br /&gt;
</description>
<dc:creator>vbgamer45</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44089#44089" />
</item>
<item>
<title>RE: Vote HTTP 2.4.67 RC1 available</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44304#44304</link>
<pubDate>Wed, 29 Apr 2026 21:16:57 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44304#44304</guid>
<description>
yes &lt;img src=&quot;https://www.apachelounge.com/images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; &gt;
&lt;br /&gt;
EDIT: is it because i remove the &amp;quot;anchor&amp;quot; from my ssl certificate? 
&lt;br /&gt;
does this new release now require the bottom part of the PEM certs? before i used to edit the pem file with a notepad and remove the bottom cert.&lt;br /&gt;&lt;br /&gt;Topic Replies: 11&lt;br /&gt;
</description>
<dc:creator>mrdj1024</dc:creator>
<dc:subject>News &amp; Hangout</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44290#44290" />
</item>

</channel>
</rss>

