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

Pages: 1 [2] 3 4 ... 43
16
How to / Re: Direct domain name to proper directory
« on: September 15, 2023, 01:58:39 PM »
When you made the new user account, did it not create the public_html folder under the /home/userdir path, along with a www symlink?

To replicate your live server to a staging/backup server, are you using CWP Migration to clone your accounts?

17
Installation / Re: ubuntu with arm64
« on: September 14, 2023, 10:46:39 PM »
I would not recommend CentOS Stream 8, as it is EOL soon. Look toward AlmaLinux 8.8, as you can then ELevate to v9 when CWP fully support EL9 distributions (hopefully soon, per the devs).

18
Scan for large, ballooning log files, as Igor indicated. Truncate them to zero bytes:
Code: [Select]
truncate -s0 /usr/local/apache/logs/*
truncate -s0 /usr/local/apache/domlogs/*.log
Then implement logrotate to keep logs from growing exponentially in size.

19
PHP / Re: Fail PHP-FPM build
« on: September 14, 2023, 08:39:13 PM »
Opposite of TMI (too much information); too little information to help you properly! Are you trying to build php 7.0? If so, why? Why not 7.4, which granted is EOL, but at least more current and secure than 7.0.

20
Installation / Re: ubuntu with arm64
« on: September 14, 2023, 08:36:46 PM »
CWP still references CentOS, even though they are abstracting it to be Control Web Panel. It currently requires an EL7 or EL8 distribution.
https://control-webpanel.com/installation-instructions#step2
Quote
3. Software Requirements
You must have a clean/fresh installation of supported operating systems:
CentOS 7 MINIMAL is recommended version. (RECOMMENDED STABLE)
The best version to be used with CWP as it provides the most features and CWP Secure Kernel.
CWP-CentOS 8 MINIMAL or BOOT Stream-Delayed. (RECOMMENDED LATEST)
We have our custom repositories making CentOS 8 Stream a stable version. More Info
CentOS 8 Stream MINIMAL or BOOT
Direct installation or converted from CentOS 8 Linux. (Recommended)
Rocky Linux 8 MINIMAL or BOOT
Compatible but with possible issues, Recommended is to use CentOS 8 Stream or CentOS 7
Alma Linux 8 MINIMAL or BOOT
Compatible but with possible issues, Recommended is to use CentOS 8 Stream or CentOS 7
Oracle Linux 7 & 8 MINIMAL or BOOT
Compatible but with possible issues, Recommended is to use CentOS 8 Stream or CentOS 7

21
CentOS 7 Problems / Re: Google indexing link to CWP
« on: September 14, 2023, 08:33:29 PM »
Perhaps look at the site root for CWP:
Code: [Select]
/usr/local/cwpsrv/htdocs/admin
/usr/local/cwpsrv/htdocs/admin/admin
And I would think you would want to disallow ALL indexing of those locations:
Code: [Select]
User-agent: *
Disallow: /

22
MySQL / Re: Excessive resource usage: mysql
« on: September 14, 2023, 02:25:30 PM »
Love that changelog:
Quote
InnoDB
Crashing on I/O error is unhelpful (MDEV-27593)

23
CentOS 7 Problems / Re: Google indexing link to CWP
« on: September 14, 2023, 02:25:35 AM »
Sorry, but that's not correct syntax. You can't specify a domain in the robots.txt -- it just has to be at the site root for whatever domain you are wanting to control.
Code: [Select]
User-agent: Googlebot
Disallow: /

24
How to / Re: how to change max_execution_time in centos 7 main server
« on: September 14, 2023, 02:21:46 AM »
Your phpinfo link is not accessible currently, but I would hazard a guess to say perhaps you are editing the wrong php.ini -- one that doesn't apply to your active PHP. Otherwise, if it is php-fpm, you would need to restart that version of PHP after editing the php.ini for that version.

25
CentOS 7 Problems / Re: Google indexing link to CWP
« on: September 13, 2023, 02:35:07 PM »
You can use robots.txt to control what gets indexed and what doesn't. You can also ask Google to delete admin areas of your site from their index. They are usually prompt about those kind of takedown requests.

26
PHP Selector / Re: in alma PHP SELECTOR no active pgsql,
« on: September 12, 2023, 08:47:51 PM »
Is this AlmaLinux 8 or 9? Be aware that EL9 support is a work-in-progress, so expect issues if you are using AlmaLinux 9. We haven't had clear communication from the dev team yet about full EL9 support.

27
PHP / Re: CWP falling behind with PHP. Again.
« on: September 12, 2023, 08:36:56 PM »
I remember the glory days of living with a PHP point release for years (I just got one client off of 5.6, finally) — now it feels as if the snowball down the mountain is gathering avalanche-levels of momentum...

28
CentOS-WebPanel GUI / Re: Does "CWPpro Terminal" work for you?
« on: September 12, 2023, 08:34:38 PM »
LPJon has a revised install script for the CWP Pro terminal. Note that it requires python3 to be installed as a dependency.
https://forum.centos-webpanel.com/index.php?topic=13054.0

29
CentOS 9 Problems / Re: in alma PHP SELECTOR no active pgsql,
« on: September 12, 2023, 08:31:45 PM »
Is this AlmaLinux 8 or 9? EL9 support work is still ongoing, so don't expect everything to work in AlmaLinux 9 until we have confirmation from the dev team.

30
CSF Firewall / Re: AbuseIP DB on centos
« on: September 12, 2023, 12:38:43 AM »
Good to be aware of. I have various RBLs in place for Postfix (SMTP) and of course CSF/LFD running server-wide, as well as WAF (web application firewalls) for each WordPress install. More tools = better, as long as we don't see huge performance hit as with looking up full country code blocks under CSF.

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