Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir/ngx_http_gearman_status_module
Gearman status nginx module
https://github.com/amir/ngx_http_gearman_status_module
Last synced: about 1 month ago
JSON representation
Gearman status nginx module
- Host: GitHub
- URL: https://github.com/amir/ngx_http_gearman_status_module
- Owner: amir
- License: unlicense
- Created: 2012-04-06T13:07:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-06T14:02:09.000Z (over 12 years ago)
- Last Synced: 2023-04-12T12:26:12.682Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Gearman status nginx module
To play with this module compile nginx with this ./configure option:
--add-module=path/to/this/directoryThen activate it in nginx.conf. For instance for the URL /gearman-status:
location /gearman-status {
gearman_status on;
}Then after starting nginx you immediately can request the URL /gearman-status
and watch for the output of this module. This can be achieved for instance via:$ lynx -mime_header http://localhost/gearman-status
By default this module tries to connect to localhost:4730 in order to retrieve
Various information. There are also two directives which let you set the
hostname of the server running gearmand, and the gearmand port.Directives Are "gearman_status_hostname", and "gearman_status_port".
Apache version: https://github.com/amir/mod_gearman_status