Forum Moderators: phranque
I'm coding a C application using apache 2.0 and most particularely the following modules : mod_dav, mod_SSL and a personnal one.
Each module is working separately but I want to establish communications between mod_dav and my personnal module, using internal subrequest, to take informations in Webdav properties of the files. To do that I'm using the Neon C library.
My problem is that, after reading lots of Apache 2.0 documentations, I don't know how to integrate internal subrequest in my code code, nor how to use it.
Does anybody know how to do?
Thanx