Re: Apache 2.4 PHP 5.5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks, I created index.php with the following: 
<?php 
   phpinfo();
?>

when I go to localhost, it download file. 

I don't get an error, 

Thanks again, 


On Wed, Aug 6, 2014 at 12:04 PM, Jeff Trawick <trawick@xxxxxxxxx> wrote:
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(); ?>



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux