Re: [EMAIL PROTECTED] mod_evasive & mod_rewrite problems

2007-01-30 Thread Dave Templeton
Jerel, I am not to familiar with mod_evasive but after a quick read opn it I wondered if you had considered mod_security. The newest vesion is really a nice piece of work and we have been using mod_security in our production web server farm for 18+ months with no rewrite conflicts. Dave.

Re: [EMAIL PROTECTED] Apache 2.2.3 and SUDO

2006-11-29 Thread Dave Templeton
o/libraries" export LD_LIBRARY_PATH or You can edit /etc/profile and add those two lines. Not sure how compiling apache statically would help (maybe someone else can enlighten me). On 11/28/06, Dave Templeton <[EMAIL PROTECTED]> wrote: > > Is there any way to complie httpd statical

[EMAIL PROTECTED] Apache 2.2.3 and SUDO

2006-11-28 Thread Dave Templeton
Is there any way to complie httpd statically. The rteason is I need to use SUDO and that wipes the LD_LIBRARY_PATH variable so apache cannot find its shared object libraries.