Mod Proxy

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

 



Hello,

I have setup a basic proxy configuration as shown below.  The application we are integrating with, makes use of Java Applets that are launched through a JNLP file.
I would like to know if this applet will be loaded through the proxy or if the proxy skips this.

In production we will have rules that force all requests to go through the proxy and am trying to understand how this will works as I am bit new to this.

ProxyRequests Off
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>

<Location />
    ProxyPass http://myhost:8080/viewer/
    SetEnv force-proxy-request-1.0 1
    SetEnv proxy-nokeepalive 1

RequestHeader append Userid "IDM_SRC"

</Location>

Thanks in advance for your help

[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