|
I created a wsgi webapp in my webfaction account. This gave me apache with preconfigured httpd.conf. Now I want to repurpose this apache instance as a reverse proxy temporarily to a webapp running on a separate webfaction host. I can get what I want using the ProxyPass directive from mod_proxy, but that module doesn't seem to be available in this build. Is it available somewhere or do I need to build apache from scratch? |
|
If you need an Apache module that we don't provide, then you'll need to build your own Apache from source (along with whatever modules you need) and run that as a custom application. Note that even if you find pre-compiled Apache modules laying around on the server somewhere, there's absolutely no guarantee that they'll work with the Apache supplied with your back-end apps. |