[us...@httpd] dynamic ip blockin

2010-10-08 Thread kalin m
hi all... what's the best and most efficient (performancewise) way to block an ip from access to a vhost based on number of requests per hr/day? thanks... - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
-freebsd7.0 checking target system type... x86_64-unknown-freebsd7.0 Configuring APR library ... Unrecognized options?! kalin m wrote: if i build php with all the things i need it builds fine but at the time of instalaltion here is what happens: # make install Installing PHP SAPI module

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
php-5.2.6. *** Error code 1 Stop in /usr/local/src/php-5.2.6. what is the logical explanation for all this tanks. kalin m wrote: this is getting to ridiculous levels if i build php only with --with-apxs2=/etc/httpd/bin/apxs then apache starts and httpd/php works ok. anythi

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
dual quad core... and identifies itself as amd64... i just don't get it what to look at?! thanks... kalin m wrote: i'd be assuming than that i'd need to build an older apache. this is probably a stupid question but is there anybody out there that is using apache

Re: [EMAIL PROTECTED] httpd php dump

2008-07-02 Thread kalin m
it's all build from source. httpd and php both it is the right apxs.. there is only one... Nick Kew wrote: On Wed, 02 Jul 2008 00:32:18 -0400 kalin m <[EMAIL PROTECTED]> wrote: php was configured with just this : ./configure --with-mysql=/usr/local/mysql --with-apxs2=/et

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
i'd be assuming than that i'd need to build an older apache. this is probably a stupid question but is there anybody out there that is using apache 2.2.9 + php 5.2.6 (as DSO) on freebsd 7 amd64 (multi processor) without problems? thanks... kalin m wrote: sure. ./configure --p

[EMAIL PROTECTED] Re: httpd php dump

2008-07-01 Thread kalin m
ithout any messages is a bit weired. Odhiambo Washington wrote: On Wed, Jul 2, 2008 at 8:19 AM, kalin m <[EMAIL PROTECTED]> wrote: there is no extensions.ini anywhere on this machine... a brand new one. httpd/logs/error_log has 6 lines in it. something about session cash (SSL

[EMAIL PROTECTED] Re: httpd php dump

2008-07-01 Thread kalin m
modules if you installed them, which I believe you did. Take a look at /usr/local/etc/php/extensions.ini and try commenting the modules one by one and restarting apache until you find the culprit. Also look at httpd-error.log for clues. ./Wash On 7/2/08, kalin m <[EMAIL PROTECTED]> wrote:

[EMAIL PROTECTED] httpd php dump

2008-07-01 Thread kalin m
ok... what to do? freebsd 7; httpd 2.2.9; php5.2.6 (or 5.1.2) if the line: LoadModule php5_modulemodules/libphp5.so is in the httpd.conf httpd dumps core. no matter which version of php. php was configured with just this : ./configure --with-mysql=/usr/local/mysql --with-apxs2=/etc

[EMAIL PROTECTED] mod_python on httpd 1.3.33

2008-04-21 Thread kalin m
hi all... i'm having problems when trying to load mod_pyton on 1.3.33 # apachectl start Syntax error on line 219 of /httpd/conf/httpd.conf: Cannot load /httpd/libexec/mod_python.so into server: /httpd/libexec/mod_python.so: Undefined symbol "pthread_self" any ideas? thanks... --