On 1/8/2014 6:53 PM, Fred Moyer wrote:
Figured it out - declaring the location of the scoreboard file in
httpd.conf creates it there.
Getting a segfault with httpd 2.2.24/5.14.2, will get a coredump and
backtrace and report back.
Guessing that the most performant means of using this scoreboard
Figured it out - declaring the location of the scoreboard file in
httpd.conf creates it there.
Getting a segfault with httpd 2.2.24/5.14.2, will get a coredump and
backtrace and report back.
Guessing that the most performant means of using this scoreboard would
be to put it on a ram based tempdis
Apache2::ScoreBoardFile seems to be what I want:
https://metacpan.org/pod/Apache2::ScoreBoardFile
However I'm not sure how to enable the scoreboard file. Torsten??
On Wed, Jan 8, 2014 at 10:42 AM, Fred Moyer wrote:
> I'm poking around the source code seeing if it's possible to
> programmaticall
I'm poking around the source code seeing if it's possible to
programmatically access the data normally displayed at /server-status
when 'SetHandler server-status' is enabled.
I've spelunked through Apache2::Status but I don't see any hooks for
accessing worker status data. Has anyone done this bef