Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
Description
Script to get lighttpd stats
This script needs the mod_status module enabled in lighttpd.conf
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModStatus
#lighttpd.conf
server.modules = ( ..., "mod_status", ... )
$HTTP["remoteip"] == "127.0.0.1" {
status.status-url = "/server-status"
Can someone with a busy webserver lighttpd environment test this? I did not have a good environment to get good graphs.
Attachments
Activity
Workflow | Original: classic default workflow [ 11440 ] | New: Observium workflow [ 13990 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Attachment | New: lighttpd.patch [ 11608 ] |
Attachment | Original: lighttpd.patch [ 11526 ] |
Attachment | New: lighttpd.patch [ 11526 ] |
Attachment | Original: lighttpd.patch [ 11525 ] |
Attachment | New: lighttpd.patch [ 11525 ] |
Attachment | Original: lighttpd.patch [ 11513 ] |
Attachment | New: lighttpd(869x850).png [ 11524 ] |