
Everything posted by Sandeep B.
-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
Probably you tried many things before which can cause the issues, check the logs or create seperate topic
-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
Try rpm -e --nodeps mysql-common-8.0.41-1.module_el8.10.0+3965+b415b607.x86_64
-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
this is not same command here the alpha case is sensitive
-
All MYSQL users can see and manipulate data in any MYSQL database even without having access
Hi, run the MySQL secure installation and remove the test db mysql_secure_instalaltionYou may need the root password for MySQL to proceed, located in /root/.my.cnf
-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
You need to remove mariadb server rpm dnf module disable mariadb -y rpm -e --nodeps mariadb-server If you get any other conflicting package use the same rpm remove commands and replace the mariadb-server with the conflicting package name. After that use same procedure to update mariadb
-
Roundcube - Server Error: AUTHENTICATE PLAIN: Authentication failed
hi try to run this api fix /scripts/cwp_api account mail_fix_permissions
-
Brotli and nginx 1.26.2 Issues.
this is an old tutorial and discontinued due to a maintenance issue we'll create a new tutorial for it soon
-
Wordpress and Caching.
You can fix this by adding salt to your wp-config.php Redis is superior of all APCU, which will increase the performance but the database will not be optimized we always recommend opcache + redis https://blog.alphagnu.com/speedup-wordpress-decrease-server-load-redis-cache-cwp-centos-webpanel/
-
Updating ModSecurity to 2.9.8
i need one test server pre built with cwp to test the latest version some one DM me
-
Optimize Mariadb/MySQL server for 4 GB RAM Server
[mysqld] max_connections = 30000 max_user_connections=10000 innodb_lock_wait_timeout=120 max_heap_table_size = 1G tmp_table_size = 1024M thread_cache_size = 128 innodb_buffer_pool_size = 2G innodb_log_file_size = 2G innodb_flush_method = O_DIRECT innodb_file_per_table = 1 innodb_flush_log_at_trx_commit = 2 table_open_cache = 5000 wait_timeout = 28800 interactive_timeout = 28800 long_query_time = 25 max_allowed_packet = 512M performance_schema = OFF open_files_limit = 220000 key_buffer_size = 64M join_buffer_size = 5M sort_buffer_size = 5M read_buffer_size = 2048k read_rnd_buffer_size = 2048k max_connect_errors = 10 tmp_table_size = 550M max_heap_table_size = 500M innodb_file_per_table=1
-
FIx and install netdata In CWP Almalinux 8/9
you need to install 'libuv/ devel package and try again
-
Which OS IS GOOD FOR CWP
alamlinux 8 is still stable with CWP probably this year CWP will be stabilized with el9
-
Apache 2.4.62 configuration with module socache redis
Yes i understand, the best option is to use in your cms like wp, magento etc this will give you more benefits
-
502 Bad Gateway cwpsrv - Root and user Login
you can reinstall cwp services : yum remove cwpsrv cwpphp -y && yum install cwpsrv cwpphp -ythen update cwp sh /scripts/update_cwp
-
Apache 2.4.62 configuration with module socache redis
hi you can directly use in your script instead in webserver
-
Install Mariadb 10.11 in CentOS Stream 9 Almalinux 9 Rockylinux 9
Hi you can only need to reset the root password
-
does it possible to Migrating from CentOS7 to AlmaLinux9 (same server) without installing to new server
elevate is not recommended as this can break many things
-
rDNS/PTR = FAILED (Postfix Mail Server Manager)
Hi ensure port 53 is opened tcp and udp
-
The Apache HTTP Server Fail
/path/to/your/certificate.crt did you checked the path for this real path if this is for any site delete the SSL from SSL manager then restart the apache and reinstall the certs
-
Viable migration script for CWP server migration available?
what is in the logs for email and website in this way it can be fixed.
-
Viable migration script for CWP server migration available?
I usually install cwp first and do this and it works every time, different hardware doesn’t matter and the kernel will take care of it. in some cases efi boot cause issues in this situation move the users manually Red Hat Customer PortalHow to easily migrate local users and groups from one sys...All local users and groups (within a certain UID/GID number range) need to be migrated from one old system to another freshly-installed system without manually creating said users on the new system.
-
Viable migration script for CWP server migration available?
yes, it possible when running the same version of os and app via rsync, rsync the /home /var/lib/mysql/ (mysql should be the same version) /var/vmail /usr/local/apache /etc/ /var/spool/cron/crontabs and other you remember then rebuild webserver and cwpsrv user config
-
FIx and install netdata In CWP Almalinux 8/9
please try this /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force cd /usr/local/src rm -rf netdata git clone --recursive https://github.com/netdata/netdata cd netdata ./netdata-installer.sh --disable-cloud --dont-waitthen after the official version is installed without any error (keep an eye on errors if there is any) uninstall it again : /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --forcethen install it from cwp
-
CWP Install Netdata from Control panel not working anymore
hi check this solution
-
Diskusage, is it a bug?
you can use this command to check the quotas repquota -a