Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mehargags

Pages: [1]
1
so you mean I remove MySql and install mariadb with Yum ? and remove PHP 5.4 & 5.5 and install 5.6 alone ? will the CWP be able to detect it properly ? and configure the domains correctly ?

2
Installation / edit install script to only install 5.5/5.6 and mariadb
« on: January 18, 2015, 01:47:48 PM »
Hi,
is there a way to completely AVOID installing PHP 5.4 and have 5.5/5.6 instead in the default install ?

I notice in the install script:
Code: [Select]
Line 155: wget -q http://dl1.centos-webpanel.com/files/c_scripts/php-5.4-cwp.sh
Line 157: wget -q http://dl1.centos-webpanel.com/files/c_scripts/php-5.4.sh

Do you have a 5.5/5.6 package that can be called in by the script?

Same for the Mariadb
Code: [Select]
Line 91: yum -y install make rsync mysql-server at mysql-devel bzip2-devel zip git pure-ftpd unzip cronie
Line 91: yum -y install make rsync mysql-server at mysql-devel bzip2-devel zip git pure-ftpd unzip cronie
Can I replace it with Mariadb instead ?

pls give me an insight. Good Work on the Panel though! I like the gui alot. Just giving it a good try for custom packages, as seasoned admins would love to have some custom pkg for performance.

Pages: [1]