Apache 2.2.27, don't see mod_status?

Hi.

I have a jail running Apache 2.2.27 under FreeBSD 10 x64. I want to track Apache status, I edit my configuration and enable the file extra/http-info.conf. But the manual says that we need mod_status. I checked my main configuration and don't see mod_status to enable, did we move this from Apache?

Thanks.
 
It's still there and turned on by default:
Code:
     STATUS=on: mod_status
 
Code:
$ httpd -M | grep status
Syntax OK
 status_module (shared)

Code:
$ pkg info -ix apache
apache22-2.2.27_2
 
Back
Top