RE: [users@httpd] How to debug the PHP component of Apache2

2016-04-10 Thread Richard
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

RE: [users@httpd] How to debug the PHP component of Apache2

2016-04-10 Thread Alexandru Duzsardi
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

[users@httpd] How to debug the PHP component of Apache2

2016-04-10 Thread Roparzh Hemon
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

Re: [users@httpd] What is wrong with my virtual host setting

2016-04-10 Thread Dr James Smith
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.

[users@httpd] What is wrong with my virtual host setting

2016-04-10 Thread Roland Szűcs
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