mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-17 05:30:59 +00:00
1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
[{"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297768128.578198, "message": "I have an apache server serving php pages. I don't want to make nginx server php pages directly, but want nginx to forward requests to apache.", "group_id": 1965, "id": 110287}, {"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297768204.883317, "message": "so if I configure nginx to send a max. of 100 simultaneous requests to apache and nginx gets 500 requests, it should buffer 400 and send them as and when apache gives a response.", "group_id": 1965, "id": 110298}, {"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297768211.9159679, "message": "how do I configure nginx to do this?", "group_id": 1965, "id": 110300}, {"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297768166.5927751, "message": "However, nginx should limit the number of requests sent to apache and probably queue the remaining requests.", "group_id": 1965, "id": 110293}, {"user_id": 3456, "stars": [], "topic_id": 5988, "date_created": 1297849033.174298, "message": "This config entry shows you the reverse proxy cache config items: http://wiki.nginx.org/ReverseProxyCachingExample", "group_id": 1965, "id": 118552}, {"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297850563.203258, "message": "okay and the 2nd one?", "group_id": 1965, "id": 118688}, {"user_id": 3456, "stars": [], "topic_id": 5988, "date_created": 1297848802.8391199, "message": "Two parts to your question: how to get apache to live behind nginx and how to rate limit nginx's proxy", "group_id": 1965, "id": 118540}, {"user_id": 3456, "stars": [], "topic_id": 5988, "date_created": 1297848975.8433101, "message": "first the easy one - the nginx wiki has a sample config that will show you each of the config items you need to set. I would then click thru each and read what they do within nginx: http://wiki.nginx.org/LikeApache", "group_id": 1965, "id": 118545}, {"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297850583.5030451, "message": "okay got it (the UI hadn't updated your 2nd post till I posted my reply)...", "group_id": 1965, "id": 118690}, {"user_id": 11358, "stars": [], "topic_id": 5988, "date_created": 1297850589.2212601, "message": "thanks bear!! :-)", "group_id": 1965, "id": 118691}, {"user_id": 15368, "stars": [], "topic_id": 5988, "date_created": 1298565108.3898721, "message": "I have some articles on getting this working over at http://syslog.tv and I also have a Python program that auto-configures nginx and Apache vhosts for reverse proxying - https://github.com/kura/mkwebsite that you may find useful.", "group_id": 1965, "id": 198867}, {"user_id": 3456, "stars": [], "topic_id": 5988, "date_created": 1298601554.9144681, "message": "nice article @kura", "group_id": 1965, "id": 205198}, {"user_id": 15368, "stars": [], "topic_id": 5988, "date_created": 1298629507.871223, "message": "@bear Thank you. =)", "group_id": 1965, "id": 207007}] |