That documentation only contains modules shipped with HTTPD. mod_php is
shipped with PHP.
Try the PHP documentation: http://php.net/manual/en/install.php
- Y
On Mon, Apr 11, 2016 at 12:34 PM, Roparzh Hemon
wrote:
> On Sun, Apr 10, 2016 at 8:24 PM, Alexandru Duzsardi
> wrote:
> > php and php m
On Sun, Apr 10, 2016 at 8:24 PM, Alexandru Duzsardi
wrote:
> php and php module for apache
When I look at the documentation at
https://httpd.apache.org/docs/2.4/mod/#P, I see no module name with
php in it. Is there some other place where I should look ?
-
You can turn on php error reporting and control the level in your
php.ini (once you've identified the correct one with the information
provided below).
Also, one of the php-specific lists may be a better focus for your
php questions.
> Date: Sunday, April 10, 2016 21:24:21 +0300
> From: Alexandr
Hi ,
I don't think you understand exactly how php works
First of all , it doesn't compile anything , it's interpreting your script and
outputs HTML.
Second , from your description of the problem it looks like you misconfigured
something or your scripts are badly written , in any case you need t