I'm trying to set my apache web server as a reverse proxy to another web server in our local network. Got it to work, for the most part, except none of the graphics get served to the client.
Here's my proxy code:
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /asr ProxyPassReverse /asr
Here's my proxy code:
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /asr ProxyPassReverse /asr