can php code break down shared hosting services for the particular IP?

隐身守侯 提交于 2019-12-24 07:16:32

问题


Sorry, i had to put the same post again due to still no solution

I have a strange problem, i just installed my php web site on a shared hosting(php,apache,mysql,linux), all services were working fine. But after configuring my app i just could visit my web site only once, other attempts gives "The server is taking too long to respond.". But from other IP i can access, but only once, it seems all ip addresses being blocked after first visit(even ftp and other services go down, no access at all from the IP), can anyone help to explore this problem ? i don't think that it's my app problem, the app works fine on my local PC. By far The only one is there might be a infinity loop in my code becouse i had this issues on my local pc, but i fixed it, should work fine everywhere. Can infinity loop make blocking all services bind(if this is the way) to particular IP ? but im not sure about this. Never thought this way.


回答1:


I would look at an infinite loop issue more. I had a similar issue that only showed up on the shared server because my local machine had a different version of php and different error settings.




回答2:


Sounds like a problem either with sessions or database connections. Is there a page's code that you could share that causes this problem?



来源:https://stackoverflow.com/questions/708337/can-php-code-break-down-shared-hosting-services-for-the-particular-ip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!