Re: [users@httpd] Configure Apache to verify client certificate in an LDAP server?

2016-04-25 Thread o haya
FYI, I was hoping that mod_authz_ldap (http://authzldap.othello.ch/) might do what I need, but unfortunately, while I can build the module, Apache won't start when it configured. [root@localhost conf]# /apps/httpd/bin/apachectl restart httpd: Syntax error on line 149 of /apps/httpd/conf/httpd.c

[users@httpd] Configure Apache to verify client certificate in an LDAP server?

2016-04-25 Thread o haya
Hi, I have the following situation: - Apache configured for client-authenticated SSL - An LDAP server (an OpenDS instance) containing all of our users What we want to do is that after Apache performs the 2-way SSL handshake, that somehow Apache verifies the certificate matches some user that is

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Cohen, Laurence
Thank you. BTW, 2.2 is not outdated. It just what RedHat supports for RHEL6. We can't go to 2.4 until we go to RHEL7. We on government contracts are not free to upgrade to the latest and greatest at our whim. We can only make suggestions, but ultimately the decisions are made by the people payi

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Rainer Jung
Am 25.04.2016 um 20:00 schrieb Cohen, Laurence: Hi, I really appreciate your response. What I'd like to know is, how do I look up this information on my own? I use this mailing list generally as a last resort when I can't find the answer myself. In the case, I did a lot of research before I as

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Yann Ylavic
On Mon, Apr 25, 2016 at 8:00 PM, Cohen, Laurence wrote: > Hi, I really appreciate your response. What I'd like to know is, how do I > look up this > information on my own? > I use this mailing list generally as a last resort when I can't find the > answer myself. > In the case, I did a lot of r

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Cohen, Laurence
Hi, I really appreciate your response. What I'd like to know is, how do I look up this information on my own? I use this mailing list generally as a last resort when I can't find the answer myself. In the case, I did a lot of research before I asked my question, but couldn't get a definitive ans

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Rainer Jung
ServerLimit and ThreadLimit configure the size of an internal structure which maintains data about processes and threads. This structure is only created during Apache start, so if you want to change these two params, you need to stop and start. ThreadsPerChild and MaxClients can be changed and

Re: [users@httpd] Re: Using an older version of PHP with Apach2

2016-04-25 Thread Tobias Adolph
Am 22.04.2016 um 22:17 schrieb Good guy: Or if there is an option then use Windows to host multiple php versions. I use them all the time on my development machine that is running Windows 10 and IIS. you just need to make sure you have the correct VC++ run time libraries. You can download th