BTW: I had a look at your site. Works great!

After looking at the site, I maybe understood a little better what you are 
after...

Could it be:

Redirect /mmc /sct/mmc
ProxyPass  /sct/ http://SERVER.temple.edu/sct/
ProxyPassReverse  /sct/ http://SERVER.temple.edu/sct/

is what you want??

-ascs

-----Original Message-----
From: S.A. Birl [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 23, 2005 7:12 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] What is the hierarchy/precedence of 2.0 directives? 
(Redirect problem)

Hello All:

Where can I find (or does anyone know) the order in which Apache preforms its 
directives?  It may or may not solve the underlying problem below, but a recent 
discussion I had prompted the above question.


The underlying problem

        I have 2 entries in the file proxies.conf
        --------------------------------------------------------------------
        # proxy directives for http://www.temple.edu/mmc
        RewriteRule ^/+mmc((/+.*)?$) http://SERVER.temple.edu/sct/mmc$1 [P]
        ProxyPassReverse /mmc/ http://SERVER.temple.edu/sct/mmc/
        --------------------------------------------------------------------
        (not inside of a VirtualHost)


        When I enter http://www.temple.edu/mmc, the request is proxied to
        http://server.temple.edu/sct/mmc/  and the URI is re-written as
        http://www.temple.edu/sct/mmc/.  This is what I expect and has
        always worked as expected.

        The problem is when I enter http://www.temple.edu/mmc/  (note the 
trailing slash)
        The request is still proxied to http://server.temple.edu/sct/mmc, but 
the
        URI stays as http://www.temple.edu/mmc/  and not as /sct/mmc/.




My question about the order of directives stems from trying to add
   Redirect permanment /mmc http://www.temple.edu/sct/mmc/ to httpd.conf to 
compensate.

I even tried anther RewriteRule, but that didnt work either.
   RewriteRule ^/+mmc/((/+.*)?$) http://SERVER.temple.edu/sct/mmc$1 [P]


How can I fix the underlying problem?





Thanks.
Birl

Please do not CC me responses to my own posts.
I'll read the responses on the list.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to