• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

When Site Accounts Reachs A Limit, ALL PHP HomePages Stops

KaderU

New Pleskian
We have a server with loaded Plesk 9.2.2

We created 389 site account. When we create a site account also (390. site); homepage of all my PHP sites stop and not work correct, regularly..
But other page of my PHP sites work correctly. Also, All HTML pages work correctly.

When I delete last site from Plesk, system work correctly

When I create site from Plesk again, I see same problem..

Summary, When site account reach 390, some pages of php sites, especially home pages not work correctly
 
Plesk Operators Solved Problem

Plesk Operators Solved Problem

**********************************************


Hello,

The problem was with the limit of open files. We have now raised the limits by executing these commands.

ulimit -n 4096
sysctl -w fs.file-max=5000

We have made the changes permanent by editing the sysctl configuration as well.

-----------------------

[root@loft2014 ~]# ulimit -a | grep files
open files (-n) 4096
[root@loft2014 ~]# sysctl -a | grep file
fs.file-max = 5000
fs.file-nr = 3060 0 5000

------------------------

Please check and let us know if you need any further help.

Thanks,

--

Sijin A George
Technical Support Engineer
Parallels
Knowledge Base: http://kb.odin.com
 
Back
Top