Needless to say, that ldap and authnz-ldap are very important. If it's not included, you'll be forcing many users to be building these modules. And I can tell you, that will be a nightmare with the many ldap libraries out there and the incompatibilities in them. If I recall, PHP only builds with openldap. It would be great if you can include openldap - then ldap support in apache and php can use it and it will make life easy.
We should add mod_jk - there are still quite a lot of users using it (see the comments in http://blogs.sun.com/shanti/entry/building_mod_jk) Other modules that are a must : mod_perl, mod_php. Shanti Arvind Srinivasan wrote: > Following Jyri's lead, I was looking at the various flags used to configure > Apache 2.x in the Cool Stack 1.1 build vs. the one in the SFW project > (PSARC/2007/169). The table below summarizes the information. > > I'm sending this out both to record the current information as well as > to solicit input on which other features/flags we should enable/disable. > > CoolStack 1.1 source: > http://src.opensolaris.org/source/xref/webstack/webstack/trunk/src/httpd-2.2.3/make_solaris.sh > > SFW source: > http://cvs.opensolaris.org/source/xref/sfw/usr/src/cmd/apache2/Makefile.sfw > > > Cool Stack SFW > 1.1 > 2007/169 > ============================================================================== > --enable-authnz_ldap X > --enable-cache X X > --enable-deflate X X > --enable-disk-cache X > --enable-file-cache X > --enable-layout=Solaris-Apache2 X > --enable-ldap X > --enable-mem-cache X X > --enable-mods-shared=all X X > --enable-proxy X > --enable-proxy-ajp X > --enable-proxy-balancer X > --enable-proxy-connect X > --enable-proxy-ftp X > --enable-proxy-http X > --enable-rule=SSL_EXPERIMENTAL X X > --enable-so X > --enable-ssl X X > --enable-suexec X X > --with-ldap X > --with-mpm=prefork X X > --with-mpm=worker > --with-ssl=/usr/sfw X X > --with-z=/usr X > > Thanks, > Arvi > _______________________________________________ > webstack-discuss mailing list > webstack-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
