Welcome Guest, Not a member yet? Register   Sign In
Is my site being attacked?
#13

Quote:However, since last week (9th, July), I can NOT browse my website, It's a white page (Blank page) without any text, images...

When in production environments, most sites are configured to suppress PHP error messages, which usually results in a blank page when an error occurs before the page can be rendered. I've also seen instances in which developers don't notice an error on their site because most of the page is rendered, but an error near the footer prevents the bottom of the page from being output correctly.

Check your logs to see if you caught any PHP errors while the page was blank, but it sounds like you may have found the source of the error in the session configuration.

As for the rate of the generation of session files, it could be related to some of the other session settings, or there could be a problem with your code. If you regenerate your sessions too rapidly without destroying the old sessions and/or you expire your sessions quickly but your server doesn't delete them, you could potentially generate a lot of files.

It's also worth noting that some servers are configured to delete sessions only from a specific location using a different mechanism to delete the sessions, so the php.ini settings which determine when the files are removed may be configured to never remove them. Although this is an old article, I've found that it's still valid on recent versions of Ubuntu, and probably other versions as Linux as well: http://www.laurencegellert.com/2012/08/p...tu-server/
Reply


Messages In This Thread
Is my site being attacked? - by TuanTa - 07-10-2016, 04:58 AM
RE: Is my site being attacked? - by Paradinight - 07-10-2016, 07:41 AM
RE: Is my site being attacked? - by TuanTa - 07-10-2016, 10:26 AM
RE: Is my site being attacked? - by TuanTa - 07-12-2016, 06:25 PM
RE: Is my site being attacked? - by pdthinh - 07-12-2016, 08:09 PM
RE: Is my site being attacked? - by TuanTa - 07-13-2016, 12:45 AM
RE: Is my site being attacked? - by marksman - 07-12-2016, 10:19 PM
RE: Is my site being attacked? - by TuanTa - 07-13-2016, 01:02 AM
RE: Is my site being attacked? - by pdthinh - 07-13-2016, 02:26 AM
RE: Is my site being attacked? - by behrooz1x - 07-13-2016, 01:21 AM
RE: Is my site being attacked? - by InsiteFX - 07-13-2016, 07:49 AM
RE: Is my site being attacked? - by TuanTa - 07-14-2016, 10:02 AM
RE: Is my site being attacked? - by mwhitney - 07-15-2016, 11:54 AM
RE: Is my site being attacked? - by TuanTa - 07-16-2016, 09:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB