Networking Forums

Networking Forums > Computer Networking > Linux Networking > denying CONNECT() in httpd.conf

Reply
Thread Tools Display Modes

denying CONNECT() in httpd.conf

 
 
jack wallen
Guest
Posts: n/a

 
      07-02-2003, 08:02 PM
i have been hit by a spammer using my server as a remailer. when
i run the command:

grep CONNECT /var/log/http/access_log

i get the following output:

24.30.199.228 - - [01/Jul/2003:05:58:14 -0400]
"CONNECT security.rr.com:25 HTTP/1.0" 302 0 "-" "-"

so i'm going to assume that the offender is security.rr.com (or
someone using their server as a remailer to my server).

so if i put the following in httpd.conf:

Deny from security.rr.com

would this deny anything from this address from exploiting
the CONNECT() of apache (using version 1.3.27-1.2)?

thanks for any help.

(E-Mail Removed)


 
Reply With Quote
 
 
 
 
Darren Dupre
Guest
Posts: n/a

 
      07-03-2003, 02:52 AM
CONNECT only will work if you operating a proxy server,otherwise Apache will
toss the request.

FWIW, RoadRunner scans any SMTP servers that communitate with their own SMTP
servers to look for potential spammers. If you're operating an open proxy,
RR's SMTP server will blacklist you until you resolve the problem with
RoadRunner Security. I get these in my logs too. Nothing to worry about
unless you have an open proxy on your machine..

"jack wallen" <(E-Mail Removed)> wrote in message
news(E-Mail Removed) t...
> i have been hit by a spammer using my server as a remailer. when
> i run the command:
>
> grep CONNECT /var/log/http/access_log
>
> i get the following output:
>
> 24.30.199.228 - - [01/Jul/2003:05:58:14 -0400]
> "CONNECT security.rr.com:25 HTTP/1.0" 302 0 "-" "-"
>
> so i'm going to assume that the offender is security.rr.com (or
> someone using their server as a remailer to my server).
>
> so if i put the following in httpd.conf:
>
> Deny from security.rr.com
>
> would this deny anything from this address from exploiting
> the CONNECT() of apache (using version 1.3.27-1.2)?
>
> thanks for any help.
>
> (E-Mail Removed)
>
>



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 302 error from httpd.conf file, Server Down danparker276@yahoo.com Linux Networking 1 07-27-2005 01:32 AM
dhcpd.conf, resolv.conf and the search directive Andy Richardson Linux Networking 4 07-13-2005 08:23 AM
Website subdirectories: httpd.conf or nameserver? Rich Grise Linux Networking 16 12-31-2004 11:18 PM
iptables; denying web access to 192.168.0.5; how? =?ISO-8859-1?Q?Ga=E9tan_Martineau?= Linux Networking 1 01-09-2004 08:24 PM
httpd.conf, help please.. Sitorus Wenny Linux Networking 0 10-20-2003 04:02 PM



1 2 3 4 5 6 7 8 9 10 11