Monitoring apache with muninn

I am having problem with monitoring my apache with munin.

My machine is Redhat 6.

I have server-status section is configured, ExtendedStatus is on in my httpd.conf file. but when I use
munin-node-configure --suggest

I still get :

apache_accesses | yes | no [apache server-status not found. check if mod_status is enabled]
apache_processes | yes | no [apache server-status not found. check if mod_status is enabled]
apache_volume | yes | no [apache server-status not found. check if mod_status is enabled]

PS: I configured my apache sever to listen on 80 and redirect that request to localhost/test permanently

so in my location section of apache config
Location /test/server-status>
SetHandler /test/server-status
Order deny,allow
Deny from all
Allow from 192.168.1.1

But I still do not get any graph in my muninn server. Can someone suggest what I am doing wrong ?

M