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
My index.php file is compiled correctly when I use one of my PHP
executables outside Apache, but fails when I ask Apache to serve it
(and fails leaving a blank error log unfortunately). So I'm trying to
understand how and where the two PHP compilations start behaving
differently.
With my outsi
On 10/04/2016 15:31, Roland Szűcs wrote:
Hi folks,
I use Apache 2.4 and I installed a Glassfish application server behind
it. I use mod_jk modul as the dynamic content has to be handled by
Glassfish and my static content (wordpress blog) is handled by Abapche.
My test domain is: muveltnep.
Hi folks,
I use Apache 2.4 and I installed a Glassfish application server behind it.
I use mod_jk modul as the dynamic content has to be handled by Glassfish
and my static content (wordpress blog) is handled by Abapche.
My test domain is: muveltnep.hu
My conf file for virtual host looks like thi