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 logs I see this: 
"[warn] proxy: No protocol handler was valid for the URL /pylons/. If you are 
using a DSO version of mod_proxy, make sure the proxy submodules are included 
in the configuration using LoadModule."

Regarding submodules, explicitly loading mod_proxy_http and mod_proxy_connect 
make no difference. 


What's the "protocol handler" verbiage refering to? Is it trying to do 
mod_python? The app works just fine with the Paster server.

Anyone have any clues for the clueless?


-----------------------------------
Apache (version 2) directives:
ProxyRequests Off
<Proxy http://127.0.0.1:5000/*>
    Order deny,allow
    Allow from all
</Proxy>
ProxyPass /pylons/ http://127.0.0.1:5000/
ProxyPassReverse /pylons/ http://127.0.0.1:5000/

------------------------------------
Pylons config:
[app:main]
...
filter-with = proxy-prefix

[filter:proxy-prefix]
use = egg:PasteDeploy#prefix
prefix = /pylons


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

<<inline: winmail.dat>>

Reply via email to