Re: svn commit: r1451633 - in /httpd/httpd/trunk: include/ap_mmn.h modules/proxy/mod_proxy.h modules/proxy/proxy_util.c

2013-03-02 Thread Gregg Smith (gsmith)

On 3/2/2013 11:21 AM, Guenter Knauf wrote:

Am 02.03.2013 15:12, schrieb Jim Jagielski:

Is there any way you could add the #ifdef stuff? Since I lack
a Windows and/or NetWare system, it would be better, I think,
if someone who did actually fixed this instead of us simply
removing it, and the person who fixed it was able to test
the fix :)

sure ...
1st it breaks here:

CC   proxy_util.c
### mwccnlm Compiler:
#File: proxy_util.c
# -
#2405:  const socklen_t addrlen = APR_OFFSETOF(struct 
sockaddr_un, sun_path)

#   Error:  ^^^
#   ';' expected
#   Too many errors printed, aborting program

this is because it should be apr_socklen_t; but when I fix this then 
next is with the struct sockaddr_un ...


I've just ifdef'd this problemaric function which makes proxy_util.c 
compile again for NetWare; lets see what Gregg says for Windows ...

http://svn.apache.org/r1451921


Compiles fine on Windows




Re: Proposed Lua backport for 2.4

2013-03-08 Thread Gregg Smith (gsmith)

On 3/8/2013 11:49 AM, Daniel Gruno wrote:

for testing the LuaMapHandler (which no one uses*cough*).


I tried a week or two ago after finding an example using it, then 
quickly found out it had disappeared thanks to a commit logged "remove 
some debug logging which snuck in," which snuck out a lot more than 
debug logging, then happily backported.


I was going to bring it up, but your post AC email came through.

Gregg