You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ravi Kumar Munnangi <mu...@yahoo.com> on 2003/11/24 13:16:44 UTC

[users@httpd] porblem using mod_proxy.

Hi users,

  I have a problem in using mod_proxy for reverse
proxying. 
  I have configured 172.31.19.23 as porxy server.
  I contains the following lines for configuration.

  ProxyRequests off
  ProxyPass /admissions/ http://172.31.19.27/
  ProxyPassReverse /admissions/ http://172.31.19.27/

  ServerRoot "/etc/httpd"
  DocumentRoot "/var/www/html/"
  
  The index.html file is on proxy server itself.

  There is a link in the home page(index.html) for
  admissions. This link has to be directed to 
  172.31.19.27

  But the proxy server is sending the request
  /admissions.html instead of
/admissions/admissions.html
 
 This I have seen in the 172.31.19.27 's log file.
 
 Can any one identify what the problem is?
 
 Thank you!
 Ravi Kumar


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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