Re: Patches for apr and webapp module

2004-03-29 Thread jean-frederic clere
Walter Truitt wrote: For various reasons, I wanted to compile the webapp module. I had been using it with previous versions of apache. I needed to upgrade and found I had problems compiling various combinations of the apr and webapp directories. The webapp module is depricated, try using mod_jk2.

Re: Patches for apr and webapp module

2004-03-29 Thread Walter Truitt
And for apr. -walter *** apr/network_io/unix/sockaddr.c.orig Thu Mar 4 10:17:25 2004 --- apr/network_io/unix/sockaddr.c Mon Mar 29 15:02:06 2004 *** *** 97,102 --- 97,109 } } + APR_DECLARE(apr_status_t) apr_sockaddr_port_get(apr_port_t *port, +

Re: Patches for apr and webapp module

2004-03-29 Thread Walter Truitt
Oh, so the list does not accept attachments. Bummer. Here are the patches inline. This one is for webapp. I will send the apr patch in a separate message. -walter *** webapp/lib/pr_warp_network.c.orig Tue Feb 24 02:59:09 2004 --- webapp/lib/pr_warp_network.cMon Mar 29 10:29:52 2004

Patches for apr and webapp module

2004-03-29 Thread Walter Truitt
For various reasons, I wanted to compile the webapp module. I had been using it with previous versions of apache. I needed to upgrade and found I had problems compiling various combinations of the apr and webapp directories. Since the webpage suggested checking the code out from CVS, I went ahea