RE: [users@httpd] Proxy pass and proxy pass reverse problem with $

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Apologies .. I explained it badly ... I will try again.

I have an internal web site ...

               http://ms-weather.egshs.local

Within this internal web site I have links like

                http://ms-weather.egshs.local/Doc$1/Destination.htm


I am trying to make the internal web site available on the internet as

                 http://egshs.wa.edu.au/weather  .. Which is up now.

To do this I have the following lines in my .conf file


 ProxyRequests off
 ProxyPass            /weather   http://ms-weather.egshs.local
 ProxyPassReverse     /weather   http://ms-weather.egshs.local


HOWEVER, on the internet I seem to have some broken links.  For example

INSTEAD of 
           http://egshs.wa.edu.au/weather/Doc$1/Destination.htm

I get 
            http://egshs.wa.edu.au/Doc$1/Destination.htm   :-(

i.e. It loses the /weather bit.

I am wondering if the $ sign in the internal URL is causing problems
with
the ProxyPassReverse ?????

Any help would be much appreciated.

Regards

Peter de Groot
Sys Admin
Eastern Goldfields Senior Highs School
Kalgoorlie
Western Australia
Mob  0418915312




-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@xxxxxxx] 
Sent: Monday, 30 May 2005 6:15 PM
To: users@xxxxxxxxxxxxxxxx
Subject: RE: [users@httpd] Proxy pass and proxy pass reverse problem
with $


> -----Original Message-----
> From: de Groot, Peter [mailto:peter.de.groot@xxxxxxxxxxxxxxx]
> Sent: Montag, 30. Mai 2005 11:46
> To: users@xxxxxxxxxxxxxxxx
> Cc: Greg.JOHNSTON2@xxxxxxxxxxxxx
> Subject: [users@httpd] Proxy pass and proxy pass reverse
> problem with $
> 
> 
> 
> 
> Apologies ... Putty cut and past problem with previous ;-(
> 
> Please help.
> 
> I am using proxypass and proxypassreverse to try and redirect
> People to
> my internal web site....
> 
> 
> Website is 
>                     http://egshs.wa.edu.au/weather
> 
> 
> Extract
> 
>  RewriteEngine on
>  RewriteLog       "/var/log/httpd/rewrite.log"
>  Rewriteloglevel  4
> 
>  RewriteRule    ^/weather$           /weather/index.htm  [R]
> 
> ProxyRequests off
> ProxyPass            /weather   http://ms-weather.egshs.local
> ProxyPassReverse     /weather   http://ms-weather.egshs.local
> 
> 
> Problem .....
> 
> The internal site uses a $ sign (eg Doc$1) in a lot of its
> web pages.  I
> suspect that this is upsetting the proxypass rewrite engine :-(
> 
> e.g.
> 
>   http://egshs.wa.edu.au/Doc$1/Destination.htm
> 
> which SHOULD be
> 
>   http://egshs.wa.edu.au/weather/Doc$1/Destination.htm

I don't understand... 

- what should be the browser URL?
- what URL on the backend should this map to?
- what URL is requested on the backend?

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> 
> Is there any way of telling the proxypass to ignore the $ signs :-( Or

> is it something else ..... ???
> 
> Regards
> 
> Peter de Groot
> Sys Admin
> Eastern Goldfields Senior Highs School
> Kalgoorlie
> Western Australia
> Mob  0418915312
> 
> ---------------------------------------------------------------------
> 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-unsubscribe@xxxxxxxxxxxxxxxx
>    "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> 
>
 
 
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company.

---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux