logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: How to write a apache module in c++ language and load ...
Author
softghost_milad



Joined: 28 Jul 2011
Posts: 5

PostPosted: Thu 28 Jul '11 14:34    Post subject: How to write a apache module in c++ language and load ... Reply with quote

Hi everyone,

We want to write a pretty large module for Apache 2.0.55.

1.First, we want to do is writing this module in c++, therefore does everyone know about load so(shared object linux file) file in the c file of apache? you assumed we know to create the so file from our c++ source codes.

2.Second, we must use Qt 4.7.0(a cross-platform toolkit for c++) in our apache module. Already we have some written library in qt 4.7.0, So it is very important for us to provide a support for Qt in the module.

Thank for every hint as soon as possible.
(our platform : Linux opensuse 11.4, Intel core i3 2.4GHz proccessor).
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 28 Jul '11 17:04    Post subject: Reply with quote

I think it is possible. On some parts of the apache source code there is the use of c++ I guess.

there is a API to apache.

See https://modules.apache.org/doc/

a bit outdated but maybe a start is http://zach.chambana.net/apache-cplusplus/

http://www.apachetutor.org/book/


Or if you like paper

The Apache Modules Book: Application Development with Apache
ISBN-10: 0132409674
ISBN-13: 978-0132409674



Hope some of this tuff helps
Back to top
softghost_milad



Joined: 28 Jul 2011
Posts: 5

PostPosted: Thu 28 Jul '11 21:47    Post subject: where is codea? Reply with quote

Very thanks for your replay Very Happy

Recently, I find the tip and trick for apache module development for c++ and the http://sf.net/projects/codea is related to it. But I wonder when see note on the homepage of codea, because it say this project is moved to forge.novell.com, but I can't find the project on that website. It can be very useful for us. Of course, I wonder when see last commit of the codea on the homepage of project, because it 2002. Therefore this project in this 9 year must progress very much. If everyone can think about this mystery, please help me.

Thank for your answers.[/url]
Back to top


Reply to topic   Topic: How to write a apache module in c++ language and load ... View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads