10/03/10 hashim qaderi >Is there an example of how to communicate between apache modules? >Any help would be appreciated. Hi. The easy way is, communication via request_rec->notes. You have to pay attention to the module/hook excution order, but you have to do this anyway for your module to function properly. Another way are request environment variables. Or you could use optional functions, but that depends heavily on what you are trying to achieve. Maybe with a litte more detail, we could help you out better. Regards, Edgar --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx