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.
256
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 20, 2022, 02:44:20 AM »
If your server is behind a NAT, then you have a lot more configuring to do. It would be easiest to troubleshoot if you gave the layout of your network. If you're concerned about publishing the information, please send a PM
257
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 19, 2022, 03:29:15 PM »
Does it work properly without using a TLS connection?
258
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 19, 2022, 02:46:55 PM »
Please set the ports as described below, and add them to the firewall:
http://wiki.centos-webpanel.com/pure-ftpd-setup-passive-ftp-ports
http://wiki.centos-webpanel.com/pure-ftpd-setup-passive-ftp-ports
259
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 18, 2022, 08:10:12 PM »
Also remember that you have to add the passive ports to csf firewall both in and out for passive FTP to work.
260
CSF Firewall / Re: How to make WireGuard work?
« on: March 18, 2022, 01:52:20 AM »
he's saying the line should be
/usr/sbin/iptables -I INPUT -p udp --dport 51820 -j ACCEPT
however, putting
port='51820'
at the beginning of the script should have the same effect.
/usr/sbin/iptables -I INPUT -p udp --dport 51820 -j ACCEPT
however, putting
port='51820'
at the beginning of the script should have the same effect.
261
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
262
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
263
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.
264
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.
265
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.
266
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.
267
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 " ; "
268
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
269
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
270
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.