Apache2 after upgrade from 9.04 to 9.10 i have network issue can not open my default web page
I upgraded from 9.04 to 9.1. Now when I try to access my default web page from IE it says it can not open the page. Yet I can ping my address both IP and name and it works fine. I even have folders shared and I can access them on the ubuntu server I just can't go to a IE web page and access my site at all by typing in even the ip address. This is annoying, PLEASE HELP!!!!!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu apache2 Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Ryan Dwyer
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
IE? As in Internet Explorer?
Have you tried accessing the Internet with an actual browser (such as Firefox, which should come installed by default)?
Revision history for this message
|
#2 |
I tried firefox also
Clint Dan Horn
-------
Sent using BlackBerry
-----Original Message-----
From: <email address hidden> <email address hidden>
To: Horn,Clint <email address hidden>
Sent: Mon Jan 11 16:32:13 2010
Subject: Re: [Question #97080]: Upgraded from 9.04 to 9.10 can not open my default web page from IE
Your question #97080 on yelp in ubuntu changed:
https:/
Status: Open => Needs information
Freistoss requested for more information:
IE? As in Internet Explorer?
Have you tried accessing the Internet with an actual browser (such as Firefox, which should come installed by default)?
--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#3 |
I guess are you running some web server on your Ubuntu... and you trying to get access from different pc using ie please confirm...
Thank you
Revision history for this message
|
#4 |
I am running apache2 and I can't even access http:localhost from the ubuntu server since I upgraded yet I can ping from another machine and it replies. Seems like something just needs to be turned on or updated that the upgrade changed.
Clint Dan Horn
-------
Sent using BlackBerry
-----Original Message-----
From: <email address hidden> <email address hidden>
To: Horn,Clint <email address hidden>
Sent: Mon Jan 11 17:01:28 2010
Subject: Re: [Question #97080]: Upgraded from 9.04 to 9.10 can not open my default web page from IE
Your question #97080 on yelp in ubuntu changed:
https:/
Status: Open => Needs information
marcobra (Marco Braida) requested for more information:
I guess are you running some web server on your Ubuntu... and you trying
to get access from different pc using ie please confirm...
Thank you
--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#5 |
Ok now is clear: upgraded your original question... is about apache2 setup...
Revision history for this message
|
#6 |
It is your apache2 running...?
Please open a Terminal from the menu Applications → Accessories → Terminal and type:
sudo /etc/init.d/apache2 restart
give your user password when requested, you don't see nothing when you type it, then press enter.
Hope This Help
Revision history for this message
|
#7 |
Tried that. Apache2 is running.
Clint Dan Horn
-------
Sent using BlackBerry
-----Original Message-----
From: <email address hidden> <email address hidden>
To: Horn,Clint <email address hidden>
Sent: Mon Jan 11 17:30:26 2010
Subject: Re: [Question #97080]: Upgraded from 9.04 to 9.10 can not open my default web page from IE
Your question #97080 on apache2 in ubuntu changed:
https:/
Status: Needs information => Answered
marcobra (Marco Braida) proposed the following answer:
It is your apache2 running...?
Please open a Terminal from the menu Applications ? Accessories ?
Terminal and type:
sudo /etc/init.d/apache2 restart
give your user password when requested, you don't see nothing when you
type it, then press enter.
Hope This Help
--
If this answers your question, please go to the following page to let us
know that it is solved:
https:/
If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#8 |
Please provide the exact error message you receive in Firefox when going to http://
Revision history for this message
|
#9 |
Also, after visiting http://
Revision history for this message
|
#10 |
Unable to connect
Firefox can't establish a connection to the server at edcenterhosted.
* The site could be temporarily unavailable or too busy. Try again in a few
moments.
* If you are unable to load any pages, check your computer's network
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
Clint Horn
Training Representative
University of Texas M.D. Anderson Cancer Center
(713) 745-9073
<email address hidden>
-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Ryan Dwyer
Sent: Monday, January 11, 2010 5:44 PM
To: Horn,Clint
Subject: Re: [Question #97080]: Upgraded from 9.04 to 9.10 can not open my default web page from IE
Your question #97080 on apache2 in ubuntu changed:
https:/
Status: Open => Needs information
Ryan Dwyer requested for more information:
Please provide the exact error message you receive in Firefox when going
to http://
--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#11 |
Run: netstat -an | grep :80 # to make sure you have a process listening on port 80 (You should have a line that says 0.0.0.0:80 0.0.0.0:* LISTEN).
If there's nothing listening on 80, run: ps -e | grep apache2 # to make sure Apache is running (there may be more than one).
If there is something running, you might have a firewall rule blocking that traffic. Run: iptables --list INPUT to see if there are any blocks.
Post results here.
Revision history for this message
|
#12 |
Here is what came up.
chorn@edcenterh
tcp 0 0 10.109.
tcp 0 0 10.109.
tcp 0 0 10.109.
tcp 0 0 10.109.
chorn@edcenterh
chorn@edcenterh
iptables v1.4.4: can't initialize iptables table `filter': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
chorn@edcenterh
[sudo] password for chorn:
root@edcenterho
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
Clint Horn
Training Representative
University of Texas M.D. Anderson Cancer Center
(713) 745-9073
<email address hidden>
-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Ryan Dwyer
Sent: Monday, January 11, 2010 7:10 PM
To: Horn,Clint
Subject: RE: [Question #97080]: Upgraded from 9.04 to 9.10 can not open my default web page from IE
Your question #97080 on apache2 in ubuntu changed:
https:/
Status: Open => Needs information
Ryan Dwyer requested for more information:
Run: netstat -an | grep :80 # to make sure you have a process listening
on port 80 (You should have a line that says 0.0.0.0:80 0.0.0.0:*
LISTEN).
If there's nothing listening on 80, run: ps -e | grep apache2 # to make
sure Apache is running (there may be more than one).
If there is something running, you might have a firewall rule blocking
that traffic. Run: iptables --list INPUT to see if there are any blocks.
Post results here.
--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#13 |
Your apache2 service is not running.
sudo /etc/init.d/apache2 start
If you get errors, post them here. If you don't get errors and it still doesn't work, check your /var/log/
Revision history for this message
|
#14 |
I actually got it to work. I purged apache2 and just reinstalled it. Had to re-do some minor changes but it was okay. Thanks.
Clint Horn
Training Representative
University of Texas M.D. Anderson Cancer Center
(713) 745-9073
<email address hidden>
-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Ryan Dwyer
Sent: Tuesday, January 12, 2010 2:16 PM
To: Horn,Clint
Subject: RE: [Question #97080]: Upgraded from 9.04 to 9.10 can not open my default web page from IE
Your question #97080 on apache2 in ubuntu changed:
https:/
Status: Open => Answered
Ryan Dwyer proposed the following answer:
Your apache2 service is not running.
sudo /etc/init.d/apache2 start
If you get errors, post them here. If you don't get errors and it still
doesn't work, check your /var/log/
--
If this answers your question, please go to the following page to let us
know that it is solved:
https:/
If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#15 |
Good to hear you sorted it out. Please use Launchpad to mark this question as solved (just choose your own answer).
Revision history for this message
|
#16 |
Removed apache2 using purge command, then reinstalled it again. That did the trick, little more work but it did it.