Re: svn commit: r332958 - /httpd/httpd/branches/2.2.x/docs/manual/style/build.properties

2005-11-13 Thread Justin Erenkrantz
On Sun, Nov 13, 2005 at 10:37:47AM -, [EMAIL PROTECTED] wrote: # (pending) httpd version -httpd.version=2.1.9 +httpd.version=2.2.0 So, what exactly does this do? It'd be really nice to have just one place to change the version number. But, even after chasing this property for a while, I

Re: svn commit: r332958 - /httpd/httpd/branches/2.2.x/docs/manual/style/build.properties

2005-11-13 Thread André Malo
* Justin Erenkrantz wrote: On Sun, Nov 13, 2005 at 10:37:47AM -, [EMAIL PROTECTED] wrote: # (pending) httpd version -httpd.version=2.1.9 +httpd.version=2.2.0 So, what exactly does this do? This is more or less informal. It's taken to create the file names for offline packages

Re: svn commit: r332958 - /httpd/httpd/branches/2.2.x/docs/manual/style/build.properties

2005-11-13 Thread Justin Erenkrantz
On Sun, Nov 13, 2005 at 11:58:09AM +0100, Andr Malo wrote: Good point. I haven't figured out yet a way to unify the code and docs trees in this regard (docco folks typically have only the docs tree checked out). I honestly don't care if it is unified. A single value to change in the docs tree

Re: ap_get_server_port differences

2005-11-13 Thread Ruediger Pluem
On 11/12/2005 06:46 PM, Sander Temme wrote: [..cut..] What bit you is probably the change in default value for UseCanonicalName? Used to be On by default, now it's Off. Try flicking that switch. I saw that it is now set to off in the default configuration files, but the behaviour of

Re: svn commit: r332958 - /httpd/httpd/branches/2.2.x/docs/manual/style/build.properties

2005-11-13 Thread André Malo
* Justin Erenkrantz wrote: On Sun, Nov 13, 2005 at 11:58:09AM +0100, Andr Malo wrote: Good point. I haven't figured out yet a way to unify the code and docs trees in this regard (docco folks typically have only the docs tree checked out). I honestly don't care if it is unified. A single

APR_FIND_APR and minimum version

2005-11-13 Thread Colm MacCarthaigh
The APR_FIND_APR (and _APU) macro hunts for an installed apr with the specified major version number, but then later we use APACHE_CHECK_APxVER to insist on a minor version too. Wouldn't it make more sense for the APR_FIND_APR macro to only return aprs of the minimum version we will use anyway?

apr_wait_for_io_or_timeout() decl in apr_support.h which is in public include directory

2005-11-13 Thread Jeff Trawick
On 11/12/05, Brian Pane [EMAIL PROTECTED] wrote: On Nov 11, 2005, at 6:21 PM, Jeff Trawick wrote: On 11/11/05, Brad Nicholes [EMAIL PROTECTED] wrote: On 11/11/2005 at 1:40:32 pm, in message [EMAIL PROTECTED], Jeff Trawick [EMAIL PROTECTED] wrote: On 11/11/05, Brad Nicholes [EMAIL

Re: ap_get_server_port differences

2005-11-13 Thread Jim Jagielski
Ruediger Pluem wrote: if (d-use_canonical_name == USE_CANONICAL_NAME_OFF || d-use_canonical_name == USE_CANONICAL_NAME_DNS) { /* With UseCanonicalName off Apache will form self-referential * URLs using the hostname and port supplied by the client if *

Re: ap_get_server_port differences

2005-11-13 Thread Jim Jagielski
Sander Temme wrote: In the other case, UseCanonicalName On which was default in the 2.0 branch, we look first in the server_rec and then in the connection. You could possibly make a case for having the search order in the top of the if clause match the one in the bottom. This against

Re: ap_get_server_port differences

2005-11-13 Thread Ruediger Pluem
On 11/13/2005 05:16 PM, Jim Jagielski wrote: This is something that is documented as a change in 2.0 - 2.1/2.2 as well as something that was discussed when the change was made. I suggested, iirc, some other UCN option which emulated the 2.0 behavior... This is, I believe, still the right

Re: Can't compile trunk on Win

2005-11-13 Thread Brian Pane
On Nov 12, 2005, at 2:21 PM, Vadim Chekan wrote: On 11/12/05, Jeff Trawick [EMAIL PROTECTED] wrote: On 11/12/05, Vadim Chekan [EMAIL PROTECTED] wrote: Hi all, I've tryed to compile httpd/trunk and got an error: core_filters.obj : error LNK2019: unresolved external symbol

Bug report for Apache httpd-1.3 [2005/11/13]

2005-11-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2005/11/13]

2005-11-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Console _commit() fails on Win

2005-11-13 Thread William A. Rowe, Jr.
Vadim Chekan wrote: Hi all, I'm having assertion failed at server/mpm/winnt/nt_eventlog.c: mpm_nt_eventlog_stderr_open() ... /* Flush stderr and unset its buffer, then commit and replace stderr. * This is typically a noop for Win2K/XP since services with NULL std * handles [but