Apache HTTPD commits

RevisionAuthorDateDescription
664706jim09 Jun 2008 09:37:13

r664705

664701jim09 Jun 2008 09:32:04

Since we are using AC_CACHE_CHECK, avoid warning
about non-cached item by adding the required _cv_

664535trawick08 Jun 2008 14:13:35

core: Fix address-in-use startup failure on some platforms caused
by attempting to set up an IPv4 listener which overlaps with an
existing IPv6 listener.

The failure occurred on the second pass of the open-logs hook in
a configuration such as the following:

Listen 8080
Listen 0.0.0.0:8081
Listen [::]:8081

During the first pass, the two port 8081 listen recs were
adjacent and existing logic prevented binding to 0.0.0.0:8081.
On the second pass, they were not adjacent and we then tried
to bind to 0.0.0.0:8081, leading to failure on some platforms
(seen on SLES 9 and Ubuntu 7.10, not seen on many other Unix-ish
platforms).

Leave a note about other unhandled configurations.

664442sctemme08 Jun 2008 01:11:31

No header files currently found in that dir, so the build fails.

664361takashi07 Jun 2008 12:03:01

* irreversable -> irreversible
* whitespace fix

664334rpluem07 Jun 2008 08:51:43

* Update transformation

664333rpluem07 Jun 2008 08:50:04

* Offer the possibility to create session cookies in the case a path is
given.

664330rpluem07 Jun 2008 08:29:27

* Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and true
to enable secure.

664253wrowe06 Jun 2008 23:13:28

Catch up to apr-util-1.3.0, build apr_ldap always, and
conditionally build DBD_LIST members.

664241wrowe06 Jun 2008 22:10:51

mod_core.h is moved

664240wrowe06 Jun 2008 22:10:32

Catch up with a host of changes to the current module set

664239wrowe06 Jun 2008 22:04:41

Signedness error

664238wrowe06 Jun 2008 21:48:05

Catch up with cache changes