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 - Painkiller88

Pages: 1 [2] 3 4 ... 11
16
Updates / Re: How to update Mariadb to 11.1?
« on: November 10, 2023, 07:03:26 PM »
MariaDB 11.x support has been discussion in detail in another thread.

MariaDB 10.11.x is the current LTS version.

Upgrading MariaDB is Free, unless you need to hire someone to do it.

can you point me to the discussion about mariadb 11

i cant find it when i search.

thanks

17
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: November 10, 2023, 07:00:06 PM »
Cwpsrv has it's own fpm.  the service is called cwpsrv-phpfpm and cwp-phpfpm  They use /usr/local/cwp/php71 (It's actually 7.2).  I'm working on an update for you, but work 60 hours a week, so not a lot of time
Do you know when the new version of Roundcube will be available? How to completely disable Roundcube in CWP when CVE vulnerabilities appear in outdated version 1.5.3

you can update to 1.5.6 this is the latest one that works acutally

18
Updates / Re: How to update Mariadb to 11.1?
« on: November 10, 2023, 07:43:21 AM »
Hi,

its possible and absolutely free.

Just follow these instructions and change version to the needed one:

https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version

19
CentOS 7 Problems / Re: Latest ClamAV Update from today messes up ClamAV
« on: November 09, 2023, 01:43:39 PM »
no i didn't.

I made a new check after restoring my machine from a Veeam backup, i really tried to update those packages again, and it happened the same.

So again, restore from veeam and now i excluded those package versions from the update.

But i wonder, why not more people are complaining about this problem.

20
CentOS 7 Problems / Re: Latest ClamAV Update from today messes up ClamAV
« on: November 07, 2023, 11:14:02 PM »
The following Packages came with the update, these packages make the problems:

clamav-data.noarch   0.103.11-1.el7
clamav-filesystem.noarch   0.103.11-1.el7
clamav-lib.x86_64   0.103.11-1.el7
clamav-update.x86_64   0.103.11-1.el7
clamav.x86_64   0.103.11-1.el7
clamd.x86_64   0.103.11-1.el7

21
CentOS 7 Problems / Latest ClamAV Update from today messes up ClamAV
« on: November 07, 2023, 10:36:04 PM »
today a new update of ClamAV shows up in CWP yum.

So i updated it and after this CPU goes up for the Clam process, i checked the logs and saw, clam wasn't able to start normally and complained about duplicate database files.

after removing them manually like the log says it was complaining about the sock is used by another process.

solution was do delete the sock file so it could create a new one.

Problem, i need to do this after every reboot.

i tried a yum history rollback but this failed for those packages so i rolled back my server using the veeam backup.


Can anyone confirm this problem, so maybe to bring out a fix before everyone is updating the clam packages

thanks

22
Installation / Re: Edit server root page
« on: November 02, 2023, 10:11:34 PM »
User Accounts-->Features,Themes,Languages-->Template Editor Pages.

23
PHP Selector / Re: need help to select php version
« on: October 28, 2023, 07:14:19 PM »
Hi,

in the Navigation Panel select Webserver Settings->Webservers Domain Conf->Select Username

From here you can select your domain and create a config, here you can specify the PHP Version for this site.

Tick The checkbox to recreate the Webservers config for this domain and restart apache service and php service and you are running this domain on the desired PHP version

24
How to / Re: Error on website with www
« on: October 28, 2023, 07:09:42 PM »
hi,

if you use apache you could use a rewrite rule, to force all requests to be redirected to www.

In this case you would never have problems when your visitors just enter the domain without www.

just add this to the .htaccess file of your page:

RewriteEngine On
### re-direct to www
RewriteCond %{http_host} !^www.example.com [nc]
RewriteRule ^(.*)$ http://www.example.com/$1 [r=301,nc]

25
CentOS 7 Problems / Re: How do i change default login ip address of CWP?
« on: October 28, 2023, 11:14:29 AM »
Some ISP or Routers does not allow loopback.

So this means it could be possible YOU can't reach your own public IP from inside your network.

If Port forwarding is set correctly, you can try to access it from outside your network with your Public IP, eg from the phone.

This should work.

26
Installation / Re: Recommended CWP Version for fresh install
« on: October 28, 2023, 09:09:20 AM »
ok thanks, i will try the elevate tool in spring

27
Backup / Re: Backup Beta, ** not backing up databases **
« on: October 28, 2023, 09:08:08 AM »
a pretty easy way is to install the veeam backup agent and make bare metal and also incremental backups using it.

This is easy and can also be done on a normal NAS like Synology or QNAP if you are not a business user with tons of servers and possibilities.

That is a good option for business users that can afford a high monthly cost of a bare metal.

Most providers offer imaging service or backups either as part of the monthly fee or pay per GB.
Which is usually cheaper, unless you have a ton of images.

I am just hosting for fun my and a few websites for friends.

I have a NAS and the veeam backup agent is free, so i do bare metal backups without monthly costs.
All you need is some Space but the normal veeam backup agent for linux is free and can do baremetal backups

28
Backup / Re: Exclude a directory
« on: October 27, 2023, 06:28:04 PM »
so we are talking about 10€ per year?

really? yes they are so greedy

29
Backup / Re: Backup Beta, ** not backing up databases **
« on: October 27, 2023, 06:26:53 PM »
a pretty easy way is to install the veeam backup agent and make bare metal and also incremental backups using it.

This is easy and can also be done on a normal NAS like Synology or QNAP if you are not a business user with tons of servers and possibilities.

30
Backup / Re: New Backup Beta
« on: October 27, 2023, 06:24:30 PM »
Hi,

What exactly do you mean with other Rules?

You just create one Backup scheduling job and make options. What Rules do you mean?

Pages: 1 [2] 3 4 ... 11