php-general Digest 10 Feb 2013 19:48:30 -0000 Issue 8117

Topics (messages 320180 through 320183):

Re: Random 404 screens
        320180 by: Jim Giner
        320181 by: Andy McKenzie
        320182 by: Jim Giner
        320183 by: Matijn Woudt

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
On 2/9/2013 11:58 AM, Mike Mackintosh wrote:


On Saturday, February 9, 2013 at 11:51 AM, Geoff Shang wrote:

On Sat, 9 Feb 2013, Jim Giner wrote:

Lately, my web pages are giving me some problems. Once a day or so one or
more of my pages/scripts will give me a 404 error page saying my web page has
timed out. Problem is that the page was just displayed. I click on a link,
the page shows up, I click on a button on it to trigger some activity and
voila! An error. I hit refresh and my page is back and things work ok.



Since someone mentioned network issues, I will ask this question.

Is it actually a "404" page? That is to say, does the string "404"
actually appear in the error document?

If it does, then this would rule out your home network, as 404 is a
response code returned by the webserver.

Geoff.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



What about your HTTP server (Apache, nginx, lighttpd)? Is is overloaded or all 
child-threads/workers busy?

I have no idea about how the host server is performing - but this has not happened before now.
--- End Message ---
--- Begin Message ---
On Sat, Feb 9, 2013 at 11:51 AM, Geoff Shang <ge...@quitelikely.com> wrote:
> On Sat, 9 Feb 2013, Jim Giner wrote:
>
>> Lately, my web pages are giving me some problems.  Once a day or so one or
>> more of my pages/scripts will give me a 404 error page saying my web page
>> has timed out.  Problem is that the page was just displayed.  I click on a
>> link, the page shows up, I click on a button on it to trigger some activity
>> and voila!  An error.  I hit refresh and my page is back and things work ok.
>
>
> Since someone mentioned network issues, I will ask this question.
>
> Is it actually a "404" page?  That is to say, does the string "404" actually
> appear in the error document?
>
> If it does, then this would rule out your home network, as 404 is a response
> code returned by the webserver.
>
> Geoff.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

This is a good point, and one I hadn't thought of.  I saw "Network
time out" and thought network problems, but Geoff is right.  If it's
actually a 404, it's not a network problem between you and the server.

-Andy

--- End Message ---
--- Begin Message ---
On 2/10/2013 12:45 PM, Andy McKenzie wrote:
On Sat, Feb 9, 2013 at 11:51 AM, Geoff Shang <ge...@quitelikely.com> wrote:
On Sat, 9 Feb 2013, Jim Giner wrote:

Lately, my web pages are giving me some problems.  Once a day or so one or
more of my pages/scripts will give me a 404 error page saying my web page
has timed out.  Problem is that the page was just displayed.  I click on a
link, the page shows up, I click on a button on it to trigger some activity
and voila!  An error.  I hit refresh and my page is back and things work ok.


Since someone mentioned network issues, I will ask this question.

Is it actually a "404" page?  That is to say, does the string "404" actually
appear in the error document?

If it does, then this would rule out your home network, as 404 is a response
code returned by the webserver.

Geoff.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


This is a good point, and one I hadn't thought of.  I saw "Network
time out" and thought network problems, but Geoff is right.  If it's
actually a 404, it's not a network problem between you and the server.

-Andy

The page has a "404" code in it. Next time I see one (been good today so far) I'll c/p it in here.
--- End Message ---
--- Begin Message ---
On Sun, Feb 10, 2013 at 6:53 PM, Jim Giner <jim.gi...@albanyhandball.com>wrote:

> On 2/10/2013 12:45 PM, Andy McKenzie wrote:
>
>> On Sat, Feb 9, 2013 at 11:51 AM, Geoff Shang <ge...@quitelikely.com>
>> wrote:
>>
>>> On Sat, 9 Feb 2013, Jim Giner wrote:
>>>
>>>  Lately, my web pages are giving me some problems.  Once a day or so one
>>>> or
>>>> more of my pages/scripts will give me a 404 error page saying my web
>>>> page
>>>> has timed out.  Problem is that the page was just displayed.  I click
>>>> on a
>>>> link, the page shows up, I click on a button on it to trigger some
>>>> activity
>>>> and voila!  An error.  I hit refresh and my page is back and things
>>>> work ok.
>>>>
>>>
>>>
>>> Since someone mentioned network issues, I will ask this question.
>>>
>>> Is it actually a "404" page?  That is to say, does the string "404"
>>> actually
>>> appear in the error document?
>>>
>>> If it does, then this would rule out your home network, as 404 is a
>>> response
>>> code returned by the webserver.
>>>
>>> Geoff.
>>>
>>>
>>>
>>> --
>>> PHP General Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>> This is a good point, and one I hadn't thought of.  I saw "Network
>> time out" and thought network problems, but Geoff is right.  If it's
>> actually a 404, it's not a network problem between you and the server.
>>
>> -Andy
>>
>>  The page has a "404" code in it.  Next time I see one (been good today
> so far) I'll c/p it in here.
>
>
There are btw much web servers that provide an error, and then give an 404
error because they can't find an error page for that error code.

- Matijn

--- End Message ---

Reply via email to