You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Steffan Cline <st...@hldns.com.INVALID> on 2022/02/23 20:01:14 UTC

[users@httpd] Proxying a site from another device

On my home server, I have a bunch of location directives proxying for apps running on different ports but on the same server such as /app1 or /app2.

 

I tried to create a proxy that goes from my apache server to my DSL router which is of course on a different IP and appliance. https://domain.tld/dsl

 

<Location /dsl>

    ProxyPass http://192.168.0.1/

    ProxyPassReverse http://192.168.0.1/

    Order deny,allow

    Deny from all

    Allow from all

</Location>

 

It will load up just the raw html but none of the assets. The page is plain rendered html with no css, images, js or anything. You can’t even login to the modem.

 

Would this be a limitation somehow of the proxy config or a security setting on the modem that won’t let it be proxied?

 

 

Thank you,

Steffan Cline

steffan@hldns.com

602-793-0014