Modules Communicating

2012-08-22 Thread Adi Selitzky
Hi! I am writing my own module that handles all incoming requests. In some cases, I want this request to be handled by mod_python which I installed. In these cases, my module should change the requested file extension to .py, which is configured to be handled by mod_python. AddHandler

Re: Modules Communicating

2012-08-22 Thread Sorin Manolache
On 2012-08-22 09:31, Adi Selitzky wrote: Hi! I am writing my own module that handles all incoming requests. In some cases, I want this request to be handled by mod_python which I installed. In these cases, my module should change the requested file extension to .py, which is configured to be