2

I have got an installed WAMP Stack with Apache 2.4.23, PHP 5.6.25 and MySQL 5.7.14. On this server there is a small PHP Laravel application which only serves as a Web-Service-API for inserting Data. When we try to insert Data evey 300 Milliseconds, after about 1 minute we get a 429 Too Many Requests Error. Does anybody know which settings i could change to prevent this Error?

Edit: The Data is inserted from one client only which might lead to this error, although we are inserting tons of measure data from this client!

sideshowbarker
  • 81,827
  • 26
  • 193
  • 197
Andreas Zeiner
  • 537
  • 7
  • 24
  • 1
    Possible duplicate of [Apache2: 429, Too Many Requests response](http://stackoverflow.com/questions/15632645/apache2-429-too-many-requests-response) – CBroe Jan 31 '17 at 14:12
  • i already found this post although no change when modifing the settings. i thought apache would be suitable for a lot of concurrent requests! – Andreas Zeiner Jan 31 '17 at 14:17

0 Answers0