> -----Original Message----- > From: Jim Jagielski [mailto:j...@jagunet.com] > Sent: Montag, 28. März 2011 21:08 > To: dev@httpd.apache.org > Subject: new ProxyPass/ProxyPassReverse "feature" for 2.4?? > > Assuming > > ProxyPass /foo http://www.example.com/foo > > should ProxyPass automatically create the corresponding > ProxyPassReverse statement? > > It seems bogus to me that we still require such things... > > Of course, we can't get rid of it completely, to handle such > cases as: > > ProxyPass / ajp://localhost:8009/jsp/ > ProxyPassReverse / http://www.example.com/jsp/ > > but shouldn't we automagically handle the "common" case??
If this behaviour is well documented and could be turned off I am +0. I want to avoid a "smart" server getting in the way of an admin if the situation requires special handling. Regards Rüdiger