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.
226
CSF Firewall / Re: How to make WireGuard work?
« on: March 17, 2022, 07:57:47 AM »
what he's saying is $ip needs to be replaced with your actual Global IP
$port needs to be your wireguard port
$ip6 needs to be your global ip for ip6
$port needs to be your wireguard port
$ip6 needs to be your global ip for ip6
227
Apache / Re: certificate does NOT include an ID which matches the server name
« on: March 17, 2022, 05:27:40 AM »
Don't reinstall anything. We can work out the issue.
Is your site high volume. You may need to adjust the number of MBM workers. Take a look at this article:
https://www.discoverbits.in/353/mpm_event-notice-ah00492-caught-sigwinch-shutting-gracefully
Is your site high volume. You may need to adjust the number of MBM workers. Take a look at this article:
https://www.discoverbits.in/353/mpm_event-notice-ah00492-caught-sigwinch-shutting-gracefully
228
Apache / Re: certificate does NOT include an ID which matches the server name
« on: March 17, 2022, 03:16:03 AM »
if it's constantly restarting, there can be numerous reasons. Check /usr/local/apache/domlogs/ and go through the error logs for the domain in question to see if there are any explained errors.
SIGWINCH is the code for something like the window being resized on linux, as it's not something common on a server install. In any event, running it from systemctl should not be causing that issue.
SIGWINCH is the code for something like the window being resized on linux, as it's not something common on a server install. In any event, running it from systemctl should not be causing that issue.
229
Apache / Re: certificate does NOT include an ID which matches the server name
« on: March 17, 2022, 02:56:51 AM »
Then you can safely ignore the errors. CWP creates them by default, and uses the ssl cert for them.
230
Apache / Re: certificate does NOT include an ID which matches the server name
« on: March 17, 2022, 02:45:47 AM »
First: Make sure that you have A records pointing to your server for cpanel,webmail,mail,ftp.
In CWP, goto WebServer Settings -> SSL Certificates
Find your domain, and click on services, and check all of the services. Hit save. If it pops up an error, report that back. If it goes green, then those errors should disappear.
In CWP, goto WebServer Settings -> SSL Certificates
Find your domain, and click on services, and check all of the services. Hit save. If it pops up an error, report that back. If it goes green, then those errors should disappear.
231
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 10:35:35 PM »
If it's not on the php.ini, then it's not loaded, so all should be good.
232
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 10:30:21 PM »
edit the /usr/local/php/php.ini
look for
extension=suhosin.so
and comment it out with a " ; "
look for
extension=suhosin.so
and comment it out with a " ; "
233
Addons / Re: Ability to connect to Object Storage
« on: March 16, 2022, 10:28:50 PM »
That is something you will need to contact the host for the OSS. They should give you directions on how to "Mount" it as a drive/folder on linux
234
CentOS 7 Problems / Re: PECL Manager Error
« on: March 16, 2022, 10:25:26 PM »
mkdir /opt
mkdir /opt/alt
chmod -R 755 /opt
mkdir /opt/alt
chmod -R 755 /opt
235
Installation / Re: CodeIgniter 4 on subdomain .htaccess.bak issue
« on: March 16, 2022, 02:14:39 AM »
check the log files for the subdomain under /usr/local/apache/domlogs/(subdomain).error.log to figure out what setting in .htaccess is causing the error.
236
How to / Re: reverse proxy on cwp hostname
« on: March 15, 2022, 01:47:55 PM »
take a look at the following files for how to setup the proxy.
Apache:
/usr/local/apache/conf.d/hostname.conf and hostname-ssl.conf
Nginx:
/etc/nginx/conf.d/hostname.conf and hostname-ssl.conf
Please remember that if you edit these files directly, there is always the possibility that they can be overwritten during an upgrade.
Apache:
/usr/local/apache/conf.d/hostname.conf and hostname-ssl.conf
Nginx:
/etc/nginx/conf.d/hostname.conf and hostname-ssl.conf
Please remember that if you edit these files directly, there is always the possibility that they can be overwritten during an upgrade.
237
CSF Firewall / Re: How to make WireGuard work?
« on: March 15, 2022, 01:42:36 PM »
that line is in the script /etc/csf/csfpost.sh . It's going to throw an error because the variable $port is not set. But it should work
238
How to / Re: reverse proxy on cwp hostname
« on: March 15, 2022, 12:59:53 AM »
cpanel.(hostname) should work so long as your have an A record set up in the dns for it
239
DKIM / Re: DKIM record not generated
« on: March 15, 2022, 12:47:44 AM »
Please post the results of the following command.
journalctl -xeu opendkim
journalctl -xeu opendkim
240
DKIM / Re: DKIM record not generated
« on: March 14, 2022, 07:53:57 PM »
Is the opendkim service running?
systemctl status opendkim
systemctl status opendkim