ispCP - Board - Support
[Solved]Problem with domain creation - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [Solved]Problem with domain creation (/thread-4653.html)



[Solved]Problem with domain creation - greatman - 10-10-2008 12:56 AM

Hi all!

I have some problem with creating an account. I always got this error: check_uid_gid_available() | ERROR: Maximum user id for this system is reached!. I don't know why that do that because i have only 4 domain -_-


Thanks
Greatman


RE: Problem with domain creation - sci2tech - 10-10-2008 01:04 AM

You use last trunk, where ispcp.conf is modified. Add to this file following lines:
Code:
APACHE_SUEXEC_MAX_GID = 29999
APACHE_SUEXEC_MAX_UID = 29999
. Next time when you will upgrade check if ispcp.conf is modified or not Wink


RE: Problem with domain creation - greatman - 10-10-2008 03:56 AM

Thanks!