Rudy escreveu:
I do have mod_proxy, but I'm not clear how I can use that to serve my pages. I
suppose I could redirect certain urls to point to the port 5000 paster server

That would be probably a better idea than CGI. Pylons has a big startup cost; it's better to pay it once than on each request.

I vaguely remember some gotchas, but Ian Bicking wrote some middleware to handle it. Ah, someone else went to the trouble of documenting it (thank James Gardnet and Ben Bangert):
http://wiki.pylonshq.com/display/pylonscookbook/Apache+as+a+reverse+proxy+for+Pylons

AssertionError: The EvalException middleware is not usable in a multi-
process environment
"Clearly" labeled. Edit the load_middleware function IIRC and have a look around, if you want to explore CGI a bit more deeply.


Hope that helps,
--lbruno

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to