On Sun, Mar 29, 2015 at 11:51 PM, Ethan Rosenberg
<erosenb...@hygeiabiomedical.com> wrote:
> When I call another page in PHP, Apache can take 5 to 10 minutes to open the
> page.
>
> Example:
>
>         <script type="text/javascript">
>         <!--
>                 window.location.assign("http://localhost/HandleWeight.php";);
>         //-->\
>        </script>

What's slow, http://localhost/HandleWeight.php or the page that
generates the HTML that redirects to it?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to