Re: apr_json.h not found!

2019-08-05 Thread Rainer Jung
As far as I can see it is only part of APR-UTIL 1.7.x, which did not yet see any release. You would need to check it out from svn, run buildconf in the checkout and then do the usual configure, make, ... But note it is not released software. Good enough for testing and probably a first

Re: problem with different version of openssl in Apache and apache module

2013-12-20 Thread Rainer Jung
On 20.12.2013 10:51, Alex Bligh wrote: On 19 Dec 2013, at 19:29, Hong wrote: I wrote an Apache module that call functions in openssl library to sign the messages. The module is dynamic linked to openssl library 1.0.1d when I built it. It works fine when it is loaded into the Apache that

Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Rainer Jung
On 31.03.2013 13:09, Sindhi Sindhi wrote: Hello Sorin, Thanks for your reply. I tried the below two - 1. I had earlier downloaded Xerces from http://xml.apache.org/dist/xerces-c/3/binaries/xerces-c-3.1.1-x86_64-windows-vc-10.0.zip It had xerces-c_3.lib and xerces-c_static_3.lib. The

Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread Rainer Jung
On 22.06.2012 06:10, Joe Lewis wrote: On 6/21/12 10:02 PM, oh...@cox.net wrote: Joe Lewisj...@joe-lewis.com wrote: On 6/21/12 9:39 PM, oh...@cox.net wrote: oh...@cox.net wrote: oh...@cox.net wrote: Joe Lewisj...@joe-lewis.com wrote: On 6/21/12 7:32 PM, oh...@cox.net

Re: UNSOLVED was Re: SOLVED was Re: How to compiling/link/use Apache module that uses shared library?

2012-06-22 Thread Rainer Jung
On 22.06.2012 14:16, oh...@cox.net wrote: oh...@cox.net wrote: Rainer Jung rainer.j...@kippdata.de wrote: On 22.06.2012 06:10, Joe Lewis wrote: On 6/21/12 10:02 PM, oh...@cox.net wrote: Joe Lewisj...@joe-lewis.com wrote: On 6/21/12 9:39 PM, oh...@cox.net wrote: oh

Re: Windows service startup configuration - how to find out the working process?

2012-04-27 Thread Rainer Jung
On 26.04.2012 13:50, Waldemar Klein wrote: Well, on Windows this all seems different, there is only one real working child created, and it is not restarted ever (unless it crashes from a segfault or so in a my module). There is also MaxRequestsPerChild (2.2) resp. MaxConnectionsPerChild (2.4)

Re: How to register additional operators or functions for use in expressions?

2012-04-01 Thread Rainer Jung
On 27.03.2012 02:01, Nick Kew wrote: On Tue, 27 Mar 2012 00:42:43 +0200 Waldemar Kleinwaldemar.kle...@googlemail.com wrote: Hi all, looking at http://httpd.apache.org/docs/2.4/expr.html, i found things like Modules may register additional unary operators. or Modules may register additional

Re: thread ID

2012-03-05 Thread Rainer Jung
On 05.03.2012 11:33, Massimo Manghi wrote: On 03/03/2012 07:04 PM, Rainer Jung wrote: On 02.03.2012 00:34, Sorin Manolache wrote: On 03/02/12 00:21, Ben Noordhuis wrote: On Thu, Mar 1, 2012 at 17:29,sorin.manola...@orange.com wrote: Hello, I would need a memory buffer associated per worker

Re: thread ID

2012-03-03 Thread Rainer Jung
On 02.03.2012 00:34, Sorin Manolache wrote: On 03/02/12 00:21, Ben Noordhuis wrote: On Thu, Mar 1, 2012 at 17:29,sorin.manola...@orange.com wrote: Hello, I would need a memory buffer associated per worker thread (in the worker MPM) or to each process (in the prefork MPM). In order to do

Re: mod_proxy and modified headers in filters.

2011-08-09 Thread Rainer Jung
On 09.08.2011 15:37, Ben Noordhuis wrote: On Tue, Aug 9, 2011 at 15:20, Zaid Amireh tum...@gmail.com wrote: On Aug 8, 2011, at 3:56 PM, Ben Noordhuis wrote: On Mon, Aug 8, 2011 at 10:29, Zaid Amireh tum...@gmail.com wrote: I'm writing a module for Apache 2.2 that changes the content and thus

Re: creating reverse proxy workers dynamically

2011-07-08 Thread Rainer Jung
On 07.07.2011 23:37, Ben Noordhuis wrote: On Thu, Jul 7, 2011 at 07:19, Jodi Bosa jodib...@gmail.com wrote: It seems I may need to create HTTPS reverse proxy workers DYNAMICALLY - what is best way to do this? In other words, from manual I see config directive: ProxyPass /example

Re: how to add mod_session_crypto into apache

2010-11-25 Thread Rainer Jung
On 25.11.2010 03:30, whut_jia wrote: At 2010-11-24 22:15:43,Rainer Jungrainer.j...@kippdata.de wrote: On 24.11.2010 13:57, whut_jia wrote: Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring the source tree: ./configur

Re: how to add mod_session_crypto into apache

2010-11-24 Thread Rainer Jung
On 24.11.2010 13:57, whut_jia wrote: Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring the source tree: ./configur --prefix=/usr/local/apache2.3 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr --enable-mods-shared=all

Re: How can I see HTML response of web server (Apache)?

2010-09-25 Thread Rainer Jung
On 25.09.2010 06:04, Mithilesh Kr. Mishra wrote: Dear all I am willing to develop some module to look into the content of web server response against any query (from browser) in order to do some on-the-fly processing and filtering of some of the HTML tags to specialize that response of web

Re: where i can find mod_deflate package?

2010-07-28 Thread Rainer Jung
On 27.07.2010 16:26, PIPIT isnatia wrote: Thanks for your reply. if the source code mod_deflate, i have got it. But dependecies that is include in mod_deflate, i have not found it. I have sent an email on httpd-apache, but there is no response. Please be a bit patient and more specific (there

Re: where i can find mod_deflate package?

2010-07-27 Thread Rainer Jung
On 27.07.2010 10:05, PIPIT isnatia wrote: Hi all,,i'm newbie here... I am looking for mod_deflate package, i mean all contents in mod_deflate. where i can find it? mod_deflate is part of the Apache Web Server (version 2.0 and 2.2). You can find download links for Apache on

Re: Using mod_rewrite in my authorization module. Need advice.

2010-02-06 Thread Rainer Jung
On 04.02.2010 08:56, Kevac Marko wrote: On Thu, Feb 4, 2010 at 10:52 AM, Sorin Manolachesor...@gmail.com wrote: Try to set an apache request note in the authentication instead of dynamically changing the configuration of mod_rewrite.c. Thus, you'll have something like RewriteRule /url

Re: Detecting when KeepAlive connection timeouts (retrieving the browser fd)

2009-08-25 Thread Rainer Jung
On 25.08.2009 09:05, Alexander Farber wrote: On Mon, Aug 24, 2009 at 9:11 AM, Sorin Manolachesor...@gmail.com wrote: On Mon, Aug 24, 2009 at 00:08, Alexander Farberalexander.far...@gmail.com wrote: So I think I should select() or poll() on 2 fds in my Apache module - one is the Unix pipe to

Re: porting from IIS

2008-07-25 Thread Rainer Jung
Nick Kew wrote: On Fri, 25 Jul 2008 11:06:44 +0300 Harold J. Ship [EMAIL PROTECTED] wrote: That, on the other hand, sounds like solving a problem that isn't there. Unless you really need priority queues, you can just let everything run in parallel. Well, even a priority queue isn't enough.