I am working on Apache Webserver Modules, implementing a hook after mod_alias. I intend to create a custom module call mod_cust, which will do some processing to lookup the file path and security level for any user to tries to access a path.

There are some classes available in .o files which provide some functionality that I would like to use. I want to create objects of these class from within my mod_cust and call methods on those classes.

Is it possible to do this. Any examples or links would be very helpful.

Thanks

David

link|improve this question

80% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.