Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-06 Thread Rainer Jung
Am 06.02.2016 um 19:33 schrieb 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 \

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: -

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: httpd-trunk/modules/proxy/

2016-02-06 Thread Rainer Jung
Am 06.02.2016 um 19:53 schrieb NormW: G/M, httpd-trunk/modules/proxy/mod_proxy_hcheck.c needs an EOL style tweek if I'm not mistaken. Thanks, done. Rainer

Re: collaboration request - apache server automation testing with swat tool

2016-02-06 Thread Alexey Melezhik
Hi Yann! * per issues apache configurations * https://github.com/entimelezhik/apache-swat/tree/master/htdocs is document root , every issue thus is represented by directory inside htdocs , named by issue number f.e. - htdocs/44221 - htdocs/58777 If it's necessary per issue configuration

Re: collaboration request - apache server automation testing with swat tool

2016-02-06 Thread Alexey Melezhik
Sure, then it's probably won't be big deal to port existed test code base. Here I want to highlight some swat features which make it more then just engine to make http requests and verify an output. Swat adds some features could be of interest in httpd2 testing, to describe briefly a few: -

Re: collaboration request - apache server automation testing with swat tool

2016-02-06 Thread Yann Ylavic
Hi Alexey, On Sat, Feb 6, 2016 at 5:03 PM, Alexey Melezhik wrote: > Sure, then it's probably won't be big deal to port existed test code base. > > Here I want to highlight some swat features which make it more then > just engine to make http requests and verify an output.

Bug report for Apache httpd-2 [2016/02/07]

2016-02-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: collaboration request - apache server automation testing with swat tool

2016-02-06 Thread Alexey Melezhik
Personally, I like the idea of having another framework; the current one is OK but somewhat "painful" to update. Ah, now I understand you, ))), you are talking about current framework. пятница, 5 февраля 2016 г. пользователь Jim Jagielski написал: > Personally, I like the idea of having another

Re: collaboration request - apache server automation testing with swat tool

2016-02-06 Thread Jim Jagielski
> On Feb 5, 2016, at 9:26 AM, Alexey Melezhik wrote: > >> I wonder how possible it would be to transcode the old tests to Swat? > > Swat has some architectural specifics. As it simply makes http > requests ( by curl ) and validate server response ( by swat DSL ) it > is

Re: health_check for NetWare - httpd-trunk

2016-02-06 Thread Rainer Jung
Am 06.02.2016 um 07:21 schrieb 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:

Netware proxy makefiles and USE_STDSOCKETS

2016-02-06 Thread Rainer Jung
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: - NWGNUproxycon - NWGNUproxywstunnel - all of the