top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Installing Bugzilla On Amazon Virtual Server

+2 votes
691 views

I have gone through all the steps listed in http://www.thegeekstuff.com/2010/05/install-bugzilla-on-linux/ . However now when I type the IP address http://{ipaddress}/bugzilla I get the message "Cant Open Page" . In my httpd.conf file I do have the command Listen 80 . Is it because I am not trying to access to access the page remotely? If so what settings do I need?

posted Nov 14, 2013 by Sumit Pokharna

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

1) There's an official installation guide available:
http://www.bugzilla.org/docs/4.4/en/html/installing-bugzilla.html

2) What do you mean by "not trying to access remotely"? Where did you type the IP address? Listening to port 80 alone is not enough, you have to listen on the typed IP, too. Besides that, there are may things which might be wrong, starting with your configuration, therefore you should follow the official docs, not ending with a firewall which may prevent access. Have a look at the access or and error log of httpd, which may provide additional useful information.

answer Nov 14, 2013 by Sonu Jindal
Similar Questions
+1 vote

I would like to know if it is possible to deploy a Ruby on Rails App to the Amazon AWS cloud, and if it is, which is the best way? Is there an updated tutorial to do so?

+1 vote

I would like to create AWS monthly billing graph using python and python flask.so for this i need python script using that i have to get last 6 month's monthly bill in AWS.

For this, I have created one virtual environment in my local machine. for example my ip is: 127.0.0.0:5000. Here after pull that script, it's automatically connected to AWS and display's last 6 month's data. its my requirement.

...