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