Re: [users] Re: [users@httpd] CAC Card Authentication

2014-06-02 Thread Steven Siebert
:18 AM, Steven Siebert smsi...@gmail.com wrote: On Fri, May 30, 2014 at 12:00 AM, McGregor, Donald (Don) (CIV) mcgr...@nps.edu wrote: ERR_SSL_P Can you provide the (sanitized) apache error_log when you try mutual auth? S Using IE client on Windows 8.1: [Sun Jun 01 20:40:35 2014

Re: [users@httpd] CAC Card Authentication

2014-06-01 Thread Steven Siebert
On Fri, May 30, 2014 at 12:00 AM, McGregor, Donald (Don) (CIV) mcgr...@nps.edu wrote: ERR_SSL_P Can you provide the (sanitized) apache error_log when you try mutual auth? S

Re: [users@httpd] Recommendation for Apache security book

2014-05-30 Thread Steven Siebert
Check out the NIST and DISA checklist and STIG docs, they are good places to start - their checks are based on industry best practices and Apache httpd CVEs. http://iase.disa.mil/stigs/downloads/zip/unclassified_web_srr_checklist_apache_v6r1-12_20100423.zip

Re: [users@httpd] heartbleed and httpd configuration

2014-04-12 Thread Steven Siebert
I think it would be unlikely because the httpd configuration data would be read into memory early on the heap (and in a very low volatile area where that memory wouldn't often be freed up), whereas the heartbeat would be much later in the heap, and thus the buffer overflow would very unlikely

Re: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Steven Siebert
On Sun, Mar 16, 2014 at 11:25 AM, Michael Peters michael.pet...@lazarusalliance.com wrote: y all PHP pages except for my test.php will not display? My fresh install from source of Apache 2.4.7 and PHP 5.5.10 So you can display your test.php in the browser and not any other page? If

Re: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Steven Siebert
Looks like that pointed you to the answeryou need to install the non-default mstring extension. http://www.php.net/manual/en/mbstring.installation.php On Sun, Mar 16, 2014 at 1:16 PM, Michael Peters michael.pet...@lazarusalliance.com wrote: Call to undefined function

Re: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Steven Siebert
typo: mbstring extension. On Sun, Mar 16, 2014 at 1:37 PM, Steven Siebert smsi...@gmail.com wrote: Looks like that pointed you to the answeryou need to install the non-default mstring extension. http://www.php.net/manual/en/mbstring.installation.php On Sun, Mar 16, 2014 at 1:16 PM

Re: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Steven Siebert
) in Unknown on line 0 *From:* Steven Siebert [mailto:smsi...@gmail.com] *Sent:* Sunday, March 16, 2014 9:59 AM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] PHP works but not PHP pages. On Sun, Mar 16, 2014 at 11:25 AM, Michael Peters michael.pet...@lazarusalliance.com