Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Eric Covener
On Wed, Apr 21, 2010 at 9:41 AM, Petr Hracek wrote: > OK. Thanks but for the clarification on the > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html > in section Forward Proxies and Reverse Proxyies is mentioned: > > A reverse proxy is activated using the ProxyPass directive or the [P] flag > t

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread alin vasile
only if you don't have rewrite rules that force proxy ([P]) From: Petr Hracek To: users@httpd.apache.org Sent: Wed, April 21, 2010 4:41:43 PM Subject: Re: [us...@httpd] Running script from configuration file of Apache2 OK. Thanks but for the clarificati

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Petr Hracek
OK. Thanks but for the clarification on the http://httpd.apache.org/docs/2.2/mod/mod_proxy.html in section Forward Proxies and Reverse Proxyies is mentioned: A reverse proxy is activated using the ProxyPassdirective * or *the [P] flag

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Tom Evans
On Wed, Apr 21, 2010 at 2:21 PM, Petr Hracek wrote: > Is there any possibility how to work without RewriteRule > with turn on RewriteRule? > > thank you in advance > Petr > No, not really. Cheers Tom - The official User-To-Use

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Petr Hracek
Is there any possibility how to work without RewriteRule with turn on RewriteRule? thank you in advance Petr 2010/4/21 Tom Evans > On Wed, Apr 21, 2010 at 11:24 AM, Petr Hracek wrote: > > Hello *, > > > > I would like to ask you on the one interesting think: > > I need to proxy the requests to

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Tom Evans
On Wed, Apr 21, 2010 at 11:24 AM, Petr Hracek wrote: > Hello *, > > I would like to ask you on the one interesting think: > I need to proxy the requests to the specified url to a dynamically generated > address. > Instead of: > >     ProxyPass  http://192.0.2.25:8080/CBAdmin/ >     ProxyPassRever

[us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Petr Hracek
Hello *, I would like to ask you on the one interesting think: I need to proxy the requests to the specified url to a dynamically generated address. Instead of: ProxyPass http://192.0.2.25:8080/CBAdmin/ ProxyPassReversehttp://192.0.2.25:8080/CBAdmin/ ProxyPassReverseCookiePath /C