Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD35B10B5B for ; Wed, 1 May 2013 12:27:40 +0000 (UTC) Received: (qmail 32393 invoked by uid 500); 1 May 2013 12:27:40 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 32195 invoked by uid 500); 1 May 2013 12:27:40 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Delivered-To: moderator for modules-dev@httpd.apache.org Received: (qmail 22332 invoked by uid 99); 1 May 2013 12:21:58 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of somostetoikilato@googlemail.com designates 209.85.219.67 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=knh5P362bq0wQS8+VAzyZ1wqyL8W5slKRQ5uqtanK00=; b=h9PxWNSnh4W/AXQcXZbSsGjWNdLNWPeiV38VTTFSuwK/dJq257thltjqf2Krg6nssr BasjaQXLhnFJ1JiJAiLaJdWRz8nLlFVfHxgQgHueAkOYu+dFPwyQuiP14UvFYNa+6hTJ m4Dbqv283siruj1ZyCi5IgBdNhVZqALUgcse1vO/fZ+8fxreesKW9rABqfOiWhOBckf2 gVvW4fcI2Rcej2C8OHGSwuxLlJeI2RBRGL6B4mwMBFN/kBjmLRpNIGpWRffd2w+jY9Ci uTFNheBc1bONu7nwSW7ZaLdrpcs+zvAHOSjBUYRELjQ+qvWOEXjLGbvq4RrUGxe0TaVV sqHA== MIME-Version: 1.0 X-Received: by 10.60.62.198 with SMTP id a6mr615096oes.22.1367410892391; Wed, 01 May 2013 05:21:32 -0700 (PDT) Date: Wed, 1 May 2013 14:21:32 +0200 Message-ID: Subject: Using APR based C++ classes in Apache2 module From: Somostetoi Kilato To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=001a11c20f9082633d04dba72819 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c20f9082633d04dba72819 Content-Type: text/plain; charset=ISO-8859-1 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 can provide me some examples. Thank you in advance. Best regards, SK --001a11c20f9082633d04dba72819--