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

stef...@hldns.com

602-793-0014 

 

Reply via email to