Re: web bot activity increase?

2005-12-19 Thread Ryan Nowakowski
Oops. Apparently I was running an open proxy server. ProxyRequests is now set to off in httpd.conf because you don't need that for reverse proxying. - Ryan On Mon, Dec 19, 2005 at 09:54:46AM -0600, Ryan Nowakowski wrote: > Is anyone else seeing tons of these in their apa

web bot activity increase?

2005-12-19 Thread Ryan Nowakowski
Is anyone else seeing tons of these in their apache logs? 220.231.44.81 - - [19/Dec/2005:09:53:21 -0600] "GET http://c5.zedo.com/jsc/c5/ff2.html?n=423;c=411/182;s=408;d=9;w=300;h=250 HTTP/1.0" 200 914 "http://www.mywomenway.com/"; "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 221.193.8.6

Re: Loop-AES help

2005-01-25 Thread Ryan Nowakowski
On Sat, Jan 22, 2005 at 09:21:56PM -0500, Bradley Alexander wrote: > Even if I boot back into 2.6.9, the same indications occur. Anyone know why > this is happening or a method to recover the info on the partition? I find I get a similar error when I type in the wrong pass-phrase. - Ryan signa

Re: execute application from webinterface

2003-09-02 Thread Ryan Nowakowski
; what's wrong with making the program suid-to-some-other-user (not root) > and then just executing it? I reallize this doesn't work for ping, which > is suid-to-root anyway. Another option is to use the Net::Ping perl module instead of the ping command itself. -- Ryan Nowa

Re: execute application from webinterface

2003-09-02 Thread Ryan Nowakowski
; what's wrong with making the program suid-to-some-other-user (not root) > and then just executing it? I reallize this doesn't work for ping, which > is suid-to-root anyway. Another option is to use the Net::Ping perl module instead of the ping command itself. -- Ryan Nowa