Mobile app version of vmapp.org
Login or Join
Correia994

: Why am I getting regular http requests for rpix.php on my AWS server Recently Ive redeployed by Java application to AWS ElasticBeanstalk running within a Tomcat container. I now keep getting

@Correia994

Posted in: #AmazonAws #Http

Recently Ive redeployed by Java application to AWS ElasticBeanstalk running within a Tomcat container. I now keep getting messages like:

Message: Environment health has transitioned from Ok to Degraded. 9.1 % of the requests are failing with HTTP 5xx.


due to the new Health monitor.

I have downloaded the logs and the only http 500 errors I can find are in localhost for an attempt to access rpix.php

127.0.0.1 - - [23/Dec/2015:05:07:40 +0000] "GET /rpix.php?id=253 HTTP/1.1" 500 1728


Ive no idea what rpix.php is ?

Is this related to my server being on AWS, or just some random attempt by some one to lookup a non-existent url.

Can I/Should I block this url request before it even gets to my tomcat instance ?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Correia994

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme