Forum Moderators: phranque

Message Too Old, No Replies

apache 2.0 modules

communication between 2 modules with internal subrequests

         

drikce

9:08 am on May 4, 2005 (gmt 0)



Hi,

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

sitz

1:07 pm on May 4, 2005 (gmt 0)

10+ Year Member



I don't, however mod_rewrite makes internal subrequests in some cases, most notably with the '-F' or '-U' options are used in a RewriteCond. mod_rewrite.c should be able to point you in the right direction. Good luck. =)