Building for NetWare /1 - For Your Consideration

2015-07-24 Thread NormW
Hi, The NetWare Gurus seem to be on holidays. For your consideration: Index: modules/cache/NWGNUsocachshmcb === --- modules/cache/NWGNUsocachshmcb (revision 1692595) +++ modules/cache/NWGNUsocachshmcb (working copy) @@ -28,

C89-ify a recent change to h2_io_set.c

2015-08-19 Thread NormW
G/Evening (Is here) A very small tweak is proposed for: httpd-trunk\modules\http2\h2_io_set.c to keep the C89-ers in their seats. The svn diff looks like: Index: modules/http2/h2_io_set.c === --- modules/http2/h2_io_set.c (revisio

httpd-trunk\modules\http2\h2_session.c Mystery

2015-08-20 Thread NormW
Hi, My compiler (no names) is vastly smarter than I at understanding C, but I can't tell if the following 'error' is drivel or just over my head; #File: h2_session.c # - # 512:nghttp2_session_callbacks_set_on_invalid_frame_recv_callback(*pcb, on_invalid_frame_recv_c

Re: httpd-trunk\modules\http2\h2_session.c Mystery

2015-08-20 Thread NormW
On 20/08/2015 8:39 PM, Yann Ylavic wrote: Hi, On Thu, Aug 20, 2015 at 11:56 AM, NormW wrote: #File: h2_session.c # - # 512:nghttp2_session_callbacks_set_on_invalid_frame_recv_callback(*pcb, on_invalid_frame_recv_cb) # Error: ^ # illegal implicit conversion

modules\http2 - H2Engine directive?

2015-08-23 Thread NormW
Hi, The 'H2Engine on' directive is identified in the Readme.h2 as the most important, but except for a number of 'Directive' lists and a h2.conf template file. this appears to be unknown within the http2 C source or the 'manual'(en) reference for mod_h2. Is this directive something of the past

Re: modules\http2 - H2Engine directive?

2015-08-24 Thread NormW
PM, Stefan Eissing wrote: Ni Norm, yes, I removed it last week and though I removed it from the doc xml as well. Seems I forgot the Readme. Will fix soon. Sorry for any confusion. //Stefan Am 24.08.2015 um 05:53 schrieb NormW : Hi, The 'H2Engine on' directive is identified in the

modules\http2 - structure initializing.

2015-08-25 Thread NormW
G/Morning, Herewith an svn diff that implements line-by-line initialization of three structures (no idea if there's a technical term for it) in place of the list method now used, e.g struct x = { , , , }. I acknowledge upfront that 'my' somewhat dated compiler cannot handle the list method, w

Re: modules\http2 - structure initializing.

2015-08-26 Thread NormW
e. Regards, Norm On 27/08/2015 1:26 AM, Stefan Eissing wrote: Hi Norm, I think these type of assignments are part of the C90 standard. I am not sure we want to support a compiler that cannot cope with that, but I may be to green to know that. What platform is this on exactly? //Stefan Am 26.08.

Re: modules\http2 - structure initializing.

2015-08-26 Thread NormW
Whinnnie! (eq Equine 'Thanks') On 27/08/2015 7:31 AM, Stefan Eissing wrote: I will apply the proposed change tomorrow. keep the old horse happy. //stefan Am 26.08.2015 um 23:18 schrieb NormW : G/Morning I think, As Bill correctly guesses in a following mail, 'my' OS is

Re: modules\http2 - H2Engine directive?

2015-08-27 Thread NormW
Good evening, Just a 'guess' Use a Protocols directive in one vhost that doesn't have h2 and dirivitives Norm On 27/08/2015 6:22 PM, jean-frederic clere wrote: On 08/24/2015 10:06 AM, Stefan Eissing wrote: Ni Norm, yes, I removed it last week If I want on VirtualHost with h2 support an

Re: modules\http2 - structure initializing.

2015-08-27 Thread NormW
u see fit and if it eventuates that NetWare can't keep up, there's a lot of others who will. Regards, Norm On 27/08/2015 8:29 PM, Yann Ylavic wrote: Hi, On Wed, Aug 26, 2015 at 12:53 AM, NormW wrote: Herewith an svn diff that implements line-by-line initialization of three structu

nghttp2 1.3.0 Released, but...

2015-08-31 Thread NormW
Hi, I don't have a GitHub acct so hope no one will mind too much if I mention a couple of issues with the latest release of nghttp2 in the hope someone reading this and having a stake in http2 might be able to get something done about them; Compiling : nghttp2_stream.c ..\lib\nghttp2_stream.c:

r1700777 - h2_stream.c

2015-09-02 Thread NormW
hi, If not mistaken, on the latest httpd-trunk\modules\http2 update: D:\Projects\svn\httpd-trunk\modules\http2>svn diff Index: h2_session.c === --- h2_session.c(revision 1700915) +++ h2_session.c(working copy) @@ -25

r1701005 httpd-trunk\ssl\ssl_engine_kernel.c

2015-09-03 Thread NormW
Hi, Now seeing this: #File: ssl_engine_kernel.c # #2215: client_protos); # Error: ^ # illegal implicit conversion from 'cons

r1701005 httpd-trunk\server\protocols.c

2015-09-03 Thread NormW
Hi again, Pushing passed previous problem, now arrive at: D:\Projects\svn\httpd-trunk\server>svn diff Index: protocol.c === --- protocol.c (revision 1701142) +++ protocol.c (working copy) @@ -1981,10 +1981,10 @@

Re: r1701005 httpd-trunk\server\protocols.c

2015-09-03 Thread NormW
On 4/09/2015 9:05 AM, Yann Ylavic wrote: On Fri, Sep 4, 2015 at 12:52 AM, NormW wrote: Hi again, Pushing passed previous problem, now arrive at: D:\Projects\svn\httpd-trunk\server>svn diff Index: protocol.c === --- protoco

Re: r1701005 httpd-trunk\server\protocols.c

2015-09-04 Thread NormW
On 4/09/2015 5:02 PM, Gregg Smith wrote: On 9/3/2015 9:23 PM, NormW wrote: On 4/09/2015 9:05 AM, Yann Ylavic wrote: On Fri, Sep 4, 2015 at 12:52 AM, NormW wrote: Hi again, Pushing passed previous problem, now arrive at: D:\Projects\svn\httpd-trunk\server>svn diff Index: protoco

nghttp2 1.3.0 Build failure on GNUC macro now fixed

2015-09-10 Thread NormW
FYI, nghttp2 1.3.0 build failure on a GNUC-specific macro has been replaced by more generic C in nghttp2 source and should be available in the next release. Cheers, N.

A small wrinkle in latest r1707735 update to httpd-trunk\modules\http2\h2_util.c

2015-10-10 Thread NormW
H, CC h2_worker.c CC h2_workers.c CC mod_http2.c GEN obj_release/mod_http2_link.opt LINK obj_release/mod_http2.nlm ### mwldnlm Linker Error: # Undefined symbol: APR_BUCKET_IS_MMAP in # h2_util.o In apr-util\include\apr_buckets.h: #if APR_HAS_MMAP /** * Determine if a bucket is

Re: A small wrinkle in latest r1707735 update to httpd-trunk\modules\http2\h2_util.c

2015-10-10 Thread NormW
On 11/10/2015 4:45 AM, Stefan Eissing wrote: Ok, will add that. This is only in trunk. 2.4.x should compile for you. Correct. Norm. Am 10.10.2015 um 13:31 schrieb NormW : H, CC h2_worker.c CC h2_workers.c CC mod_http2.c GEN obj_release/mod_http2_link.opt LINK obj_release

Latest httpd-trunk updates....

2015-10-24 Thread NormW
G/M from D/U, Compiling httpd-trunk this morning after an svn update and note the followings...umoops CC server/protocol.c ### mwccnlm Compiler: #File: server\protocol.c # -- #2007: for (int i = 0; i < conf->protocols->nelts; ++i) { # Error:

Re: Latest httpd-trunk updates....

2015-10-25 Thread NormW
On 25/10/2015 8:36 AM, Eric Covener wrote: On Sat, Oct 24, 2015 at 5:21 PM, NormW wrote: # 289: if (conf->fully_qualify_redirect_url != AP_CORE_CONFIG_ON) { Fixed now, didn't get rebuilt when I changed the name in the header. As of this morning (Monday 8.35 AEST) see

Re: New Mod_Proxy - some testing/looking

2004-08-13 Thread NormW
ven > work on any platform? > > Brad > > > Brad Nicholes > Senior Software Engineer > Novell, Inc., the leading provider of Net business solutions > http://www.novell.com > > >>> [EMAIL PROTECTED] Friday, August 13, 2004 1:37:16 PM >>> > At

Proxy_ajp - build problem - NetWare

2004-08-14 Thread NormW
Grretings All, Get the following while trying a build on a NetWare platform form CVS 2.1 HEAD: Generating Release\proxyajp_cc.opt Compiling proxy_ajp.c Compiling proxy_util.c Compiling c:\projects\gccnlm\ajplib/ajp_header.c Compiling c:\projects\gccnlm\ajplib/ajp_msg.c Compiling c:\projects\gccnlm

Re: Proxy_ajp - build problem - NetWare

2004-08-16 Thread NormW
Hi from Oz, Thanks!. will let you know how it goes. SO, would this be classed as a fix or a 'work-around', since I can't find this directive anywhere else in the 2.1 tree? Back Soon, Norm Hi, since I doubt we get the apr_socket functions to use apr_byte_t instead of char in the near future, at

Re: Proxy_ajp - build problem - NetWare

2004-08-16 Thread NormW
Hi again, Well your patch gets the 2.1 CVS to compile all the way to the bottom, so it is a viable fix/work-around so far One question... proxybalancer comes out as proxybalancer.nlm ... is it still a requirement for 8.3 filenames? Thanks for the reply, Norm - Original Message - From:

Re: Proxy_ajp - build problem - NetWare

2004-08-16 Thread NormW
Good morning Guenter , OK _ Thanks for the feedback. Also noted this morning your patch has been 'adopted' into 2.1 CVS for NWGNUproxyajp... Norm - Original Message - From: "Guenter Knauf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 17, 2004 7:49 AM Subject: Re: Proxy

Mod_Proxy (+ AJP) - Some/any docs yet?

2004-08-19 Thread NormW
Greetings All, Attached (possibly) is hopefully a 'start' to getting some documentation going on using the new Proxy modules. Corrections/additions welcome. Any clues on getting Apache to talk to a single 'Tomcat' would be greatly appreciated... just to get the /admin/ off to TC and bring up the TC

Balancers - an interim doc and qmail problem

2004-09-03 Thread NormW
Greetings All, Had a couple of goes replying to a thread that asked about a doc for the Mod_Proxy balancer, and twice qmail sent it back saying the 'subject' was empty. Hopefully this works. Attached (maybe) is something I've pulled together from digging, and look to some detailed docs in the near

Re: Smart filtering Module

2004-09-11 Thread NormW
Good evening from Au, Just trying a build of your mod_filter.c to suit NetWare... Line 118 in mod_filter.c has: { &apr_bucket_type_mmap, "MMAP" } , but, unfortunately, NetWare doesn't (as yet) support MMAP (AFAIK) and get the following error: ### mwccnlm Compiler: #File: mod_filter.c #

Re: Smart filtering Module

2004-09-11 Thread NormW
aturday, September 11, 2004 8:47 PM Subject: Re: Smart filtering Module > On Sat, 11 Sep 2004, NormW wrote: > > > ### mwccnlm Compiler: > > #File: mod_filter.c > > # - > > # 118: { &apr_bucket_type_mmap, "MMAP" } ,

Proxy_balancer, max_attempts ...odd?

2004-09-17 Thread NormW
Greetings All, Just looking at a CVS build of 2.1, and on accessing the BalancerManager page, the FailoverAttempts (on a NetWare platform) show as -2119156632. If I edit the Balancer settings, the same value is displayed in the form, and clicking 'Submit' reports 'Done' (accepted?), whereas it is s

Re: Proxy_balancer, max_attempts ...odd?

2004-09-17 Thread NormW
Good evening From Au, Calling NWGNUproxy Compiling mod_proxy.c Linking Release/proxy.nlm Calling NWGNUproxycon Calling NWGNUproxyftp Calling NWGNUproxyhtp Calling NWGNUproxybalancer Compiling proxy_balancer.c Linking Release/proxybalancer.nlm The build process copied from the screen, and includes

Re: Proxy_balancer, max_attempts ...odd?

2004-09-17 Thread NormW
Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 17, 2004 8:17 PM Subject: Re: Proxy_balancer, max_attempts ...odd? > NormW wrote: > > Greetings All, > > Just looking at a CVS build of 2.1, and on access

DWORD_MAX

2004-09-23 Thread NormW
Good morning All, Just trying a build of Apache2.1 from CVS on Windows for the NetWare platform, and get the following: Compiling file_io/unix/seek.c Compiling network_io/win32/sendrecv.c ### mwccnlm Compiler: #File: network_io\win32\sendrecv.c # # 110:

Re: DWORD_MAX

2004-09-24 Thread NormW
4 4:18 PM >>> NormW wrote:> Compiling network_io/win32/sendrecv.c> ### mwccnlm Compiler:> #    File: network_io\win32\sendrecv.c> # > # 110:  while (cur_len > DWORD_MAX) {> #   Error:   

mod_status page - stats for proxy balancer agents

2004-09-30 Thread NormW
Greetings All, Is there a 'definition' of the Wr and Rd fields for a proxy agent shown on the mod_status page? I have an ajp agent set up talking to a Tomcat server (NetWare platform) and the two fields went from (0,0) to (34,2.4k) on the first access to Tomcat, but remained at that value regardles

Mod_Proxy Counting Bug(s)?

2004-10-18 Thread NormW
Greetings All, 1. I set up an Apache21 server with mod_proxy, and one proxy_ajp to a single Tomcat on a separate machine, so that I could capture the network packets. (The generated trace is available if required.) I first confirmed the balancer stats on /server-status were showing Acc, Wr and

Re: Mod_Proxy Counting Bug(s)?

2004-10-18 Thread NormW
Mladen Turk wrote: NormW wrote: Refreshing the /server-status page showed: Acc 3, Wr 0, Rd 0. I assume the 'Acc' count is correct but 'Wr' and 'Rd' are (most likely) incorrect. This was done using a CVS build of 2.1 httpd on NetWare. This is work in progress.

Re: Mod_Proxy Counting Bug(s)?

2004-10-19 Thread NormW
Mladen Turk wrote: NormW wrote: Well It's not a bug since It's not finished :). Not finished? Not a bug then, as you suggest! I meant: the received/transferred counting logic is not finished, and I doubt if it's worth to be finished after all. At least as far as I can see with pro

Mod_Proxy - proxy_ajp and proxy_http difference intended?

2004-10-19 Thread NormW
Greetings All, Testing the Apache21 CVS using proxy_ajp and proxy_http: When using proxy_ajp with the following configuration: BalancerMember ajp://localhost:9009 ProxyPass balancer://test1 If I send a URL to the Apache of /admin,

Mod_Cache build problem on NetWare...

2004-10-24 Thread NormW
Greetings All, Just trying a 'build' of current 2.1 CVS on a Windows machine for NetWare and get the following error... Calling NWGNUmod_cach Compiling cache_util.c Compiling mod_cache.c ### mwccnlm Compiler: #File: mod_cache.c # # 805: (*new) = header; #

mod_filter.c on 2.1 - build failure on NetWare

2004-11-01 Thread NormW
Greetings All, An attempt to build current CVS 2.1 on a Windows platform for NetWare has at least the following errors in putting mod_filter.c together... Calling NWGNUmod_filt Generating Release\mod_filt_cc.opt Compiling mod_filter.c ### mwccnlm Compiler: #File: mod_filter.c # --

Re: mod_filter.c on 2.1 - build failure on NetWare

2004-11-01 Thread NormW
Nick Kew wrote: On Mon, 1 Nov 2004, Nick Kew wrote: OOps, that's my yesterdays update. gcc is too lenient, not picking that up:-( I'll fix it right now. Done. One other thing: if you use this, you'll want the up-to-date manual page from CVS. The existing page is valid for versions up to 1.22.

Additional export from proxy_util for NetWare build.

2016-01-23 Thread NormW
Greetings all for 2016. Can someone with commit clout add the attached diff to httpd-trunk please? TIA, Norm Index: modules/proxy/NWGNUproxy === --- modules/proxy/NWGNUproxy (revision 1726451) +++ modules/proxy/NWGNUproxy (working cop

Re: Additional export from proxy_util for NetWare build.

2016-01-23 Thread NormW
On 24/01/2016 8:48 AM, Jim Jagielski wrote: SendingNWGNUproxy Transmitting file data .done Committing transaction... Committed revision 1726453. All done! Thx! Thank You! N.

Proxy_Util needs another export.

2016-01-30 Thread NormW
G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't an awk script simplify symbol extraction from proxy_util and obviate the need for tweaking manual lists? Diff also attached. Index: modules/proxy/NWGNUproxy ==

More_ exports_for_ mod_proxy3.

2016-02-04 Thread NormW
Sigh, This adds the exports for proxy_hcmethods and ap_proxy_transfer_between_connections Index: modules/proxy/NWGNUproxy === --- modules/proxy/NWGNUproxy(revision 1728550) +++ modules/proxy/NWGNUproxy(working copy) @@

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/E Rainer Will test in next 10 minutes or so... The AP_PROXY_DECLARE ones are doable by build/make_nw_export.awk - proxy_* ones I think are trickier. But will advise in < 10 mins. Norm On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
will abort on the first error, other issues MAY be lurking further thru the compile process. Norm On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
but that assumption doesn't work in proxy On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't an awk script simplify symbol extraction f

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
k.opt LINK obj_release/proxywstunnel.nlm A quirk of the Linker is to occasionally repeat error messages, so ignore duplcated missing symbols messages from the Linker. Norm On 5/02/2016 11:35 PM, Rainer Jung wrote: Am 05.02.2016 um 12:14 schrieb NormW: G/E 9.51pm in Oz Updated http-trunk

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
Na! Thanks for your efforts!; the 'problem' has been skipped over for years. Will 'update' and see what happens. FTM. Norm On 6/02/2016 11:38 AM, Rainer Jung wrote: Hi Norm, Am 05.02.2016 um 22:58 schrieb NormW: G/M Rainer, I'd say this is getting much closer now: The

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
/proxywstunnel_cc.opt CC mod_proxy_wstunnel.c GEN obj_release/proxywstunnel_link.opt LINK obj_release/proxywstunnel.nlm Congrats, Norm On 6/02/2016 11:38 AM, Rainer Jung wrote: Hi Norm, Am 05.02.2016 um 22:58 schrieb NormW: G/M Rainer, I'd say this is getting much closer now: The only s

health_check for NetWare - httpd-trunk

2016-02-05 Thread NormW
G/A, Now that the exports are sorted out (Thanks Rainer) can now build the proxy_health_check module for NetWare... Herewith a patch, proxy_hcheck_netware_add.diff to add the nlm to the list of nlm's to build in the /proxy dir: Index: modules/proxy/NWGNUmakefile ==

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-06 Thread NormW
G/M Rainer On 6/02/2016 10:28 PM, Rainer Jung wrote: Hi there, most of the proxy makefiles contain the following block: # Don't link with Winsock if standard sockets are being used ifndef USE_STDSOCKETS FILES_nlm_Ximports += @ws2nlm.imp \ $(EOLIST) endif But it is missing from: - NW

httpd-trunk/modules/proxy/

2016-02-06 Thread NormW
G/M, httpd-trunk/modules/proxy/mod_proxy_hcheck.c needs an EOL style tweek if I'm not mistaken. Norm.

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-07 Thread NormW
Rainer, Apologies for the silence, but my major focus ATM is getting my place fixed up with the view to moving, but did have a go at a build with the USE_STDSOCKETS but something appears to be broken in apr-1.5, but have not yet had a chance to look into it. Medical visit this morning and if I

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-08 Thread NormW
G/M Brad, G/M Rainer On 8/02/2016 9:17 AM, Brad Nicholes wrote: Rainer, It has actually been quite a while since I have been on this list. I did most of the initial Netware port of Apache. Apache for Netware uses its own implementation of Winsock as the socket layer. This is the reason

httpd-trunk/modules/http2 gets a proxy

2016-02-08 Thread NormW
G/M, Recent additions to http-trunk/modules/http2 require the attached apatch to the http2 NetWare build file: Index: modules/http2/NWGNUmakefile === --- modules/http2/NWGNUmakefile (revision 1729251) +++ modules/http2/NWGNUmakefile

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-08 Thread NormW
itive answer to that first. Norm Hi Norm, Am 08.02.2016 um 22:45 schrieb NormW: G/M Brad, G/M Rainer On 8/02/2016 9:17 AM, Brad Nicholes wrote: Rainer, It has actually been quite a while since I have been on this list. I did most of the initial Netware port of Apache. Apache for Netware

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-10 Thread NormW
urce tree. Apologies for the bother, Norm On 10/02/2016 10:34 PM, Stefan Eissing wrote: Applied in r1729583. Thanks! Am 08.02.2016 um 23:07 schrieb NormW : G/M, Recent additions to http-trunk/modules/http2 require the attached apatch to the http2 NetWare build file: Index: mo

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-11 Thread NormW
'd be nothing for my 'commit' to do. Regard, and apologies for the transient trouble. Norm On 11/02/2016 8:31 PM, Stefan Eissing wrote: Uhm, is there an unresolved conflict in the first file? -Stefan PS. You know, it *would* actually be easier if you had commit access... ;-

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-12 Thread NormW
G/M And the start of yje weekend. On 13/02/2016 4:06 AM, Rainer Jung wrote: Am 12.02.2016 um 11:13 schrieb Stefan Eissing: Thanks. Added in r1729969. Am 11.02.2016 um 21:52 schrieb NormW : The .txt extension is a bogus extension added by my mailer I assume. I got confused. Which file now

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-12 Thread NormW
On 12/02/2016 9:13 PM, Stefan Eissing wrote: Thanks. Added in r1729969. Am 11.02.2016 um 21:52 schrieb NormW : Thanks, Norm

Backport of auto proxy(_util) exports?

2016-02-29 Thread NormW
G/M Rainer, Any known reason your recent tweaks to automatically create the mod_proxy exports list cannot be nominated for back-port to 2.4.x? If there is a technical and/or time constraint I'll submit a patch for at least a couple of symbols needed to build 2.4.x/modules/proxy. Norm

Re: Backport of auto proxy(_util) exports?

2016-03-01 Thread NormW
L) ap_proxyerror$(DL)>> $@ Norm On 1/03/2016 2:09 PM, Rainer Jung wrote: Am 29.02.2016 um 23:03 schrieb NormW: G/M Rainer, Any known reason your recent tweaks to automatically create the mod_proxy exports list cannot be nominated for back-port to 2.4.x? Not that I'm aware off. Thing

httpd-trunk/modules/http2/NWGNUmod_http2 svn EOL Setting

2016-03-02 Thread NormW
G/M, Could someone with a few free seconds set the httpd-trunk/modules/http2/NWGNUmod_http2 file to have the appropriate svn EOL setting? TIA Norm

A (likely) simple question regarding mod_proxy_http2

2016-03-03 Thread NormW
Trying my limited knowledge at compiling modules\http2\mod_proxy_http2, and the compiler (no sniggering please) barfs in both source: h2_proxy_session.c and mod_proxy_http2.c with an error that says they (respectively) can't open mod_http2.h. mod_http2.c has #include "mod_http2.h", the above pro

Add ?? mod_proxy_http2 for NetWare build - Take 1

2016-03-04 Thread NormW
G/M, The attached patch and NWGNUproxyht2 builds the (trunk) mod_proxy_http2 module BUT does include some AS YET unapproved minor tweaks in the two proxy_http2 source files. Norm Index: modules/http2/h2_proxy_session.c === --- mod

Add ?? mod_prox_http2 for NetWare build - Take 2

2016-03-05 Thread NormW
G/M, This supercedes Take 1 due to additional exports now needed by mod_proxy_http2 from mod_proxy and mod_http2. Same caveat applies re tweaks to mod_proxy_http2 source files. Norm # # This Makefile requires the environment var NGH2SRC # pointing to the base directory of nghttp2 source tree. #

h2_request.c > ap_create_request() puzzle.

2016-03-09 Thread NormW
G/E Can't decide if the following: GEN obj_release/mod_http2_link.opt LINK obj_release/mod_http2.nlm ### mwldnlm Linker Error: # Undefined symbol: ap_create_request in # h2_request.o is a typo and should be calling ap_create_request_config() or if: request_rec *ap_create_request(conn_r

Add ?? mod_proxy_http2 for NetWare build - Take 3 - Very close now!

2016-03-09 Thread NormW
G/M Thanks Stefan for all the help so far. A build of httpd-trunk this morning shows the followning tweaks are still required: - The additional exports in the two NWGNU files are for recent changes to mod_proxy_http2; - The httpd_module export is already included in mod_http2.imp and neeed no

Re: Add ?? mod_proxy_http2 for NetWare build - All done!

2016-03-10 Thread NormW
G/M Stefan, All done. and many thanks for taking the time out to attend to it. Regards Norm

A future for mod_lua and NetWare?

2016-03-12 Thread NormW
G/M All. When mod_lua hit httpd-trunk it was configured to have a single (global) memory pool, and NetWare compiled it and ran lua code as expected. A later modification to mod_lua code introduced a memory pool per process and required shared memory, a function group that is not in NetWare's

httpd-2.4.x patches for NetWare build.

2016-03-15 Thread NormW
G/M, Attached two simple patches for httpd-2.4.x tree: Add two extra missing symbols for mod_proxy needed to allow a NetWare build at the present time. Once the auto symbols export functionality is backported, this patch would also be removed. At the present time 2.4.x waits approval to backp

httpd-trunk proxy_http2 NetWare build wants extra sym.

2016-03-19 Thread NormW
G/M, A recent addition to trunk mod_proxy_http2 needs an additional export from hghttp2 lib, thus: Index: modules/http2/NWGNUmod_http2 === --- modules/http2/NWGNUmod_http2(revision 1735506) +++ modules/http2/NWGNUmod_http2

Re: httpd-trunk proxy_http2 NetWare build wants extra sym.

2016-03-21 Thread NormW
Thx. Trunk and 2.4.x now both build without issue. Norm On 21/03/2016 8:00 PM, Stefan Eissing wrote: Applied in 1735928. Am 17.03.2016 um 22:45 schrieb NormW : G/M, A recent addition to trunk mod_proxy_http2 needs an additional export from hghttp2 lib, thus: Index: modules/http2

Recent updates to httpd-trunk

2016-04-26 Thread NormW
G/M from a very warm autumn. 1. Could someone please: - set the correct EOL type in svn for .\modules\http2\NWGNUproxyht2, - Patch as per the following to allow builds of \http2 and \ssl D:\Projects\svn\httpd-trunk>svn diff Index: modules/http2/NWGNUmod_http2 ===

Re: Recent updates to httpd-trunk

2016-04-27 Thread NormW
On 27/04/2016 8:56 AM, Yann Ylavic wrote: Thanks, done in r1741112 and r1741115. Regards, Yann. Excellent! All httpd-trunk now builds nicely with NetWare.

Extra export for http-trunk http2

2016-05-15 Thread NormW
G/E.. Another symbol needed ;-( Index: modules/http2/NWGNUmod_http2 === --- modules/http2/NWGNUmod_http2(revision 1743880) +++ modules/http2/NWGNUmod_http2(working copy) @@ -355,6 +355,7 @@ @echo $(DL)GEN $@

An abbreviated background to this build error?

2016-08-17 Thread NormW
G/E; Building for NetWare after 3+ months elsewhere, an get the following build error: Creating Build Helper gen_test_char.exe ### mwld.exe Linker Error: # Undefined symbol: _isascii in # gen_test_char.obj ### mwcc Driver Error: # linker 'D:\CWCMDL40\mwld.exe' returned with exit code 1

Issue with export list for \dav\main....

2016-08-31 Thread NormW
Hi all. Thanks for the tweak for 'isascii' checking; most of the build issues went away...;-( ...most.) Building D:/Projects/svn/httpd-trunk/modules/dav/main LINK obj_release/mod_dav.nlm ### mwldnlm Linker Error: # Undefined symbol: dav_acl_provider_register in # Export list ### mwldnlm Li

mod_crypto.h.c has an issue over my head

2016-08-31 Thread NormW
Hi again, Calling NWGNUmod_crypto CC mod_crypto.c ### mwccnlm Compiler: # In: mod_crypto.h #From: mod_crypto.c # - # 74: typedef apr_status_t ap_HOOK_crypto_key_t (request_rec *r, apr_crypto_block_key_type_t * cipher, apr_crypto_block_key_mode_t * # Error:

\http2\proxyh2p NWGNU needs added source

2016-08-31 Thread NormW
Hi again (now begins silence) Index: modules/http2/NWGNUproxyht2 === --- modules/http2/NWGNUproxyht2 (revision 1758527) +++ modules/http2/NWGNUproxyht2 (working copy) @@ -182,6 +182,7 @@ FILES_nlm_objs = \ $(OBJDIR)/mod_pro

Re: \http2\proxyh2p NWGNU needs added source

2016-08-31 Thread NormW
On 31/08/2016 7:14 PM, Stefan Eissing wrote: Hi there! Merged in trunk and 2.4.x branch. -Stefan Am 31.08.2016 um 10:06 schrieb NormW : Thx! N.

mod_dav build fails on NetWare with unavailable exports

2016-08-31 Thread NormW
Looking at mod_dav exporting symbols not in use for NetWare, I've (shamelessly) borrowed the same pre-process method used for httpd.imp, which results in the following diff: Index: build/NWGNUmakefile === --- build/NWGNUmakefile (

Re: mod_dav build fails on NetWare with unavailable exports

2016-09-02 Thread NormW
cess. Will bumble about in the dark while I work out how this works for httpd.imp. N. On 1/09/2016 3:30 PM, NormW wrote: Looking at mod_dav exporting symbols not in use for NetWare, I've (shamelessly) borrowed the same pre-process method used for httpd.imp, which results in the followin

http2 symbol moved to proxy...

2016-09-07 Thread NormW
G/E Index: modules/http2/NWGNUmod_http2 === --- modules/http2/NWGNUmod_http2(revision 1759564) +++ modules/http2/NWGNUmod_http2(working copy) @@ -369,7 +369,6 @@ @echo $(DL) h2_proxy_res_ignore_header,$(DL) >>

httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread NormW
G/E, Apologies for the static... What versions of apr\apr-util are assumed to be used when compiling httpd-trunk? I get the following error when compiling mod_crypto, but can't find where the offending symbol is typedef'd. Presently using apr-1.5 and apr-util-1.5. #From: mod_crypto.c # -

Re: httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread NormW
On 8/09/2016 8:31 PM, Graham Leggett wrote: On 08 Sep 2016, at 12:09 PM, NormW wrote: What versions of apr\apr-util are assumed to be used when compiling httpd-trunk? I get the following error when compiling mod_crypto, but can't find where the offending symbol is typedef'd. Prese

NetWare testing httpd-trunk with apr,apr-util 1.6

2016-09-17 Thread NormW
Hi, Having little to watch on TV, have played about with httpd-trunk and apr-1.6, to see where the hiccups are hiding... What follows are the issues found, and in most cases, fairly simple solutions. D:\Projects\svn\httpd-trunk>svn diff Index: modules/filters/mod_crypto.c

Re: NetWare testing httpd-trunk with apr,apr-util 1.6

2016-09-17 Thread NormW
On 18/09/2016 8:52 AM, Yann Ylavic wrote: On Sat, Sep 17, 2016 at 1:30 PM, NormW wrote: Hi, Having little to watch on TV, have played about with httpd-trunk and apr-1.6, to see where the hiccups are hiding... What follows are the issues found, and in most cases, fairly simple solutions

C89 (alias NetWare) tries new mod_ on the block.

2016-09-29 Thread NormW
G/E. Aimed 'our' C89 compiler at mod_brotli as much for interest as anything technical) and get the following using release 0.5.2 of Brotli: Calling NWGNUmod_brotli CC mod_brotli.c ### mwccnlm Compiler: #File: mod_brotli.c # - # 22: #include # Error:

NetWare gets a look at latest lua (5.3.3)

2016-09-29 Thread NormW
G/E. The following tweak is needed to compile the latest 5.3.3 lua since it is (nominally) C89 compliant at least: Index: modules/lua/NWGNUmakefile === --- modules/lua/NWGNUmakefile (revision 1762749) +++ modules/lua/NWGNUmakefi

Re: Loads of dup symbols in h2_util.c and h2_proxy_util.c

2016-10-12 Thread NormW
G/E I reverted my local .\http2 for httpd-trunk and sync'd with svn source, and now builds that dir without issue for NetWare also. Thx, Norm On 12/10/2016 1:38 AM, Jim Jagielski wrote: Bringo! https://www.youtube.com/watch?v=4MpyHBoiTwk On Oct 11, 2016, at 10:35 AM, Stefan Eissing wr

Apache 2.4 tree build - two NetWare fixes

2016-10-15 Thread NormW
G/E, Attached a patch to add two more symbols for mod_proxy export (needed by proxy_bancer) and a NWGNUproxyhcheck to create proxyhcheck.nlm, referenced in the NWGNUmakefile but not previously supplied. Norm Index: modules/proxy/NWGNUproxy ==

httpd-trunk - mod_proxy_http2 needs an export

2016-10-18 Thread NormW
G\E If anyone is looking after NetWare issues: Index: modules/http2/NWGNUmod_http2 == --- modules/http2/NWGNUmod_http2(revision 1765415) +++ modules/http2/NWGNUmod_http2(working copy) @@ -393,6 +393,7 @@ @echo

Re: httpd-trunk - mod_proxy_http2 needs an export

2016-10-18 Thread NormW
G/M Thanks for the thanks! Norm On 18/10/2016 11:06 PM, Stefan Eissing wrote: Added in trunk and 2.4.x branch. Thanks! Am 18.10.2016 um 14:02 schrieb NormW : G\E If anyone is looking after NetWare issues: Index: modules/http2/NWGNUmod_http2

mod_brotli.c, NetWare AND C89?

2016-10-20 Thread NormW
G/E, At least have 'solved' one the compiler complaints; Calling NWGNUmod_brotli GEN obj_release/mod_brotli_cc.opt CC mod_brotli.c ### mwccnlm Compiler: #File: mod_brotli.c # - # 244: ctx->bb->bucket_alloc); # Error: ^ # illegal implicit conversion from '

  1   2   >