> I have the following in my conf file:
>
> # Framed applications
> ProxyPass /frames http://sw3.tivoli.com:81/frames
> ProxyPassReverse /frames http://sw3.tivoli.com:81/frames
>
> # Begin Apache::ProxyStuff stuff
> PerlModule Apache::ProxyStuff
>
> <Location />
> SetHandler      perl-script
> PerlHandler     Apache::ProxyStuff
> PerlSetVar      HeaderFile      /includes/home_top_table.html
> PerlSetVar      FooterFile      /includes/footer.html
> PerlSetVar      BodyAttributes  "TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0
> MARGINWIDTH=0"
> PerlSetVar      ProxyPrefix http://sw3.tivoli.com:81
> </Location>
>
> (Apache::ProxyStuff is similar to Apache::Sandwich but it gets files from
> remote servers and allows you to mess with the content. Once we
> put it into
> production and I get approval from the higher ups I'm going to make it
> available on CPAN.)
>
> The problem I've run into is even though I've set up ProxyPass rules for
> /frames it's getting handled by Apache::ProxyStuff. I though
> apache would apply
> the most specific rule (in this case /frames over /) but that
> doesn't seem to
> be happening. I tried moving the ProxyPass stuff to the end of the file in
> hopes it would take the last rule that applied but that didn't
> work either.
>

Also I not tried it out with ProxyPass, adding

<Location /frames>
SetHandler      none
</Location>

after the

</Location>

has solved a similar problem for me.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to