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

2014-06-02 Thread Steven Siebert
: > > On Jun 1, 2014, at 6:18 AM, Steven Siebert wrote: > > > On Fri, May 30, 2014 at 12:00 AM, McGregor, Donald (Don) (CIV) > wrote: >> >> ERR_SSL_P > > > > Can you provide the (sanitized) apache error_log when you try mutual auth? > > S > >

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 http://iase.disa.mil/stigs/app_security

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 effec

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

2014-03-16 Thread Steven Siebert
iled to > write session data (files). Please verify that the current setting of > session.save_path is correct (/var/lib/php/session) in Unknown on line 0 > > > > *From:* Steven Siebert [mailto:smsi...@gmail.com] > *Sent:* Sunday, March 16, 2014 9:59 AM > > *To:* users@httpd.ap

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

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 mb_detect_encodin

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?