module using C++ library

2013-03-06 Thread Somostetoi Kilato
Hi, I have a C++ shared library with a lot of utile things and I built my module against it. I copied it into bin then in module folder but even so the server does not find it. What I am missing here? The error is: /home/xyz/indian/conf/httpd.conf: Cannot load modules/mod_xyz.so into server:

Using APR based C++ classes in Apache2 module

2013-05-01 Thread Somostetoi Kilato
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 how to integrate it into Apache2. Maybe somebody is so kind to guide me in this process and he/she