chiprivers Posted April 9, 2007 Share Posted April 9, 2007 Is there away to allocate more memory to the server? I am assuming this may resolve a problem I am having. When I run a script, I am getting the following error come up: "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. " In the script it is grabbing the source code of a website to be able to extract some data from it. It cycles through several pages at a time and it seems to be overloading the server. When I run the script using the following URL as a source document: http://www.gg.com/racing/index.php?date=20070401 it works fine, but when I use the following page: http://www.gg.com/racing/view.php?id=52818 it overloads!! I presume the second page is larger and overloads the memory. How can I avoid this?? Link to comment https://forums.phpfreaks.com/topic/46273-server-overload/ Share on other sites More sharing options...
chiprivers Posted April 9, 2007 Author Share Posted April 9, 2007 Any suggestions? Is there a way that perhaps I need to adjust my apache server to allocate more memory or maybe something in the php script?? Link to comment https://forums.phpfreaks.com/topic/46273-server-overload/#findComment-225202 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.