Proxying a site from another device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx

602-793-0014 

 


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux