Re: [users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-07 Thread motty cruz
Thanks Good Guy, I am not getting anything similar to the example you have, I get a blank page, (using chrome) then I get file download Thanks, On Wed, Aug 6, 2014 at 5:38 PM, Good Guy xfs...@hotmail.com wrote: On 06/08/2014 21:38, motty cruz wrote: Thanks, I created index.php with the

Re: [users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-07 Thread D'Arcy J.M. Cain
On Thu, 7 Aug 2014 06:42:31 -0700 motty cruz motty.c...@gmail.com wrote: I am not getting anything similar to the example you have, I get a blank page, (using chrome) then I get file download Sounds like one of three things. 1. You have not built the PHP Apache module. How to do this depends

Re: [users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-07 Thread Francois Gingras
D'arcy, Those are actually erroneous responses. You do not need mod_php to serve php content; that's the legacy approach. Also, AddType should never be used for dynamic content. The purpose of that directive is to change the content type for static files. Nowadays, you can use fcgi and even

Re: [users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-07 Thread Edgar Pettijohn
Of course we don't know what if anything you are attempting to use to serve php content because you have not supplied your configuration file. On 08/07/2014 09:20 AM, Francois Gingras wrote: D'arcy, Those are actually erroneous responses. You do not need mod_php to serve php content; that's

[users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-06 Thread Good Guy
On 06/08/2014 15:57, motty cruz 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 What platform? Windows? I can help you with windows but not Linux.

[users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-06 Thread Good Guy
On 06/08/2014 21:38, motty cruz wrote: Thanks, I created index.php with the following: ?php phpinfo(); ? when I go to localhost, it download file. I don't get an error, Well I don't know what it means it download file because that small file is not supposed to download anything but it