On Fri, Jun 18, 2010 at 9:36 AM, Petr Hracek <phrac...@gmail.com> 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/ajaxterm/$1 [P]
> RewriteRule ^/([^/]+)$              ${unity:$1|/$1} [L]
> RewriteRule ^/([^/]+)/(.*)  ${unity:$1|/opt/apache/htdocs/ssldocs/$1}/$2 [L]
>
> Then page is shown but unfortunatelly without and
> authentication/authorization screen.
>
> May be I misunderstand your answer.
>> 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 <Proxy *>.
> What do you mean with verbatim doc? Could you please send me reference?
>

What URL did you request? What got logged? What did the RewriteLog
say?  What did you expect?

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to