On Wed, Aug 6, 2014 at 1:07 PM, Jeff Trawick <
trawick@xxxxxxxxx> wrote:
>
> On Wed, Aug 6, 2014 at 10:57 AM, motty cruz <
motty.cruz@xxxxxxxxx> wrote:
>>
>> Hello, I just finished installing Apache 2.4 and PHP 5.5 on FreeBSD 10, but Apache 2.4 is not loading PHP. can someone help me with this issue?
>>
>> Thanks in advance
>
>
>
> error messages?
I probably read too much into "loading".
What exactly is the symptom?
Have you read this?
http://php.net/manual/en/install.unix.apache2.php
What is your configuration?
With the LoadModule for php and
<FilesMatch \.php$
>
SetHandler application/x-httpd-php
</FilesMatch>
it should be trivial to get some simple test.php working. (
test.ph contains the classic <?php phpinfo(); ?>