Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Actually I installed bugzilla in one vm. It is using mod_perl and Email configured. Everything working fine. In browser i access the url http://MY_server_IP/bugzilla working fine.

In another vm, I installed bugz package and access bugzilla using like this

# bugz -b `http://MY_server_IP/bugzilla/xmlrpc.cgi` -u [email protected] -p pass123 modify 3 -c "bugzilla message test"

Its not working, the output will like this,

 * Using http://some-ip-address/bugzilla/xmlrpc.cgi 
 ! Error: Failed to login

How to access the bugzilla from another vm

share|improve this question
    
Server side i got error in error.log " client denied by server configuration: /var/www/bugzilla/mod_perl.pl " –  rajcoumar Dec 12 '14 at 7:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.