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