[users@httpd] Recommend module to limit the number of requests / per IP

2012-11-21 Thread mbneto
Hi, I am trying to prevent a single IP to use all the connections to my apache 2.2 server. I've been searching but found several not so up to date posts about mod_evasive, mod_limitipconn etc. So I was wondering if anyone here is using any of those modules and would send his/her suggestions. Th

Re: [users@httpd] mod_authn_sasl

2012-11-21 Thread Igor Cicimov
Probably not but you can always export the ssldb file from server A to server B via NFS so B can use it as a local fs. On Thu, Nov 22, 2012 at 12:00 PM, Roman Gelfand wrote: > All of the users are maintained in a database on server A. This > server runs sasl services. On server B, runs php ap

Re: [users@httpd] How to enable mod_ssl

2012-11-21 Thread Igor Galić
http://httpd.apache.org/docs/current/mod/mod_so.html#loadmodule - Original Message - > > > On 11/21/2012 11:59 AM, Netmail wrote: > > Hi > > I want to configure my websites on ssl in my apache 2.2.22 and I > > read many > > document but I don't understand many point: > > - in my httpd.c

Re: [users@httpd] How to enable mod_ssl

2012-11-21 Thread Ben Johnson
On 11/21/2012 11:59 AM, Netmail wrote: > Hi > I want to configure my websites on ssl in my apache 2.2.22 and I read many > document but I don't understand many point: > - in my httpd.conf there aren't the loadmodule mod_ssl and I go to install > the mod_ssl via yum install mod_ssl; restart httpd

[users@httpd] How to enable mod_ssl

2012-11-21 Thread Netmail
Hi I want to configure my websites on ssl in my apache 2.2.22 and I read many document but I don't understand many point: - in my httpd.conf there aren't the loadmodule mod_ssl and I go to install the mod_ssl via yum install mod_ssl; restart httpd but the line loadmodule mod_ssl there isn't in http

Re: [users@httpd] Re: users Digest 21 Nov 2012 12:02:28 -0000 Issue 4476

2012-11-21 Thread Tom Evans
On Wed, Nov 21, 2012 at 2:04 PM, rewt rewt wrote: > Hi Tom, > Thank you very much for your feedback. > Does the actual setting you provided compliant with 32Gb RAM and 8vCPU ? The server has much less RAM than that - only 4 GB. All this server does is read requests from the net, proxy them to ano

[users@httpd] Re: users Digest 21 Nov 2012 12:02:28 -0000 Issue 4476

2012-11-21 Thread rewt rewt
Hi Tom, Thank you very much for your feedback. Does the actual setting you provided compliant with 32Gb RAM and 8vCPU ? And another question regarding: "no point having 1024 httpd slots multiplexing to 10 PHP workers if 90% of your requests require PHP." Sorry for my bad skills in english but i d

[users@httpd] Problem with building apache httpd from win sources

2012-11-21 Thread apache-admin
Hello, I am trying to build the apache httpd version 2.2.22 from the windows sources, but running in the following problem with ldap support of apr-util: apr_ldap.h(136) : fatal error C1189: #Fehler : Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 too

Re: [users@httpd] MPM Worker settings calculation

2012-11-21 Thread Eric Covener
> My issue is that i don't know how to calculate the settings for MaxClients, > ThreadPerChild, ThreadStackSize etc... > And the documentation even on the Apache site is not explained anywhere (as > far as i have seen) Use defaults, measure the memory usage, and scale up MaxClients and ServerLimi

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread FINESEC
Did you try installing KRNG11I? https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I Adam Black, FINESEC.COM - Authentication software for Apache On Wed, Nov 21, 2012 at 12:52 PM, Ferdie Romero wrote: > We tried to touch all files indicated in each run of make bu

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread Ferdie Romero
We tried to touch all files indicated in each run of make but we it seems its an endless loop because the htpass file reappeared. Any other suggestion? Thanks. On Nov 21, 2012 7:47 PM, "Ferdie Romero" wrote: > Ok we're gonna try them. It's hp ux by the way. > > Thanks. > On Nov 21, 2012 7:45 PM

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread Ferdie Romero
Ok we're gonna try them. It's hp ux by the way. Thanks. On Nov 21, 2012 7:45 PM, "FINESEC" wrote: > Well, those files are not needed for Apache server to work. You might > disable all of such tools. > > Adam Black, > FINESEC.COM - Authentication software for Apache > > On Wed, Nov 21, 2012 at 12

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread FINESEC
Well, those files are not needed for Apache server to work. You might disable all of such tools. Adam Black, FINESEC.COM - Authentication software for Apache On Wed, Nov 21, 2012 at 12:33 PM, Ferdie Romero wrote: > We already tried that but when we do that we encounter a new file, > htdigest and

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread Ferdie Romero
We already tried that but when we do that we encounter a new file, htdigest and disabling it will then identify another problematic file. Are we gonna disable all the problematic files? Thanks. On Nov 21, 2012 6:05 PM, "FINESEC" wrote: > Is it HP-UX or mingw? Try disabling building of htpasswd

Re: [users@httpd] MPM Worker settings calculation

2012-11-21 Thread Tom Evans
On Wed, Nov 21, 2012 at 9:44 AM, rewt rewt wrote: > Hello, > After many performances issues with mpm prefork (high memory) i would like > to use the MPM worker wich seems better for high traffic sites. > I have been able to estimate the RAM per httpd process in prefork around > 25m. > With the pre

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread FINESEC
Is it HP-UX or mingw? Try disabling building of htpasswd tool: cd support touch htpasswd cd .. gmake / make Adam Black, FINESEC.COM - Authentication software for Apache On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero wrote: > While compiling apache https we encountered the errors below in the mak

[users@httpd] MPM Worker settings calculation

2012-11-21 Thread rewt rewt
Hello, After many performances issues with mpm prefork (high memory) i would like to use the MPM worker wich seems better for high traffic sites. I have been able to estimate the RAM per httpd process in prefork around 25m. With the prefork setting i have calculate MaxClients this way: MaxClients =