Too many connections from ::1 - OPTIONS * HTTP/1.0


 
Thread Tools Search this Thread
Operating Systems BSD Too many connections from ::1 - OPTIONS * HTTP/1.0
# 1  
Old 09-14-2009
Too many connections from ::1 - OPTIONS * HTTP/1.0

Hi!

I am really not sure if this the right place to post this question but since my server is FreeBSD, I'll go for it Smilie

I have a server and there are times that the load of my server would just shoot up. I'm using apache-top right now to check the cause of the problem and all I see are a lot of connections from ::1 (localhost). Here is a sample of what I'm seeing when running apache-top or when accessing /server-status. Yes ExtendedStatus is set to On.

121-0 - 0/0/ . 0.01 14201 0 0.0 0.00 21.46 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 2145
122-0 - 0/0/ . 0.00 14208 0 0.0 0.00 39.73 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1716
123-0 - 0/0/ . 0.28 14116 0 0.0 0.00 38.23 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1926
124-0 - 0/0/ . 0.06 14164 0 0.0 0.00 17.90 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1507
125-0 - 0/0/ . 0.07 14149 0 0.0 0.00 22.40 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1690
126-0 - 0/0/ . 0.28 14134 0 0.0 0.00 7.63 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1166
127-0 - 0/0/ . 1.13 13992 0 0.0 0.00 43.96 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1499
128-0 - 0/0/ . 30.16 14052 0 0.0 0.00 9.73 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0 1386
129-0 - 0/0/ . 0.09 14184 0 0.0 0.00 44.47 ::1 xxx.xxxx.xxxx OPTIONS * HTTP/1.0

I've tried searching in the net for answers regarding my problem. Some says it's just normal to have this kind of lines but I think it's the cause of the high cpu usage in my server. Anyone out there who have any ideas or suggestions regarding my problem? http://www.apache.com/forums/Smileys/default/huh.gif I really really need your help guys about this issue. http://www.apache.com/forums/Smileys/default/cry.gif

My OS is FreeBSD 6.2. Apache version is 2.2. Please help http://www.apache.com/forums/Smileys/default/cry.gif

Thanks in advance.

-justwondering01
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk script to find time difference between HTTP PUT and HTTP DELETE requests in access.log

Hi, I'm trying to write a script to determine the time gap between HTTP PUT and HTTP DELETE requests in the HTTP Servers access log. Normally client will do HTTP PUT to push content e.g. file_1.txt and 21 seconds later it will do HTTP DELETE, but sometimes the time varies causing some issues... (3 Replies)
Discussion started by: Juha
3 Replies

2. Web Development

HTTP Headers Reference: HTTP Status-Codes

Hypertext Transfer Protocol -- HTTP/1.1 for Reference - HTTP Headers 10 Status Code Definitions Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation required in the response. (1 Reply)
Discussion started by: Neo
1 Replies

3. Ubuntu

Kernel boot options removed by fault, no boot options

Hello Everyone, First of all, I highly appreciate all Linux forum members and whole Linux community. http://forums.linuxmint.com/images/smilies/icon_wink.gif. I wish you the best for all of you ! I will try to be short and concise: I am using Linux Mint 10 for 2 months on 2 ws, and all went... (3 Replies)
Discussion started by: cdt
3 Replies

4. Shell Programming and Scripting

sending http url through http socket programming..

hi am senthil am developing a software to send and receive SMS using HTTP connection first of all am forming a URL and sending that URL to a remote server using my Client Program i send that url through Socket(using Send() Function) if i send more than one URL one by one using the same... (4 Replies)
Discussion started by: senkerth
4 Replies

5. Programming

sending http url through http socket programming..

hi am senthil am developing a software to send and receive SMS using HTTP connection first of all am forming a URL and sending that URL to a remote server using my Client Program i send that url through Socket(using Send() Function) if i send more than one URL one by one using the same... (0 Replies)
Discussion started by: senkerth
0 Replies

6. Web Development

How to find number of http connections active currently in apache web server

Hi I have a solaris 9 OS with apache web server running on top of it. i want to know how many http connections are active at any point in time. (In other words how many users are accessing my website it at any moment of time) How to get it..? hit counters are not required... ----------... (0 Replies)
Discussion started by: aemunathan
0 Replies

7. HP-UX

HP-UX: X connections...?

Hello All, I have 2 qries about X connections on HP-UX : 1.How/where to determine whether "X connections" to the server are controlled. 2. How/where to determine whether "X11 connection" are tunnelled via ssh. 3. How/where to determine the "Time in minutes before unattended X terminals... (0 Replies)
Discussion started by: abhayh
0 Replies

8. UNIX for Dummies Questions & Answers

Threads v/s Connections

Can someone please explain the difference between a connection and a thread. Any explanation will help! Thanks (3 Replies)
Discussion started by: suntan
3 Replies
Login or Register to Ask a Question