Hey!

I believe ldavg runs on nginx with the latest nightly and AP plugin disabled ( @xrevan86 will know this better than I do, obviously).

Nonetheless, I tested in social.hackersatporto.com (nginx based), which is running nightly with AP enabled and the APIs seemed to be working. I doubt ActivityPubPlugin to affect this.

nginx vs apache shouldn't make any difference (but may, although I would only expect some in serving attachments, and that was tested with both web servers).

If you're convinced that AndStatus stopped working with a code update, try rolling back some commits to see if it helps; try also to disable every plugin you've enabled to see if it is some plugin's fault. Also, check the PHP's error log, apache's and GNU social's to see if they have some helpful information.

Consider opening an issue concerning this in the repository if your findings suggest a bug somewhere!

See ya ^^

AH! Please specify a commit or branch when reporting issues because both master, nightly and experimental announce 2.0.0-dev :/

Kind reminder:

- 1.20.x is the latest release (v1.20.9)
- master is fairly stable and acceptable to be used in production
- nightly is force pushed somewhat frequently and is intended for devs (ActivityPub plugin isn't considered ready for production and will cause duplicated profiles when used together with OStatus - that's why ldavg has it disabled, TheFederationModule will solve this)
- experimental is for my own testing