Re: [users@httpd] Reverse proxy: how to map a domain.tld to a local host port

2019-10-15 Thread dino
Is there any way to map each unique domain.tld to a different app at a unique port just for that domain.tld? Why not just using virtualhosts also on your backend (tomcat,wildfly,jetty,etc)? Also, if you want to use port based VH on your backend with a single hostname per app, I would remove Pro

[users@httpd] Negative Look Ahead

2019-10-15 Thread Darryl Philip Baker
I need a rewrite or redirect rule to *.html requests except index.html to index.html. I have used a blanket negative lookahead before: RedirectMatch permanent ^/foo/bar/(?!index.html$) http://www.example.com/foo/bar/index.html But I can’t find how to correctly modify the pattern to limit the red