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 ... 12
16
DNS / Re: Reverse dns setup
« on: December 04, 2023, 05:05:02 PM »
A RDNS is nothing you can set, this is something your ISP needs to do, and if you really "own" a /24 IP, maybe you are an ISP or something so you need to add a PTR Record for your IP setting a FQDNS like mail.yourserver.com as rdns record to your IP.

There is nothing more you need to do in CWP

17
CentOS 9 Problems / Re: Recommended for fresh install
« on: November 30, 2023, 11:22:23 AM »
I and many others will switch to ALMA Linux as there is a script called ELevation to convert Centos to Alma with full support.

This is a possible way you can go because once you have Centos Stream, there is no way back from stream and no way to convert to anything else.

18
Addons / Re: Cron on Nextcloud
« on: November 16, 2023, 06:03:48 PM »
hi,

you don't need to give an enduser the permission.

create a user cronjob as this user, you can do this from the cwp admin portal
You don't need to give the user shell access.

19
MySQL / Re: New MariaDB 11.0.x version gives error
« on: November 11, 2023, 12:02:44 PM »
hi

i can confirm the update to MariaDB 11.2.1 is working without problems.

I have it running for about 2 Weeks now without any problems.

CWP is still showing the wrong version, it is still using the client version but i can live with it as i know what version i installed :)


20
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

21
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

22
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

23
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.

24
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

25
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

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

27
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

28
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]

29
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.

30
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

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