You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Charlie Farinella <cf...@appropriatesolutions.com> on 2003/05/29 16:09:57 UTC

[users@httpd] Intentional time out?

For testing purposes I need to access a page that will cause the browser
to time out.  I'm dreaming up ways to do it, but thought there may be a
simple answer out here.

Thanks,

--charlie

-- 
------------------------------------------------------------------------
Charlie Farinella, Appropriate Solutions, Inc.
cfarinella@AppropriateSolutions.com
603-924-6079



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Intentional time out?

Posted by Jacob Coby <jc...@listingbook.com>.
> On Thursday, May 29, 2003, at 10:09  AM, Charlie Farinella wrote:
>
> > For testing purposes I need to access a page that will cause the
> > browser
> > to time out.  I'm dreaming up ways to do it, but thought there may be a
> > simple answer out here.

With php (or other similar languages), you could do something like:

<?php
set_time_limit(0);

while(1);
?>

That might cause the server to hang, I dunno.  You could also just make it
sit idle for 2 min and then return.

-Jacob


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Intentional time out?

Posted by WC -Sx- Jones <li...@insecurity.org>.
On Thursday, May 29, 2003, at 10:09  AM, Charlie Farinella wrote:

> For testing purposes I need to access a page that will cause the 
> browser
> to time out.  I'm dreaming up ways to do it, but thought there may be a
> simple answer out here.
>


Hard to say -- you never tell us what platform you are on.

Did you try

ln -s /dev/null null.html

Or some such???  Never tried that myself -- it would be prove humorous 
to attempt such things...

-Sx-

http://InSecurity.org/
_Sx____________________
  ('>    iudicium ferat
  //\   Have Computer -
  v_/_    Will Hack...

               \|/ ____ \|/
               "@'/ .. \`@"
               /_| \__/ |_\
                  \__U_/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org