have resolved it through solution at another website.
http://neeocis.wordpress.com/2008/05/08/method-not-found/
Its a security issue and just need to apply code below in httpd.conf
<VirtualHost *:80>
SecRuleInheritance Off
</VirtualHost>`
Hi, do anybody meet this problem?