logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> News & Hangout View previous topic :: View next topic
Reply to topic   Topic: Binary 2.3.13 public beta available for testing
Author
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Sun 03 Jul '11 13:51    Post subject: Binary 2.3.13 public beta available for testing Reply with quote

It is now a good time that we as community start testing the upcoming 2.4.

Download removed, new version available


Sofar:

- mod_ldap not included
- php only with mod_fcgid (php team is going to introduce a php5apache2_4.dll soon)
- watchdog issues (not important now)
- When run in DOS box, not shutting down when closing window, as service no problem
- AcceptFilter http(s) screwing apache up
-
- more


Hope you give it a shot,

Steffen


Documentation:

Overview of new features in Apache HTTP Server 2.4 : http://httpd.apache.org/docs/2.3/new_features_2_4.html

Upgrading to 2.4 from 2.2 : http://httpd.apache.org/docs/trunk/upgrading.html

Beta Download, Official Announcement and ChangeLog : http://httpd.apache.org/download.cgi#apache23
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Mon 04 Jul '11 20:09    Post subject: Reply with quote

Two other things I noticed:

The directive Win32DisableAcceptEx is gone

Looks like the following has the same effect:

AcceptFilter http none
AcceptFilter https none


SSLSessionCache: 'shm' not supported. In the shipped ssl.conf the following line is there:
SSLSessionCache "shmcb:c:/Apache23/logs/ssl_scache(512000)"

But that does not work, get the error:
SSLSessionCache: 'shm' session cache not supported (known names: )

The docu says: mod_ssl can now be configured to share SSL Session data between servers through memcached

But I have no clue, how to do that ?


Steffen
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Tue 05 Jul '11 10:29    Post subject: Reply with quote

Do you load mod_socache_shmcb?
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Tue 05 Jul '11 11:51    Post subject: Reply with quote

Yea, that did the trick. Was already informed by the dev list.

Steffen
Back to top


Reply to topic   Topic: Binary 2.3.13 public beta available for testing View previous topic :: View next topic
Post new topic   Forum Index -> News & Hangout