ทำยังไงเราถึงจะดู apache server-status ได้ครับ

เข้าไปอ่านที่เว็บนี้ http://www.bunyiam.com/?name=knowledge&file=readknowledge&id=1704
เขาว่าให้ดูได้ที่ http://ip/server-status แต่ผมเข้าไปแล้วขึ้นแบบนี้

Forbidden

You don’t have permission to access /server-status on this server.

ในไฟล์ /etc/httpd/conf/extra/httpd-info.conf

เขียนไว้แบบนี้

<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from .example.com
</Location>

ผมต้องเข้าไปแก้อะไรหรือเปล่าครับถึงจะดูได้

ลอง edit ใส่ #

<Location /server-status>
SetHandler server-status
#Order deny,allow
#Deny from all
#Allow from .example.com
</Location>

แล้ว restart apache อีกครั้งครับ

เอา # หน้า ExtendedStatus On ออกด้วยนะครับ

[COLOR=#333333][I]<Location /server-status>[/I][/COLOR]
[COLOR=#333333][I]SetHandler server-status[/I][/COLOR]
[COLOR=#333333][I]#Order deny,allow[/I][/COLOR]
[COLOR=#333333][I]#Deny from all[/I][/COLOR]
[COLOR=#333333][I]Allow from all[/I][/COLOR]
[COLOR=#333333][I]</Location>

[/I][/COLOR][COLOR=#333333]ExtendedStatus On[/COLOR]

ได้แล้วครับ ขอบคุณทุกคนมากครับ :f6eb47d3: