Re: Module exceptions can be handled before it crashes httpd?

2013-05-28 Thread Sindhi Sindhi
Thankyou. On Mon, May 27, 2013 at 2:38 PM, Sorin Manolache wrote: > On 2013-05-27 10:30, Sindhi Sindhi wrote: > >> Hello, >> >> Is there a way to handle the exceptions (access violation, heap corruption >> etc) thrown by an output filter module within the module itself so that it >> does not pro

Issue in using php5_module module.

2013-05-28 Thread Sindhi Sindhi
Hello, I'm trying to setup PHP module with 64-bit Apache 2.4.4, and also load a C++ module to do the HTML filtering. As I understand the php module acts like an interpreter and translates the php into HTML and then invokes the HTML output filter. Heres my setup - 1. I downloaded Apache from http:

Re: Issue in using php5_module module.

2013-05-28 Thread Joe Lewis
On 05/28/2013 08:38 AM, Sindhi Sindhi wrote: [SNIP] With these changes, when I start httpd.exe and try to launch a simple php file shown above, from the browser, the first time I see that my filter module gets the correct php data from php file in the buckets. But when I try to open the same php