Re: apache reverse proxy query

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

 



?Can you post us the pertinent part of your Apache 
configuration?... Are you doing something more elaborate or different?? 
 Sure ? be happy to: 
<VirtualHost *:80>
  ServerName corvair.dominion.org/tst
  ServerAlias corvair.dominion.org /tst
 
  Proxyrequests off
 
  <Proxy *>
    Order deny,allow
    Allow from all
  </Proxy>
 
  ProxyPass / http://budd. dominion.org /tst/
  ProxyPassReverse / http://budd. dominion.org /tst/
 
</VirtualHost>
#
# Disable TRACE and TRACK verbs
#
RewriteEngine on
  RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
  RewriteRule .* -[F]
 
So, to recap: browser sends request for http://budd. dominion.org /tst/form.asp?name=&addy= ;
FW says REDIRECT to apache proxy?http:// corvair.dominion.org/tst ;  apache proxy will work fine with base request - http://budd. dominion.org /tst/ - but doesn?t seem to pass anything else, e.g., form.asp?name=&addy=
 
I appreciate the assist?
 
Oh, to Nick & j.k. ? I DID read the help file Nick authored but I think I?m being exceptionally dense about this ?cause I didn?t see what perhaps you thought I should in it?
 
Fred
 
p.s. ? have tried various combinations of trailing whacks on proxy and virtual hosts w/o success?


Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.
[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