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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Modules move home, mod_xml2enc and mod_proxy_html to Apache
Author
Steffen
Moderator


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

PostPosted: Fri 28 Oct '11 11:39    Post subject: Modules move home, mod_xml2enc and mod_proxy_html to Apache Reply with quote

Niq has announced that he donated mod_xml2enc and mod_proxy_html to Apache. They will feature as standard in webserver releases from the forthcoming 2.4.0.


See: http://bahumbug.wordpress.com/2011/10/28/modules-move-home/


Steffen
Back to top
James Blond
Moderator


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

PostPosted: Fri 28 Oct '11 13:57    Post subject: Reply with quote

Not sure if that is a third party anymore Wink

However now libxml2 is required for building apache. Do you know where it might be placed in the source tree? srclib like the others?
Back to top
Steffen
Moderator


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

PostPosted: Fri 28 Oct '11 15:08    Post subject: Reply with quote

Do not know now, believe that the source is placed in modules/proxy.

yep the depencies are growing fast, for 2.4 we have already extra Pcre, libxml2, Lua.

Steffen
Back to top
James Blond
Moderator


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

PostPosted: Fri 28 Oct '11 16:59    Post subject: Reply with quote

Steffen wrote:

yep the depencies are growing fast, for 2.4 we have already extra Pcre, libxml2, Lua.


What about OpenSSL and Zlib? Just to have it complete.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 28 Oct '11 22:26    Post subject: Reply with quote

OpenSSL and Zlib are not a dependency to get Apache built. OpenSLL only becomes a dependency if you want mod_ssl, Zlib if you want mod_deflate, LUA I would not call a dependency either since it is only needed for mod_lua. And now libxml2 for mod_proxy & xlm2enc, still not a dependency as Apache will compile without it. APR, APR-Util/Iconv and pcre are still the only real dependencies as you cannot have Apache at all without them.

I have the build bits for this already, almost Wink It will be looked for in srclib/libxml2/include and srclib/libxml2/win32/bin.msvc, so just build libxml2 in the srclib folder.
Back to top
Steffen
Moderator


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

PostPosted: Sun 30 Oct '11 12:48    Post subject: Reply with quote

You are right too, all depends on of the definition of dependency.

Steffen
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 03 Nov '11 2:23    Post subject: Reply with quote

r1196876 & r1196883 is the build bits. As stated, srclib\libxml2
Back to top


Reply to topic   Topic: Modules move home, mod_xml2enc and mod_proxy_html to Apache View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules