You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chaithanya Taduri <ch...@tcs.com> on 2017/02/23 15:36:16 UTC

[users@httpd] RE: multiple hits from single IP

Hi All,

We are receiving many hits from single IP which is causing performance degrade of the application. IP addresses are genuine. When we contacted user, he is saying that page is loading continuously but page is not getting displayed. Kindly help us in finding the root cause of the issue.

Thanks & Regards,
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994

________________________________________
From: Chaithanya Taduri
Sent: Thursday, February 23, 2017 2:29 PM
To: users@httpd.apache.org
Cc: bugzilla@apache.org
Subject: RE:multiple hits from single IP

<Subject changed>

Hi Team,

Could you please help me here. How to pose questions.


Thanks & Regards,
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994
Mailto: chaithanya.taduri@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Consulting
____________________________________________

-----Original Message-----
From: Chaithanya Taduri
Sent: Thursday, February 23, 2017 12:44 PM
To: 'users@httpd.apache.org'
Cc: 'bugzilla@apache.org'
Subject: RE: [Bug 60766] multiple hits from single IP

Hi Team,

Could you please get back to us on this as soon as possible.

Thanks & Regards,
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994
Mailto: chaithanya.taduri@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Consulting
____________________________________________

-----Original Message-----
From: Chaithanya Taduri
Sent: Wednesday, February 22, 2017 6:10 PM
To: 'users@httpd.apache.org'
Cc: 'bugzilla@apache.org'
Subject: RE: [Bug 60766] multiple hits from single IP

Thanks Bugs team,

Hi Users team,

Could you please help us here. We are getting continuous some single IP address. The IP is genuine. When contacted users,  he is complaining that page is not opening but loading continuously until he close the browser. Because of this sometimes, apache is getting hanged and application is down

Thanks & Regards,
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994
Mailto: chaithanya.taduri@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Consulting
____________________________________________

-----Original Message-----
From: bugzilla@apache.org [mailto:bugzilla@apache.org]
Sent: Wednesday, February 22, 2017 5:29 PM
To: Chaithanya Taduri
Subject: [Bug 60766] multiple hits from single IP

https://bz.apache.org/bugzilla/show_bug.cgi?id=60766

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Yann Ylavic <yl...@gmail.com> --- This bigzilla is for reporting bugs only, not for support.

Please use the users@httpd.apache.org mailing list.

--
You are receiving this mail because:
You reported the bug.
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] RE: multiple hits from single IP

Posted by Chaithanya Taduri <ch...@tcs.com>.
Hi,

Thanks for the reply.

We do not have mod_rewrite in conf file of apache. Actually our application has two servers. From first server we do ssh and connect to second server. The issue is with both server. The main application is associated is with first server and from there we do ssh and connect to second server. IN IE, the application is continuously refreshing. When we check in our access logs, the hit are same with same URI, same user agent. But when he is opening in inprivate browsing, he is able to close the application without any issues.

Thanks & Regards, 
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994 
Mailto: chaithanya.taduri@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.	IT Services
			Business Solutions
			Consulting
____________________________________________

-----Original Message-----
From: Yann Ylavic [mailto:ylavic.dev@gmail.com] 
Sent: Thursday, February 23, 2017 9:17 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] RE: multiple hits from single IP

Hi,

On Thu, Feb 23, 2017 at 4:36 PM, Chaithanya Taduri wrote:
>
> We are receiving many hits from single IP which is causing performance 
> degrade of the application. IP addresses are genuine.
> When we contacted user, he is saying that page is loading continuously 
> but page is not getting displayed. Kindly help us in finding the root 
> cause of the issue.

This is likely an (external) redirect loop, where the server (or
application) keeps redirecting the user to the same URL again and again (until browser stops sending the same request again and again).

Do you have some Redirect or mod_rewrite rules?


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: [users@httpd] RE: multiple hits from single IP

Posted by Chaithanya Taduri <ch...@tcs.com>.
Hi,

Also let me help in killing sessions. If I have session id, which I get my access logs of apache, how can kill the session of user to cut the hits from him.

Thanks & Regards, 
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994 
Mailto: chaithanya.taduri@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.	IT Services
			Business Solutions
			Consulting
____________________________________________

-----Original Message-----
From: Chaithanya Taduri 
Sent: Friday, February 24, 2017 10:23 AM
To: users@httpd.apache.org
Subject: RE: [users@httpd] RE: multiple hits from single IP

Hi,

Thanks for the reply.

We do not have mod_rewrite in conf file of apache. Actually our application has two servers. From first server we do ssh and connect to second server. The issue is with both server. The main application is associated is with first server and from there we do ssh and connect to second server. IN IE, the application is continuously refreshing. When we check in our access logs, the hit are same with same URI, same user agent. But when he is opening in inprivate browsing, he is able to close the application without any issues.

Thanks & Regards,
Chaithanya Taduri
GORDON Application
Tata Consultancy Services
Mobile:  +91 8019519625
Extension: +91 84146 11994
Mailto: chaithanya.taduri@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.	IT Services
			Business Solutions
			Consulting
____________________________________________

-----Original Message-----
From: Yann Ylavic [mailto:ylavic.dev@gmail.com]
Sent: Thursday, February 23, 2017 9:17 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] RE: multiple hits from single IP

Hi,

On Thu, Feb 23, 2017 at 4:36 PM, Chaithanya Taduri wrote:
>
> We are receiving many hits from single IP which is causing performance 
> degrade of the application. IP addresses are genuine.
> When we contacted user, he is saying that page is loading continuously 
> but page is not getting displayed. Kindly help us in finding the root 
> cause of the issue.

This is likely an (external) redirect loop, where the server (or
application) keeps redirecting the user to the same URL again and again (until browser stops sending the same request again and again).

Do you have some Redirect or mod_rewrite rules?


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



Re: [users@httpd] RE: multiple hits from single IP

Posted by Yann Ylavic <yl...@gmail.com>.
Hi,

On Thu, Feb 23, 2017 at 4:36 PM, Chaithanya Taduri wrote:
>
> We are receiving many hits from single IP which is causing
> performance degrade of the application. IP addresses are genuine.
> When we contacted user, he is saying that page is loading
> continuously but page is not getting displayed. Kindly help us in
> finding the root cause of the issue.

This is likely an (external) redirect loop, where the server (or
application) keeps redirecting the user to the same URL again and
again (until browser stops sending the same request again and again).

Do you have some Redirect or mod_rewrite rules?


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org