How to enable mod_info in Apache

How to enable mod_info in Apache| Enable mod_info In Apache
Navigate to \Apache2.2\conf folder and Open httpd.conf file
Find the module mod_info.so and remove the comment.
For example:
Add following code in httpd.conf file.
# Allow remote server configuration reports, with the URL of
# http://servername/server-info
    SetHandler server-info
    Order deny, allow
    Deny from all
    Allow from 127.0.0.1
Restart the apache: 
D:\APPS\Apache2.2\bin>httpd -k stop 
The Apache2.2 service is stopping.
The Apache2.2 service has stopped. 
D:\APPS\Apache2.2\bin>httpd -k start
Verifying the module: 
Apache_Server_info