Re: [us...@httpd] Authentication proxy over proprietary module

2010-06-21 Thread Petr Hracek
Hello *, I have forgott to mentioned that proxy setup in my apache2 configuration file is not setup in Browser Proxy setting and it will not be setup there anymore. It is not required anymore Best Regards Petr 2010/6/18 Petr Hracek : > I have requested URL https:///term/ > and I have expected th

Re: [us...@httpd] Authentication proxy over proprietary module

2010-06-18 Thread Eric Covener
On Fri, Jun 18, 2010 at 9:36 AM, Petr Hracek wrote: > Hello, > > when I move ProxyPass to RewriteRule so that now it looks like following: > RewriteRule ^/term/$ http://127.0.0.1:8000/ [P] > RewriteRule ^/term/u$ http://127.0.0.1:8000/u [P] > RewriteRule ^/term/(.*) http://127.0.0.1/public/ajaxter

Re: [us...@httpd] Authentication proxy over proprietary module

2010-06-18 Thread Petr Hracek
Hello, when I move ProxyPass to RewriteRule so that now it looks like following: RewriteRule ^/term/$ http://127.0.0.1:8000/ [P] RewriteRule ^/term/u$ http://127.0.0.1:8000/u [P] RewriteRule ^/term/(.*) http://127.0.0.1/public/ajaxterm/$1 [P] RewriteRule ^/([^/]+)$ ${unity:$1|/$1} [L]

Re: [us...@httpd] Authentication proxy over proprietary module

2010-06-18 Thread Eric Covener
On Fri, Jun 18, 2010 at 8:13 AM, Petr Hracek wrote: > satisfy any was deleted and with slash is also not working. > The same error 404. Tough to guess why it didn't get proxied without looking at verbatim doc. If it doesn't get proxied, it won't match your . > > in the Virtual Host section I hav

Re: [us...@httpd] Authentication proxy over proprietary module

2010-06-18 Thread Petr Hracek
satisfy any was deleted and with slash is also not working. The same error 404. in the Virtual Host section I have RewriteRule section as well and at the and is mentioned: RewriteRule ^/([^/]+)$ ${unity:$1|/$1} [L] RewriteRule ^/([^/]+)/(.*) ${unity:$1|/opt/apache/htdocs/ssldocs/$1}/

Re: [us...@httpd] Authentication proxy over proprietary module

2010-06-18 Thread Eric Covener
On Fri, Jun 18, 2010 at 7:32 AM, Petr Hracek wrote: > Hello *, > > I have tried to find out any solution how to authenticate/authorized access > to the proxy but I did not found any > good answer to my question. > > Let's say that I have my own module which is take care about authentication > to t

[us...@httpd] Authentication proxy over proprietary module

2010-06-18 Thread Petr Hracek
Hello *, I have tried to find out any solution how to authenticate/authorized access to the proxy but I did not found any good answer to my question. Let's say that I have my own module which is take care about authentication to the SSL web pages. Unfortunatelly I would like to authenticate proxy