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.
136
DNS / Re: One domain one server no need extra user
« on: April 13, 2021, 05:58:04 AM »
without User account the domain will not work.
137
Updates / Re: Has the development team released a script to seamlessly upgrade MariaDB yet??
« on: April 12, 2021, 08:13:45 PM »
here is the wiki for mariadb 10.1 -10.2 upgrade
http://wiki.centos-webpanel.com/mariadb-upgrade-from-10-1-to-10-2
http://wiki.centos-webpanel.com/mariadb-upgrade-from-10-1-to-10-2
138
CentOS 7 Problems / Re: TLSv1.3
« on: April 11, 2021, 02:10:09 AM »
you need to use version 1.42 and don't update it as new version needs newer software
139
Updates / Re: sqlite 3.26
« on: April 09, 2021, 10:33:48 PM »
Hello you can install latest version by below procedure but we didn't tested it in php etc.
Code: [Select]
yum install tcl -y
cd /usr/local/src
wget https://www.sqlite.org/src/zip/bf8c1b2b/SQLite-bf8c1b2b.zip
unzip SQLite-bf8c1b2b.zip
cd SQLite-bf8c1b2b
./configure --prefix=/usr
make
make install
140
Updates / Re: PHP Imagemagick error after last update
« on: April 09, 2021, 02:58:15 PM »
it seems dependency development package is missing, di you tried to compile imagick from any other source ?
141
PHP / Re: opcache installation
« on: April 09, 2021, 02:56:27 PM »
in order to install opcache you need to rebuild php-fpm with opcache option checked (by default it is enabled) also for php-fpm moddule you need cwp pro.
142
CentOS-WebPanel Bugs / Re: CentOS 8 minor bug
« on: April 06, 2021, 03:23:55 PM »
try to upgrade the OS to stream
143
CentOS 7 Problems / Re: TLSv1.3
« on: April 04, 2021, 03:10:11 PM »
okay i've fixed the apache script rerun the step2
144
CentOS 7 Problems / Re: CWP pro not work with recompile nginx and tls 1.3
« on: April 04, 2021, 03:10:07 PM »
okay i've fixed the apache script rerun the step2
145
CentOS 7 Problems / Re: CWP pro not work with recompile nginx and tls 1.3
« on: April 04, 2021, 02:44:03 PM »
try this :
this will disable mod security as for some reason modsec is not working.
you can do only nginx config to get tls 1.3 if you want t o use mod security.[/code]
Code: [Select]
mv /usr/local/apache/conf.d/mod_security.conf /usr/local/apache/conf.d/mod_security.conf.bak
systemctl restart httpd
this will disable mod security as for some reason modsec is not working.
you can do only nginx config to get tls 1.3 if you want t o use mod security.[/code]
146
CentOS 7 Problems / Re: TLSv1.3
« on: April 04, 2021, 02:43:20 PM »
try this :
this will disable mod security as for some reason modsec is not working.
you can do only nginx config to get tls 1.3 if you want t o use mod security.
Code: [Select]
mv /usr/local/apache/conf.d/mod_security.conf /usr/local/apache/conf.d/mod_security.conf.bak
systemctl restart httpd
this will disable mod security as for some reason modsec is not working.
you can do only nginx config to get tls 1.3 if you want t o use mod security.
147
CentOS-WebPanel Bugs / Re: CentOS 8 minor bug
« on: April 04, 2021, 04:39:18 AM »
this was fixed long time ago.
148
CentOS-WebPanel Bugs / Re: export database error in phpmyadmin
« on: April 04, 2021, 04:35:59 AM »
try via command line to export a db :
if you see error in mysql command line then its your DB issue and your dev need to fix it
Code: [Select]
mkdir -p /home/mysqldump
cd /home/mysqldump
mysqldump > db-name.sql
if you see error in mysql command line then its your DB issue and your dev need to fix it
149
CentOS-WebPanel Bugs / Re: export database error in phpmyadmin
« on: April 03, 2021, 01:07:24 PM »
from root user you're trying ?
150
CentOS 7 Problems / Re: TLSv1.3
« on: April 03, 2021, 01:04:21 PM »
what is the full error? check the /root/.acme.sh/acme.sh.log its not with nginx issue.