 |
|
 |
|
|
 |
Unable to connect to website via browser |
 |
 |
|
|
01-30-07 06:19 PM
I have configured the httpd.conf file for apache2 on my Solaris 10
box, and If I try connecting via a web browser, I get the following
error message below:
The connection has timed out
The server at listservtest.xxx.xxx is taking too long to respond.
* 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
connection.
* If your computer or network is protected by a firewall or
proxy, make sure
that Firefox is permitted to access the Web.
----------------------------------
Telnet allows me to connect to port 80 and view the page. Example:
telnet listserv.xxx.xxx
telnet listserv.xxx.xxx 80
Trying xxx.xxx.x.xx...
Connected to listserv.xxx.xxx.
Escape character is '^]'.
GET
It displays the content of the index.html file.
Any suggestions would be Greatly appreciated!
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Unable to connect to website via browser |
 |
 |
|
|
01-30-07 06:19 PM
On 2007-01-30, tolliver@dal.ca <tolliver@dal.ca> wrote:
> The connection has timed out
> The server at listservtest.xxx.xxx is taking too long to respond.
> telnet listserv.xxx.xxx
Why is the browser reporting 'listservTEST' while your telnet
says 'listserv' ?
Please report _in full_ the error message and what you do at the
command prompt. DO NOT EDIT OUT PART OF THE MESSAGES, it will prevent
anybody to spot eventual errors. Anyway, from what you say it doesn't
seem a problem in Apache, it looks more a problem in the configuration
of your browse (like, a Proxy configuration or similar).
Davide
--
I took the Pepsi challenge and chose Linux.
-- Carey McLelland
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Unable to connect to website via browser |
 |
 |
|
|
01-30-07 06:19 PM
I entered listservtest.
I have tried three web browsers and had no success(they time out).
---------------------------------
On Jan 30, 1:44 pm, Davide Bianchi <davideyeahs...@onlyforfun.net>
wrote:
> On 2007-01-30, tolli...@dal.ca <tolli...@dal.ca> wrote:
>
> says 'listserv' ?
>
> Please report _in full_ the error message and what you do at the
> command prompt. DO NOT EDIT OUT PART OF THE MESSAGES, it will prevent
> anybody to spot eventual errors. Anyway, from what you say it doesn't
> seem a problem in Apache, it looks more a problem in the configuration
> of your browse (like, a Proxy configuration or similar).
>
> Davide
>
> --
> I took the Pepsi challenge and chose Linux.
> -- Carey McLelland
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Unable to connect to website via browser |
 |
 |
|
|
01-31-07 12:27 AM
On 30 Jan, 18:03, tolli...@dal.ca wrote:[vbcol=seagreen]
> I entered listservtest.
>
> I have tried three web browsers and had no success(they time out).
>
> ---------------------------------
> On Jan 30, 1:44 pm, Davide Bianchi <davideyeahs...@onlyforfun.net>
> wrote:
>
>
>
>
>
take davids advice though, to me its probably a dns issue, but who
knows
if we knew what you typed at the command prompt we would know what you
are asking apache to do.
Also your setup, do you use vhosts, and also what does the error log
say not just the browser - which is user land stuff and not very
informative.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Unable to connect to website via browser |
 |
 |
|
|
01-31-07 06:19 PM
tolliver@dal.ca wrote:
> I have configured the httpd.conf file for apache2 on my Solaris 10
> box, and If I try connecting via a web browser, I get the following
> error message below:
>
> The connection has timed out
>
> The server at listservtest.xxx.xxx is taking too long to respond.
>
> * 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
> connection.
>
> * If your computer or network is protected by a firewall or
> proxy, make sure
> that Firefox is permitted to access the Web.
>
Have you tried another browser? another machine? Another network?
Have you tried wget? Ping? traceroute?
Ottavio
http://www.pledgebank.com/boycottvista
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Unable to connect to website via browser |
 |
 |
|
|
01-31-07 06:19 PM
Hello,
Yes, I have tried three browsers.
traceroute, ping, telnet all works.
Here is the content of wget:
wget linusOld.UCIS.Dal.Ca
--11:45:42-- http://linusOld.UCIS.Dal.Ca:80/
=> `index.html.3'
Connecting to linusOld.UCIS.Dal.Ca:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 818,752 [text/plain]
0K -> .......... .......... .......... .......... ..........
[ 6%]
50K -> .......... .......... .......... .......... ..........
[ 12%]
100K -> .......... .......... .......... .......... ..........
[ 18%]
150K -> .......... .......... .......... .......... ..........
[ 25%]
200K -> .......... .......... .......... .......... ..........
[ 31%]
250K -> .......... .......... .......... .......... ..........
[ 37%]
300K -> .......... .......... .......... .......... ..........
[ 43%]
350K -> .......... .......... .......... .......... ..........
[ 50%]
400K -> .......... .......... .......... .......... ..........
[ 56%]
450K -> .......... .......... .......... .......... ..........
[ 62%]
500K -> .......... .......... .......... .......... ..........
[ 68%]
550K -> .......... .......... .......... .......... ..........
[ 75%]
600K -> .......... .......... .......... .......... ..........
[ 81%]
650K -> .......... .......... .......... .......... ..........
[ 87%]
700K -> .......... .......... .......... .......... ..........
[ 93%]
750K -> .......... .......... .......... .......... .........
[100%]
11:45:42 (4.11 MB/s) - `index.html.3' saved [818752/818752]
________________________________________
______________________
On Jan 31, 10:02 am, "Ottavio Caruso" <pr0f3ss0r1...@yahoo.com> wrote:
> tolli...@dal.ca wrote:
>
>
>
>
>
>
> Have you tried another browser? another machine? Another network?
> Have you tried wget? Ping? traceroute?
>
> Ottaviohttp://www.pledgebank.com/boycottvista
----------------------------------------------------------------------------
---------------------------------------
On Jan 31, 10:02 am, "Ottavio Caruso" <pr0f3ss0r1...@yahoo.com> wrote:
> tolli...@dal.ca wrote:
>
>
>
>
>
>
> Have you tried another browser? another machine? Another network?
> Have you tried wget? Ping? traceroute?
>
> Ottaviohttp://www.pledgebank.com/boycottvista
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Unable to connect to website via browser |
 |
 |
|
|
02-01-07 12:21 AM
On 31 Jan, 15:48, tolli...@dal.ca wrote:[vbcol=seagreen]
> Hello,
>
> Yes, I have tried three browsers.
>
> traceroute, ping, telnet all works.
>
> Here is the content of wget:
>
> wget linusOld.UCIS.Dal.Ca
> --11:45:42-- http://linusOld.UCIS.Dal.Ca:80/
> => `index.html.3'
> Connecting to linusOld.UCIS.Dal.Ca:80... connected!
> HTTP request sent, awaiting response... 200 OK
> Length: 818,752 [text/plain]
>
> 0K -> .......... .......... .......... .......... ..........
> [ 6%]
> 50K -> .......... .......... .......... .......... ..........
> [ 12%]
> 100K -> .......... .......... .......... .......... ..........
> [ 18%]
> 150K -> .......... .......... .......... .......... ..........
> [ 25%]
> 200K -> .......... .......... .......... .......... ..........
> [ 31%]
> 250K -> .......... .......... .......... .......... ..........
> [ 37%]
> 300K -> .......... .......... .......... .......... ..........
> [ 43%]
> 350K -> .......... .......... .......... .......... ..........
> [ 50%]
> 400K -> .......... .......... .......... .......... ..........
> [ 56%]
> 450K -> .......... .......... .......... .......... ..........
> [ 62%]
> 500K -> .......... .......... .......... .......... ..........
> [ 68%]
> 550K -> .......... .......... .......... .......... ..........
> [ 75%]
> 600K -> .......... .......... .......... .......... ..........
> [ 81%]
> 650K -> .......... .......... .......... .......... ..........
> [ 87%]
> 700K -> .......... .......... .......... .......... ..........
> [ 93%]
> 750K -> .......... .......... .......... .......... .........
> [100%]
>
> 11:45:42 (4.11 MB/s) - `index.html.3' saved [818752/818752]
>
> ________________________________________
______________________
>
> On Jan 31, 10:02 am, "Ottavio Caruso" <pr0f3ss0r1...@yahoo.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
> --------------------------------------------------------------------------
-----------------------------------------
>
> On Jan 31, 10:02 am, "Ottavio Caruso" <pr0f3ss0r1...@yahoo.com> wrote:
>
>
>
>
>
>
>
>
I couldnt get telnet to work
telnet 129.173.1.59 80
no connection was possible for me.
Is this what you type when you do telnet:
telnet 129.173.1.59 80[enter]
GET / HTTP/1.1[enter]
Host: linusold.ucis.dal.ca[enter][enter]
So at the moment it seems like a firewall, port forwarding, or apache:
<Directory />
Order, Allow,Deny
Deny from All
</Directory>
you say telnet works for you, which tips the balance in favour of a
firewall issue, or a specific
Allow from _your_IP_ in apache
check your error.log, does apache even see the requests made?
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 10:53 PM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|