handler pass to php

2014-10-14 Thread Jeremy Thompson
Hello all, We have written a handler for apache that talks to our point of sales software. At this point the POS software renders a lot of the html itself and sends it back through apache. We would however, like to be able to integrate PHP to offload some of this work. The problem right now is

Re: handler pass to php

2014-10-14 Thread Joe Lewis
I'd consider having your handler fire off a subrequest. The book should cover this topic, but you can also look in the source for some examples (or google ap_run_sub_req and review the results). You just want the php handler set for it. Joe On Tue, Oct 14, 2014 at 3:41 PM, Jeremy Thompson