From owner-freebsd-questions Wed Jan 2 5:49:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from femail47.sdc1.sfba.home.com (femail47.sdc1.sfba.home.com [24.254.60.41]) by hub.freebsd.org (Postfix) with ESMTP id CE80237B41D for ; Wed, 2 Jan 2002 05:49:47 -0800 (PST) Received: from main ([24.14.243.57]) by femail47.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20020102134947.NMSX23959.femail47.sdc1.sfba.home.com@main> for ; Wed, 2 Jan 2002 05:49:47 -0800 Message-ID: <000f01c19394$42196d10$0300a8c0@jayyness.com> From: "Totally Jayyness" To: Subject: Kicking a single user off httpd Date: Wed, 2 Jan 2002 06:49:11 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know how to kill and restart this process... just don't know how to kick a single user. Better explain the situation as I am not sure how to ask my question really. I recently set up a FreeBSD 4.4 mp3/ftp server. If you go to my website, it is just a directory listing of all my mp3s with playlist songs to stream mp3s from the web. Well, while trying to listen to my mp3s this morning, they were super choppy. Winamp couldn't keep up with the buffer. I log into my server and find that there are like 40+ connections to port 80 from one single IP.... So this person must be d/ling MP3s directly from my web interface instead of requesting ftp access to my site.... so I do a killall -HUP httpd which kills all the connections and restarts my daemon... check netstat -Aan and everything looks normal.... my mp3s start streaming nicely... for about 1 minute (probably less). Check netstat -Aan again and all the 40+ connections are back... Can I kill that user off of httpd? If so, what commands do I use? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message