Top "Mod-proxy" questions

mod-proxy is the proxying module for the Apache HTTP server.

Authorization header missing in django rest_framework, is apache to blame?

I've managed to extend TokenAuthentication and I have a working model when using the request session to store my tokens, …

apache apache2 authorization mod-proxy django-rest-framework
How to add mod_proxy_wstunnel to Apache2 2.2 on Raspberry Pi (Backport mod_proxy_wstunnel)

Raspberry Pi is still on Apache 2.2 (2.2.22-13+deb7u4 right now). To use Apache as Proxy for Websockets ("ProxyPass") Apache …

apache websocket raspberry-pi mod-proxy apache2-module
Apache Rewrite or proxy

I have an Apache server running on my machine (port 80) I have a Zope server running on my machine (port 8080) …

apache mod-rewrite plone zope mod-proxy
Apache 2.4 + php-fpm - AH01071: Got error 'Primary script unknown\n' mod_proxy_balancer

I'm configuring an Apache 2.4.9 with php-fpm 5.5.9 in my Ubuntu 14.04. What I want is to make a balancer for the php-fpm …

php mod-proxy apache2.4 mod-proxy-balancer
How to set up a proxy location for all paths except some with apache2?

I've got several webapps running on my webserver: SVN Repository Browser, accessible via https://beta.mydomain.tld/svn/repos Trac …

apache2 virtualhost mod-proxy
WebDAV behind a reverse proxy

I have 2 servers. One Reverse proxy on the web and one on a private link serving WebDAV. Booth servers are …

http apache2 reverse-proxy webdav mod-proxy
Using go-websocket behind Apache mod_proxy_wstunnel

Note: Updated config and added trailing slash to websocket path. Still same problem Is it possible to use go-websocket behind …

apache websocket go mod-proxy
Apache ProxyPass and Sessions

So I'm using Apache to proxy a specific folder to a Glassfish instance. The rules in my conf are: ProxyPass /…

apache session glassfish-3 mod-proxy
CORS (Access Control Allow Origin) on Apache Proxy issue

I need to send a CORS header from my map server (QGIS mapserver) that use a fast cgi with Apache 2.4.* …

apache proxy cors mod-proxy mod-headers
How to configure maven settings.xml to access nexus behind an apache proxy

I'm having trouble with getting artifacts from nexus and I hope that the community can help me out. It is …

maven nexus mod-proxy http-proxy