James Tyler
New Pleskian
I've added 400 domains via the command line to avoid having to do it manually in the web interface. Every domain was added with this formula:
./domain --create domain.info -clogin admin -status enabled -hosting true -hst_type phys -ip myip -login domain -passwd mypw -cgi false -php true -www true -ssl false
Now I'm getting this in my apache error_log:
[Sat Jul 24 01:30:12 2010] [notice] Digest: generating secret for digest authentication ...
[Sat Jul 24 01:30:12 2010] [notice] Digest: done
[Sat Jul 24 01:30:12 2010] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 32 bytes)
[Sat Jul 24 01:30:12 2010] [notice] mod_bw : Version 0.8 - Initialized [0 Confs]
[Sat Jul 24 01:30:12 2010] [error] (24)Too many open files: mod_fcgid: Can't create pipe between PM and stub
[Sat Jul 24 01:30:12 2010] [emerg] (24)Too many open files: mod_fcgid: Can't initialize process manager
I'm assuming that there is something wrong the ./domain syntax
Any help would be greatly appreciated!
./domain --create domain.info -clogin admin -status enabled -hosting true -hst_type phys -ip myip -login domain -passwd mypw -cgi false -php true -www true -ssl false
Now I'm getting this in my apache error_log:
[Sat Jul 24 01:30:12 2010] [notice] Digest: generating secret for digest authentication ...
[Sat Jul 24 01:30:12 2010] [notice] Digest: done
[Sat Jul 24 01:30:12 2010] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 32 bytes)
[Sat Jul 24 01:30:12 2010] [notice] mod_bw : Version 0.8 - Initialized [0 Confs]
[Sat Jul 24 01:30:12 2010] [error] (24)Too many open files: mod_fcgid: Can't create pipe between PM and stub
[Sat Jul 24 01:30:12 2010] [emerg] (24)Too many open files: mod_fcgid: Can't initialize process manager
I'm assuming that there is something wrong the ./domain syntax
Any help would be greatly appreciated!