Problems implementing Apache Reverse Proxy

2007-07-19 Thread Orr, Steve
I am following the instructions at http://wiki.pylonshq.com/display/pylonscookbook/Production+deployment+using+supervisor+Apache+as+a+reverse+proxy and still having problems. I get a 403 even though I've opened up permissions in the Paste generated app directories. When I check the Apache

Dynamic select option list from database with AJAX

2007-06-25 Thread Orr, Steve
I'm having problems connecting the dots between the controller, the template and prototype javascript stuff... I want to dynamically populate the contents of a select widget based on the onchange event of another select widget. Something like... script type=text/javascript Function

RE: Pylon with Apache

2007-04-30 Thread Orr, Steve
:42 +, Graham Dumpleton wrote: On Apr 28, 6:40 am, Cliff Wells [EMAIL PROTECTED] wrote: On Fri, 2007-04-27 at 07:36 -0600, Orr, Steve wrote: What are the advantages/disadvantages pros/cons to doing a proxy instead of just usingmod_python? Typically, proxying is: 1. easier

RE: Pylon with Apache

2007-04-27 Thread Orr, Steve
RE 5. mod_python works, but it's nicer to use Apache (listening on port 80) to proxy to another Web server running your Pylons app. Okay, can please elaborate on the meaning of that highly technical term nicer? :-) What are the advantages/disadvantages pros/cons to doing a proxy instead