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
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
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
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
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
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
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
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