gearman not working with apache

A

Anonymous

Guest
Hi,


Try this:
1. Install the mod_gearman_status, which is an Apache module to show the status of Jobs and their associated workers.
2. Run gearman in background mode. In your terminal : gearmand -d
And then run the worker in the terminal, and call client from web browser.


Thanks
 
Back
Top