mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #156] Subdomain proxy -> log.io spams get socket.io #127
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rjwestman on GitHub (May 17, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/156
When I access log.io using
example.com:28778everything works normally.When redirecting using a VirtualHost log.io spams the following get to apache:
xxx.xxx.xxx.xx - - [16/May/2015:14:09:32 +0200] "GET /socket.io/1/xhr-polling/qHi9If0rVuPfT7LC_nWS?t=1431778171345 HTTP/1.1" 200 482 "https://logio.example.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.17 (KHTML, like Gecko) Version/8.0.5 Safari/600.5.17"
My VirtualHost configuration looks like this:
Does anyone know whats going on? Do i need some kind of mod_rewrite?
@hanneshal commented on GitHub (May 17, 2015):
Jep. It seems that your client used the XHR Fallback and not the websockets to update the data. Can you post the output of the dev tools? Is there any 404 or something?