- changed status to resolved
Favicon not showing with Apache reverse proxy
Issue #318
resolved
When Monit is behind a reverse proxy, the favicon does not show. GET request goes to "/favicon.ico" when it should go to "/status/favicon.ico"
Relevant Apache config:
#!
# Add a trailing slash
RewriteRule ^/status$ https://%{HTTP_HOST}/status/ [L,R=301]
ProxyPass /status/ http://localhost:2812/
ProxyPassReverse /status/ http://localhost:2812/
Incorrect series of requests:
Image showing correct GET request for favicon.ico working:
Thanks!
Comments (2)
-
repo owner -
repo owner - removed version
Removing version: 5.15 (automated comment)
- Log in to comment
Fix Issue
#318: The favicon.ico didn't display when monit was behind reverse HTTP proxy.→ <<cset 47f182baba52>>