If you are using lighttpd to host several php applications via virtual hosts and are using the newrelic php monitoring service then you’ll have noticed that setting the php application name per virtual host does not seem possible at first.
Tags / PHP
2013-04-08
Using the krumo library debugging sugarcrm becomes a lot easier.
2012-06-07
If you are using lighttpd as webserver and
host drupal websites you probably have used
some lua script and mod_magnet to get clean urls.
Recent versions of lighttpd (1.4.26+) are able to handle rewrites better
through the url.rewrite-if-not-file
command.
The config for your [virtual] server should look like this:
2012-06-05
If you want to implement custom scheduler functions for SugarCRM you should create the file custom/modules/Schedulers/_AddJobsHere.php
and implement your functions there: