Recent Posts

Pages: [1] 2 3 ... 10
1
CentOS 7 Problems / Re: PHPDefender permission denied
« Last post by overseer on Today at 12:53:48 AM »
AI bot?
2
I have another query. I have Linux Cockpit running on port 9090. I also want to issue an SSL for that port in the hostname. What should I do?

You need to configure the service used to listen the port 9090 to use the Let's Encrypt SSL. Check the docs of your application how to do this.

The certificates (keys/certificates) obtained by CWP from Let's Encrypt are located in the folders:

Code: [Select]
/etc/pki/tls/certs/
/etc/pki/tls/private/
3
I have another query. I have Linux Cockpit running on port 9090. I also want to issue an SSL for that port in the hostname. What should I do?
4
It automatically fixed itself. Wondering what the reason could be. No server restarts or any other things have been done. Just left it as it is & came back after a few hrs and tried & it worked.
5
If it's a default, fresh config, I wouldn't imagine you have a blanket HTTPS redirect in place. But you can double check and look under WebServers Settings -> WebServers Main Conf -> make sure your default template isn't to force-https.

Start at the CSF firewall level and work your way inward; are you allowing HTTP port 80, in addition to the other common ports?
https://wiki.centos-webpanel.com/csflfd-firewall-configuration
6
Do you have a http -> https redirect in place? LetsEncrypt needs standard HTTP on port 80 to validate your domain name.

Where should I check it? I just installed cwp panel & right away went to create SSL, but it didn't work.
7
E-Mail / Re: ClamAV not working
« Last post by overseer on May 31, 2025, 01:54:57 PM »
https://www.linux.com/training-tutorials/using-clamav-kill-viruses-postfix/

You can also make use of postfix's built-in header checks to reject bad attachments. Since the ransomware outbreaks of the last decade or more, I've even had to block .zip files to prevent users from shooting themselves in the foot by opening zipped bad attachments:
Quote
Mime Header Checks

In the mime_header_checks file, you will place a restriction for any file extensions that you do not want to have passing through your system. For example:

/name=[^>]*\.(bat|com|exe|dll|zip)/ REJECT

This will reject any messages that have attachments whose files end in .bat, .com, .exe, .dll, or .zip.
8
Do you have a http -> https redirect in place? LetsEncrypt needs standard HTTP on port 80 to validate your domain name.
9
Installation / Re: AL10 Install Problem
« Last post by overseer on May 31, 2025, 01:10:25 PM »
TBE -- to be expected. Some more transparency and communication from the devs would be very desirable and would assure other current & future customers. A roadmap, changelogs, a dev blog... anything would be good.
10
Addons / Re: Web Analytics for CWP
« Last post by overseer on May 31, 2025, 11:59:21 AM »
Here's how to update GoAccess under CentOS 7:
https://forum.centos-webpanel.com/informations/goaccess-geo-ip-location/msg50684/#msg50684

I've also used Webalizer before on a dedicated server; it wasn't difficult to setup. And long ago I've used AWstats, but don't like it as well -- very "heavy" and slow.
Pages: [1] 2 3 ... 10