At 06:12 PM 6/6/99 -0400, you wrote:
I've been wanting to learn how to write Apache extensions for a while, and have written a mod_pcgi module.
Thank you, thank you, thank you! Andrew you rule! A lot of people have talked about wanting a mod_pcgi, but you've actually done something about it. I'm quite excited to get this module working well; I think it will be a major boon to the Zope community. And while I *don't* volunteer to maintain it, I'd be quite happy to work on ZServer-PCGI integration with you, and whoever takes this up after you. Thanks again! -Amos
Amos Latteier writes:
At 06:12 PM 6/6/99 -0400, you wrote:
I've been wanting to learn how to write Apache extensions for a while, and have written a mod_pcgi module.
A note on the current status of the code: if you grabbed the code as of sometime last night, mod_pcgi can happily talk to a long-running PCGI process. I put up two updates after sending my message, so if you grabbed it early, check that you have the latest copy. The only outstanding problem that I know of is that the SCRIPT_NAME and PATH_INFO environment variables aren't set properly, and the HTML returned by Zope has bad links as a result. This shouldn't be hard to fix, just requiring figuring out what Zope wants. -- A.M. Kuchling http://starship.python.net/crew/amk/ Chaos often breeds life, when order breeds habit. -- Henry Brooks Adams
participants (2)
-
Amos Latteier -
Andrew M. Kuchling