Uncategorized

Potential DNS DDoS (query (cache) ‘./NS/IN’ denied)

I started getting a ton of these in my DNS logs a few days ago: Jan 19 05:33:47 comp named[4488]: client 76.9.31.42#55056: query (cache) './NS/IN' denied Jan 19 05:33:53 comp named[4488]: client 76.9.31.42#30931: query (cache) './NS/IN' denied Jan 19 05:33:59 comp named[4488]: client 76.9.31.42#31789: query (cache) './NS/IN' denied Jan 19 05:34:06 comp named[4488]: client 76.9.31.42#38458:… Continue reading Potential DNS DDoS (query (cache) ‘./NS/IN’ denied)

Uncategorized

Apache-2.2.10 / Chroot and cURL is giving me some grief (SOLVED)

So my woes with Apache-2.2.10 and chroot is continuing. Now I can start Apache in the chroot environment, and I thought all was well, but after additional testing, I found out that cURL does not work. Basically, cURL will return a empty string while it’s chroot’d. This is very weird to me, since the jail… Continue reading Apache-2.2.10 / Chroot and cURL is giving me some grief (SOLVED)

Uncategorized

Apache-2.2.10 and mod_chroot-0.5 – Issue is solved

I have it figured out! This is originally referencing the trouble I was having starting apache-2.2.10 and using mod_chroot-0.5 (http://www.uno-code.com/?q=node/155). You cannot use mod_chroot with apache-2.2.10. Apache-2.2.10 because apache has built in chroot support now. http://httpd.apache.org/docs/2.2/mod/mpm_common.html All you need to do is provide a ChrootDir variable in httpd.conf. The problem is that mod_chroot sets that… Continue reading Apache-2.2.10 and mod_chroot-0.5 – Issue is solved

Uncategorized

Apache-2.2.10 + Mod_chroot-0.5 causes startup problems.

Today I tried to update apache-2.2.9-r1 to apache-2.2.10 and was greeted with the following errors in the error_log: [Sat Jan 10 09:37:30 2009] [notice] mod_chroot: changed root to /var/chroot/apache. [Sat Jan 10 09:37:30 2009] [alert] (2)No such file or directory: Can't chdir to /var/chroot/apache [Sat Jan 10 09:37:30 2009] [alert] (2)No such file or directory:… Continue reading Apache-2.2.10 + Mod_chroot-0.5 causes startup problems.