Sponsored Content
Operating Systems BSD Too many connections from ::1 - OPTIONS * HTTP/1.0 Post 302352950 by justwondering01 on Monday 14th of September 2009 05:44:38 AM
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
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
NET-SERVER(1)						User Contributed Perl Documentation					     NET-SERVER(1)

NAME
net-server - Base Net::Server starting module SYNOPSIS
net-server [base type] [net server arguments] net-server PreFork ipv '*' net-server HTTP net-server HTTP app foo.cgi net-server HTTP app foo.cgi app /=bar.cgi net-server HTTP port 8080 port 8443/ssl ipv '*' server_type PreFork --SSL_key_file=my.key --SSL_cert_file=my.crt access_log_file STDERR DESCRIPTION
The net-server program gives a simple way to test out code and try port connection parameters. Though the running server can be robust enough for full tim use, it is anticipated that this binary will just be used for basic testing of net-server ports, acting as a simple echo server, or for running development scripts as CGI. OPTIONS
"base type" The very first argument may be a Net::Server flavor. This is given as shorthand for writing out server_type "ServerFlavor". Additionally, this allows types such as HTTP and PSGI, which are not true Net::Server base types, to subclass other server types via an additional server_type argument. net-server PreFork net-server HTTP # becomes a HTTP server in the Fork flavor net-server HTTP server_type PreFork # preforking HTTP server "port" Port to bind upon. Default is 80 if running a HTTP server as root, 8080 if running a HTTP server as non-root, or 20203 otherwise. Multiple value can be given for binding to multiple ports. All of the methods for specifying port attributes enumerated in Net::Server and Net::Server::Proto are available here. net-server port 20201 net-server port 20202 net-server port 20203/IPv6 "host" Host to bind to. Default is *. Will bind to an IPv4 socket if an IPv4 address is given. Will bind to an IPv6 socket if an IPv6 address is given (requires installation of IO::Socket::INET6). If a hostname is given and "ipv" is still set to 4, an IPv4 socket will be created. If a hostname is given and "ipv" is set to 6, an IPv6 socket will be created. If a hostname is given and "ipv" is set to * (default), a lookup will be performed and any available IPv4 or IPv6 addresses will be bound. The "ipv" parameter can be set directly, or passed along in the port, or additionally can be passed as part of the hostname. net-server host localhost net-server host localhost/IPv4 There are many more options available. Please see the Net::Server documentation. AUTHOR
Paul Seamons <paul at seamons.com> LICENSE
This package may be distributed under the terms of either the GNU General Public License or the Perl Artistic License perl v5.16.2 2012-06-12 NET-SERVER(1)
All times are GMT -4. The time now is 04:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy