[FX.php List] PHP error log tracking using PID?

Steve Winter steve at bluecrocodile.co.nz
Sun Feb 12 04:32:55 MST 2012


Howdy

I assume by PID you mean process ID…?

There are a number of different places which you may be able to source data for this type of request
the Apache/IIS logs themselves - they will show a range of different process - the initial calls to Apache itself, the hand-off to Tomcat, and possibly even the Tomcat actions themselves depending on your config. You may need to increase the level of logging in httpd.conf and/or your vhosts file, again depending on your local setup and the level of logging already being done
you can increase the level of logging which Tomcat is doing when it's running on behalf of FileMaker. In the file modjk.conf (in a directory something like /Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/mod_jk.conf (on OS X v11 anyway) you'll see settings for JkFmLogFile and JkFmLogLevel. Make sure the log is set to a valid path, and increase the LogLevel to get more data going into the log (be aware that depending on the logging level and the demand on the server, this log and get very big, very quickly, so only increase the logging level for specific purposes, over short periods of time
the log viewer within FMS will also give you a 'window' into the various log files which FileMaker server is creating in terms of Web activity.

Does this help any…?

Cheers
Steve


> Hi Folks,
> 
> I'm working with a client's IT team on a project. They asked about php error tracking using PID. 
> 
> Anyone ever run into this?
> 
> Jonathan Schwartz
> Exit 445 Group
> 415-370-5011_______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list

Steve Winter
+44 777 852 4776
steve at bluecrocodile.co.nz



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120212/5d082738/attachment.html


More information about the FX.php_List mailing list