Dieterbe / anthracite

an event / change logging/managament app
Apache License 2.0
295 stars 33 forks source link

/report/data 404s behind mod_proxy #24

Open elijah opened 9 years ago

elijah commented 9 years ago

I've been beating my head against this a bit - but I feel sort of stuck now.

I have anthracite running behind mod_proxy - and almost everything seems to work.

The 'operational report' screen, though, seems to not - when I load it with chrome developer tools open, it reports, "Failed to do graphite POST request to /report/data/: error: Not Found"

I've not had much success fixing this yet - I've got POST requests specifically allowed in a Limit block in my apache config, and i've set the DefaultType to none - because I thought the content-type was being overridden to text/plain when passed, and figured that could be making a mess.

I also have thought about perhaps there not being enough data (events) for anything reasonable to be returned - so I manufactured some. Still, it seems that it's having some sort of issue; is there something I need to kick before the /report/data endpoint will return correctly?

Happy to chat/screenshare/whatever helps you help me.

thanks,

--e

elijah commented 9 years ago

Oh, and when I get this working... I'm happy to share my apache vhost config that has this behind it. :)