Thanks Anil,
But it doesn't helps , the same result moreover if I enable virtual host , my rest of the webservers are not working. My error log says
[Tue Jan 03 16:39:39 2006] [error] [client xx.xx.xx.xx] File does not exist: /usr/local/apache2/htdocs/SynAppTestTSD, referer: https://xx.xx.xx.xx/AppTest/Dashboard/pages/ReportViewer.aspx
[Tue Jan 03 17:44:14 2006] [error] [client xx.xx.xx.xx] File does not exist: /u
sr/local/apache2/htdocs/AppTest
sr/local/apache2/htdocs/AppTest
Looking for any help from the who faced this problem/have any idea
Thanks
Isha
On 1/3/06, Anil Dighade <[EMAIL PROTECTED]> wrote:
Isha,Try this<VirtualHost 172.24.6.57:7333>
DocumentRoot /data2/app/apache/apachessl/htdocs
ServerName 172.24.6.57<IfModule mod_proxy.c>
ProxyRequests off
<Proxy *>
order deny,allow
Allow from all
</Proxy>
ProxyBadHeader Ignore
Alias /app/ "/data2/app/apache/apachessl/htdocs"
Alias /app "/data2/app/apache/apachessl/htdocs"
ProxyPass /app/ http://172.24.43.212:7001/myapp/
ProxyPassReverse /app/ http://172.24.43.212:7001/myapp/
</IfModule>
</VirtualHost>RegardsAnil D-----Original Message-----
From: isha b [mailto: [EMAIL PROTECTED]]
Sent: Tuesday, January 03, 2006 2:50 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Revrse Proxy Query errorsHI all,I am using reverse proxy to host my webservers. It was working fine for exchanges etc. Recently I tried to add one more server which works based on the queries from the users. The problem is as below1. Able to login to the webpage,2. Able to select the submenu's3.But once you put the query to select some indentities or or trying to view the reports generation based on the given criteria ,, will end up with message " Page can not be displayed "my htpd.conf contains the following proxy modules ..
# LoadModule foo_module modules/mod_foo.so
#
LoadModule headers_module modules/mod_headers.so
LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadFile /usr/lib/libxml2.so
LoadModule proxy_http_module modules/mod_proxy_http.so
---
---
----
----
<IfModule mod_proxy.c>
RequestHeader set Front-End-Https "On"
ProxyRequests Off
ProxyPreserveHost On
ProxyHTMLLogVerbose On
LogLevel Info
ProxyHTMLExtended On
ProxyHTMLURLMap from-pattern to-pattern flags
#RequestHeader add Front-End-Https "On"
AllowCONNECT 443
Anybody have idea about such problems ,Whats went wrong ?Thanks in advance for your helpISha
*********************************************************
Disclaimer:
The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT.
This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use
*********************************************************