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
iodbctest(1)						       iODBC Driver Manager						      iodbctest(1)

NAME
iodbctest, iodbctestw - iODBC Demonstration programs SYNOPSIS
iodbctest ["DSN=xxxx[;UID=xxxx][;PWD=xxxx][;OPT=value]"] iodbctestw ["DSN=xxxx[;UID=xxxx][;PWD=xxxx][;OPT=value]"] DESCRIPTION
The iodbctest program and iodbtestw programs are simple ODBC sample programs, showing the strength of the ODBC API to connect to any ODBC enabled database, issue SQL commands and retrieve the query results. The iodbctest program uses the standard ODBC API calls to connect using any DSN, but retrieves all results in ASCII mode. The iodbctestw program uses the ODBC Unicode API calls to connect using any DSN, and retrieves all results in Unicode mode. OPTIONS
The iodbctest program uses the SQLDriverConnect function to make a connection using any available ODBC compliant driver. This allows the user to override any ODBC connect attribute in the DSN string. Connect strings should start with either a DSN=xxx or a DRIVER=xxxx attribute optionally followed by other DSN attributes separated by a semicolon e.g: DSN=ora9;UID=scott;PWD=tiger;DATABASE=ora9u Any attributes required for a proper connection that are not entered in the DSN connect string, must be present in the odbc.ini file. If the connect string is passed as an argument to the iodbctest program, the string should be quoted as most shells use the semicolon as their command separator. If the connect string is entered on the interactive prompt, no quotes should be used. After a successful connection has been established, the user is prompted for a SQL command to be send to the database. A SQL command cannot span multiple lines. If the SQL command returns one or more result sets, each result set is fetched using character buffers and displayed in a table. Additionally, the iodbctest program understands a few special commands: qualifiers Show a list of qualifiers using the SQLTables catalog call. owners Show a list of owners using the SQLTables catalog call. tables Show a list of tables using the SQLTables catalog call. types Show a list of tables types using the SQLTables catalog call. datatypes Show a list of data types using the SQLGetTypeInfo catalog call. reconnect Perform a disconnect/reconnect with the information saved during the first SQLDriverConnect. quit (or exit) Exit the program and return to the shell. EXAMPLES
Start the iodbctest program and get a list of DSNs before making a connection: $ iodbctest OpenLink ODBC Demonstration program This program shows an interactive SQL processor Enter ODBC connect string (? shows list): ? DSN | Driver ----------------------------------------------------------------- ora9 | OpenLink Generic ODBC Driver mysql | OpenLink Generic ODBC Driver mysqllite | OpenLink Lite for MySQL myodbc | MyODBC Driver pgsql | OpenLink Generic ODBC Driver tds | OpenLink Generic ODBC Driver Enter ODBC connect string (? shows list): DSN=ora9;PWD=tiger Driver: 05.20.0316 OpenLink Generic ODBC Driver (oplodbc.so) SQL> Connect to an Oracle 9 instance which has been previously setup in the odbc.ini file: $ iodbctest "DSN=ora9;UID=scott;PWD=tiger" iODBC Demonstration program This program shows an interactive SQL processor Driver: 05.20.0316 OpenLink Generic ODBC Driver (oplodbc.so) SQL>select * from emp ID |NAME -----------------+------------------------------------------- 1 |Record 1 2 |Record 2 2 |Record 3 result set 1 returned 3 rows. SQL> quit COPYRIGHT
Copyright (C) 1996-2009 by OpenLink Software AUTHOR
iODBC Administrator <iodbc@openlinksw.com> 3.52.7 3 August 2005 iodbctest(1)
All times are GMT -4. The time now is 05:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy