[jira] Resolved: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-89?page=all ] Nicolas Lehuen resolved MODPYTHON-89: - Fix Version: 3.2 Resolution: Fixed Assign To: Nicolas Lehuen I've added the function and a test case. Add new

[jira] Commented: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-89?page=comments#action_12357495 ] Nicolas Lehuen commented on MODPYTHON-89: - Added some documentation to modpython4.tex. Add new apache.exists_config_define() function.

Re: Can't compile trunk on Win

2005-11-12 Thread Jeff Trawick
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 _apr_wait_for_io_or_timeout referenced in function _send_brigade_blocking I have apr from apr/branches/1.2.x and looks

Re: ap_get_server_port differences

2005-11-12 Thread Sander Temme
On Nov 11, 2005, at 12:33 PM, Brian Akins wrote: in 2.1.9 ap_get_server_port uses the following: port = r-parsed_uri.port_str ? r-parsed_uri.port : r-connection-local_addr-port ? r-connection- local_addr-port : r-server-port ? r-server-port :

Re: Can't compile trunk on Win

2005-11-12 Thread Vadim Chekan
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 _apr_wait_for_io_or_timeout referenced in function

Re: Proper declaration for apr_wait_for_io_or_timeout() (was: Re: NWGNUmakefile update for APR1.2?)

2005-11-12 Thread Brian Pane
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 PROTECTED] wrote: Reposting to the APR list with a new

Re: ap_get_server_port differences

2005-11-12 Thread Paul Querna
Sander Temme wrote: .. Did you force it to 'Off' in 2.0? If you have it 'Off', you believe what the client sends you, or what you explicitly stashed in the server record by specifying it in the ServerName directive. In the newer server, we added the actual port the request came in on,

Re: ap_get_server_port differences

2005-11-12 Thread Sander Temme
On Nov 11, 2005, at 12:33 PM, Brian Akins wrote: in 2.1.9 ap_get_server_port uses the following: port = r-parsed_uri.port_str ? r-parsed_uri.port : r-connection-local_addr-port ? r-connection- local_addr-port : r-server-port ? r-server-port :

Console _commit() fails on Win

2005-11-12 Thread Vadim Chekan
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 valid FILE *'s, oddly