Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
CentOS Configuration / Re: Change ports 80 and 443
« Last post by Starburst on May 28, 2025, 06:37:21 PM »
Try running
Code: [Select]
netstat -tulpn
Look for the local address that ends with :443
On the right column is will says what PID/Program is using that port.
32
CentOS Configuration / Re: Change ports 80 and 443
« Last post by Steff on May 28, 2025, 04:40:57 PM »
Thanks for the reply Starburst:
So edit the conf to 8080
and the canf sll to 8443 on all vhosts and then lock the files.
These are the Vhost files that I tried to do that with and then restarted apache, but Apache was still using 443 somewhere else
33
CentOS Configuration / Re: Change ports 80 and 443
« Last post by Starburst on May 28, 2025, 04:25:11 PM »
You'll have to manually edit the Apache .conf files at: /usr/local/apache/conf.d/vhosts/ for both .conf & .ssl.conf

And then lock those files with chattr, because the nightly script will reset them.
34
Information / Re: Well, it's happened... RHEL 10 has been released...
« Last post by Starburst on May 28, 2025, 04:18:41 PM »
Yup, posted AL10 at https://forum.centos-webpanel.com/updates/cwp-update/msg51336/?topicseen#msg51336

Will be spending some more time today on it.

Posted this back on the 15th.
https://starburst.help/miscellaneous-configuration-tutorials/how-to-install-and-enable-epel-on-almalinux-10/

Main problem I'm running into is that CWP requires OpenSSL 1.1.1, and EL10 doesn't support that old version anymore.
Only OpenSSL 3.0.x

Where EL9 supports both.
35
CentOS Configuration / Change ports 80 and 443
« Last post by Steff on May 28, 2025, 02:34:23 PM »
OK guy's due to local issues I've had to reduce down to one server and one public ip. This means that I have to run Traefik as a gateway reverse proxy and place CWP behind that running apache on 8080 and 8443.
My intention is to put a passthrough from Traefik to CWP to allow CWP to issue SSL to the hosted domains and Traefik will handle any SSL requests for on the VM's on the server separately.

Now I've edited
Code: [Select]
/usr/local/apache/conf/extra/httpd-ssl.conf and changed the ports to 8443 and restarted Apache, but it still seems bound to 443. So I edited each host file and changed them to 8443 as well, but Apache still holds on to 443.

Where can I find the definitive settings to change both 80 and 443 on Apache please? :o
36
E-Mail / Re: spamassassin.service: Failed with result 'start-limit-hit'
« Last post by anandmys on May 28, 2025, 12:52:28 PM »
I could finally make this SPAMASSASSIN work in 2 servers.

I dont know exactly what made it work but here are the few steps I guess I had missed / did again

1. Ran
Quote
sudo chown -R nobody:nobody  /var/lib/spamassassin/

2. Rerun
Quote
systemctl daemon-reload
systemctl restart postfix spamassassin

3. Restarted all mail related services from CWP admin login

Somewhere spamassassin started working.

Have to make 1 more server work with this. Hope will figure out exactly what is going wrong when I follow the steps in wiki / forum topics.

37
Information / Re: Well, it's happened... RHEL 10 has been released...
« Last post by overseer on May 28, 2025, 10:58:02 AM »
Let the fun begin!
38
CentOS-WebPanel Bugs / Re: website url end with 'blog' gives error of Forbidden
« Last post by overseer on May 28, 2025, 10:56:16 AM »
Details are scant. Are you checking the domain error logs? What OS are you on? CWP Pro? Are you running under php-fpm or PHP CGI? Is this Wordpress? It wouldn't seem to be default behavior. Have you put in redirects that might come into play here?
39
CentOS-WebPanel Bugs / Re: website url end with 'blog' gives error of Forbidden
« Last post by uma on May 28, 2025, 10:47:23 AM »
Dear All

Any update?
still remain same with different OS and CWPPRO

please help.
Pages: 1 2 3 [4] 5 6 ... 10