You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Suneet Shah <su...@gmail.com> on 2011/09/11 21:39:05 UTC

[users@httpd] Mod Proxy

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

Re: [users@httpd] Mod Proxy

Posted by Suneet Shah <su...@gmail.com>.
Thanks Eric

On Sun, Sep 11, 2011 at 3:53 PM, Eric Covener <co...@gmail.com> wrote:

> On Sun, Sep 11, 2011 at 3:39 PM, Suneet Shah <su...@gmail.com>
> wrote:
> > 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.
>
> It should use the proxy. Confirming is as easy as reading the access
> log on the proxy server.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Mod Proxy

Posted by Eric Covener <co...@gmail.com>.
On Sun, Sep 11, 2011 at 3:39 PM, Suneet Shah <su...@gmail.com> wrote:
> 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.

It should use the proxy. Confirming is as easy as reading the access
log on the proxy server.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org