New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
SuExec is going to kill throughput, and nobody will know how to make it function correctly, and they will bitch and bitch and bitch.
Welcome to CPanel, circa 2006.
@WSS
its already done, but people can always go back through configurations.
Question from the peanut gallery: Why suExec versus a php-fpm pool per user? That would allow setting resource constraints with pretty fine granularity, while improving performance.
Because then you're stuck forking at least X instances per user for a pool. That's a good way to waste as many resources as compiling PHP into Apache.
Except you get better isolation than compiling into Apache. (And you can run with 1 worker in the pool just fine for the average small site. With modern memory management, most of the image will be shared between pools, so you're not out THAT much...)
If you're already arguing for a side with one single worker, then why are we bothering to even address this?
@WSS @lewellyn
With LSPHP you can see that process are forked only when a request comes in, no need to prefork them.
This time with the user specified in the configurations, rest is same, so there will be no overhead.
1.6.0
http://docs.cyberpanel.net/doku.php?id=change-log
@cyberpersons do you plan to make CyberPanel more modular like VestaCP?
i mean, if i dont need ftp or mail service, i can just disable it or not install it.
Looks good! Is it production ready?
Great control panel !!!!! A few questions. SubDomains can added? If new domain has be added dns records has created automatic? What Plan package have to set? Can support CentOS 6.x latest ?
Idea: You can make a simple module app with ticket support.
@cyberpersons Good job, hope you take this panel to good free alternative of cPanel. Currently i haven't see any free alternative that is similar to cPanel
Integrations for Blesta would be good
@kzed
It is planned for future.
@gleert
1.6.0 actual version will be production ready.
@hahanas
We've similar feature with name child domains, more information: http://docs.cyberpanel.net/doku.php?id=child-domains
@Lampard
Hopefully, blesta plugin will be available soon.
Regards
The 1.6 version of the two BUG:
LITESPEED settings are not effective
Where does the database root password look for? I can't find a place
>
$ cat /etc/cyberpanel/mysqlPassword
Litespeed settings should be saved but not reflected on homepage.
To confirm you can check Webadmin console on port :7080
Regards
@cyberpersons any support for other operating systems in the near future?
We have plans for debian in near future.
Glad that's coming soon. Good luck!
is it possible to disable mail server and dns?
just need webserver and mysql only
This will unload DNS and mail server.
Please consider support Debian/Ubuntu
Yes. I'm using cyberpanel in production. But as I'm newbies to vps world, however I can successfully installed cyberpanel on my xen vps successfully, I got some gap erros. All i want to do is placing my vps ip behind cloudflare that is behind my domain. Thus, I had already integrated my domain name servers with cloudflare, but there's error with cloudflare and my cyberpanel's dns. Can you exactly show me step by step as you wrote tutorial on technic ? All i want to do is My domain>cloudflare>my vps. Now I'm point as far as my knowledge, but cloudflare shows me error of "Origin of DNS". Thanks. By the way I'm fond of installing and using cyberpanel pretty much.
You dont know how to work with Cloudflare, and DNS in general. Just create an A record pointing to the ip of your vps, and a cname for the www
Yes,Sir, I point to A record to my vps ip but cname for www don't let me enter my ip, thus i input my domain. Fix me right please.! My Screenshot of clodflare error goes there... "https://pasteboard.co/H2C7uFO.png"
its looking good awesome work
3 A Records for the main domain. You need to check that unless you have an HA setup and are using round robin dns.
Can Cloudflare's DNS system do that ? I think not ...
^This, You only need one A record.
Delete everything and do this.
Round Robin DNS should work, yes, it's not even a "technology", just logic and how zones work.