On 4/11/07, David Salisbury <salisbury@xxxxxxxxx> wrote:
ProxyPass /fsl/ ! ProxyPass /hq/ ! ProxyPass /arc/ ! ProxyPass / http://saruman.xxx.yyy.edu:8080/ ProxyPassReverse / http://saruman.xxx.yyy.edu:8080/
What I get from the above is almost the reverse of what I want.. "/" isn't proxied but /fsl , /hq, and /arc are. Adding in some "ProxyPassReverse /fsl/ ! " stuff doesn't seem to have an effect, not that I'd expect it to, and if I put the "!"s after the root ( "/" ) directive, then the "/" directive gets proxied, but still the others don't, which I'd kind of expect. Oh.. it didn't seem to make any difference placing things outside of the <virtualHost> either.
I don't know what is causing your exact problem, but from your description it looks like you should at least drop the trailing slash from your ProxyPass exclusions. Joshua. --------------------------------------------------------------------- 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