RE: [users@httpd] Client Auth Retries

2015-06-03 Thread Scot Russell
I don't have an answer for you, a couple thoughts though, are you using an SSL cache that may be caching the info? I think there is a cache directive in mod ssl. Or is there software on the client for handling the smart card that could be set or configured to renegotiate? From: mcgr...@nps.ed

RE: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Dirk Devos
I am confused. Based on the documentation on apache's website we need to use "apachectl" but in that module it says to use "apachectl". So what is the right place. I realize that the variables are different and that was done on purpose. I wanted to compare the two ways of assigning a value. *

Re: [users@httpd] Client Auth Retries

2015-06-03 Thread McGregor, Donald (Don) (CIV)
This behavior is puzzling. *Once the browser goes to the “mistake” page, it won’t renegotiate the SSL connection with the smart card despite - No open https connections to the server - The behavior persists across a server restart - The behavior persists across a “clear cache” on the client

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Jens-U. Mozdzen
Hi Andy, Zitat von Andy Wang : On 06/03/2015 10:31 AM, Jens-U. Mozdzen wrote: Hi Dirk, Zitat von Dirk Devos : Hi, I am running Redhat 7.1 and apache 2.4 but I am not able to find any documentation on the "/etc/sysconfig/httpd" file. [...] This works. HTTPD_ENV_NAME="devl" I have tried the

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Andy Wang
On 06/03/2015 10:31 AM, Jens-U. Mozdzen wrote: Hi Dirk, Zitat von Dirk Devos : Hi, I am running Redhat 7.1 and apache 2.4 but I am not able to find any documentation on the "/etc/sysconfig/httpd" file. [...] This works. HTTPD_ENV_NAME="devl" I have tried the following with no success. HT

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Jens-U. Mozdzen
Hi Dirk, Zitat von Dirk Devos : Hi, I am running Redhat 7.1 and apache 2.4 but I am not able to find any documentation on the "/etc/sysconfig/httpd" file. [...] This works. HTTPD_ENV_NAME="devl" I have tried the following with no success. HTTPD_HOSTNAME=`hostname` HTTPD_HOSTNAME=${hostname}

[users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Dirk Devos
Hi, I am running Redhat 7.1 and apache 2.4 but I am not able to find any documentation on the "/etc/sysconfig/httpd" file. I am new to apache and I am trying to save the value of "uname -n" to a variable and from what I was reading the place to set the value would be in the "/etc/sysconfig/httpd"