Separate log file for my module

2013-07-07 Thread Graf László
Hi, I have a simple Apache2 module and I would like that all the logged messages to be redirected to a separate log file. How is it possible? Thank you, grafl

Re: Using APR based C++ classes in Apache2 module

2013-05-02 Thread Graf László
2013-05-01 15:48 keltezéssel, Joe Lewis írta: On 05/01/2013 06:21 AM, Somostetoi Kilato wrote: Hallo, I have a small web page generator library, written in C++ and I am rewriting it to use APR. More, I would like to create an Apache2 module which will use this generator. But I have no idea

DSO question

2010-03-09 Thread Graf, László
Hi all, I have an APACHE 2 module, a content generator, named mod_gl and it is configured to handle the following location: LoadModule gl_module modules/mod_gl.so Location /gl SetHandler gl_module /Location I have a shared library containing a function to calculate a multiple

Re: DSO question

2010-03-09 Thread Graf László
, and it calculates or evaluates it. What I need is to tell to APR, hey APR please find the function f10 in all loaded libraries, then execute the function and give me back the result. grafl 2010.03.09. 18:16 keltezéssel, Joe Lewis írta: On Tue, March 9, 2010 6:43 am, Graf, László wrote: I have

module security settings

2008-03-11 Thread Graf László
Hi all, Finally I can succesfully create custom Apache 2.2.8 modules on Windows XP using VS2005. I copy it into %APACHE_HOME%\modules folder and make the necessary conf modifications. When I start the server I get this alert: start error message The build process succeded but the security

Re: module security settings

2008-03-11 Thread Graf László
Graf László írta: Hi all, Finally I can succesfully create custom Apache 2.2.8 modules on Windows XP using VS2005. I copy it into %APACHE_HOME%\modules folder and make the necessary conf modifications. When I start the server I get this alert: start error message The build process succeded

Re: Apache 2.0 module skeleton

2007-11-15 Thread Graf László
Thank you Lewis. Joe Lewis írta: Graf László wrote: Hi all, Can somebody give a project skeleton for Apache 2.0 module? The tool is apxs. Google it for more information. You might even find a link that looks like : http://archive.apache.org/dist/perl/win32-bin/ where you can

Apache 2.0 module skeleton

2007-11-15 Thread Graf László
Hi all, Can somebody give a project skeleton for Apache 2.0 module? I need it for the development of a custom module for Apache 2.2.6 on Windows XP (SP2) and I have access to Microsoft Visual Studio 2005 and Microsoft Visual C++ 6.0. Thank you, -- Graf László