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.
271
Backup / Re: external backup of mysql database to linux server using bash
« on: February 24, 2025, 09:06:49 PM »
Sorry, I'm going to chime in and say DON'T DO THIS:
1) Open the 3306 port remotely to your user.Best practice is to bind to a local socket and only allow local connections. Do not allow remote TCP connections to your MySQL/MariaDB server as is standard security recommendation.
If your user have a fixed IP address, open just for that IP in CSF firewall.
If your user haven't a fixed IP address, you can use a portknocking scheme, in CSF firewall.
2) Allow the MariaDB user to remotely access directly the database:
in file /etc/my.cnf.d/server.cnf, change the line (just uncomment it):Code: [Select]#bind-address=0.0.0.0
toCode: [Select]bind-address=0.0.0.0
272
Apache / Re: 500 Errorr
« on: February 23, 2025, 07:11:21 PM »
Can you give a full long directory listing:
Code: [Select]
ls -al /home/username
ls -al /home/username/public_html
So as to see directory permissions...
273
Updates / Re: Weird Maria DB Update presented in Available updates
« on: February 23, 2025, 02:35:37 AM »
I would worry more about updating from 10.4 (which is EOL) to something more current, like 10.6 or 10.11:
https://endoflife.date/mariadb
https://endoflife.date/mariadb
274
Apache / Re: 500 Errorr
« on: February 22, 2025, 10:59:24 PM »
Can you give a sample directory listing (recacted if necessary)?
275
Installation / Re: New installation of CWP
« on: February 21, 2025, 10:31:02 PM »
A few less bugs with AlmaLinux 8, which is still supported through Mar 2029:
https://endoflife.date/almalinux
Technically, CWP's EL9 support is still in beta, but there are only a few glaring issues (esp. with CWP->CWP Migration), but it is a fine foundation for a server. And Starburst and cyberspace are here to guide you through!
https://endoflife.date/almalinux
Technically, CWP's EL9 support is still in beta, but there are only a few glaring issues (esp. with CWP->CWP Migration), but it is a fine foundation for a server. And Starburst and cyberspace are here to guide you through!

276
CentOS-WebPanel GUI / Re: Admin panel: left side menu not responsive
« on: February 21, 2025, 12:56:35 AM »
What browser are you using to access? Any potentially interfering extensions (ad blocking, cookies, tracker blocking)?
Try a Private/Incognito window and connect to your server. See if you get the same behavior.
Try a Private/Incognito window and connect to your server. See if you get the same behavior.
277
Problems on other RedHat linux servers / Re: I can send and receive messages via the web, but it doesn't work through the...
« on: February 20, 2025, 01:56:00 PM »
I would suggest you look here:
https://www.awsmonster.com/how-to-secure-postfixdovecot-on-cwp
https://www.awsmonster.com/how-to-secure-postfixdovecot-on-cwp
278
CentOS 8 Problems / Re: Problem with webmail roundcube
« on: February 19, 2025, 02:25:14 PM »
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
(change the instructions to reflect 1.5.9 -- LTS version)
(change the instructions to reflect 1.5.9 -- LTS version)
279
CentOS 9 Problems / Re: Can not log in control panel
« on: February 19, 2025, 02:24:14 PM »
CentOS Stream is a beta-quality OS, not really suitable for use as a server foundation. Please use AlmaLinux (preferred) or Rocky Linux 9 as the basis for your new server.
280
CentOS 8 Problems / Re: Problem with webmail roundcube
« on: February 18, 2025, 10:03:21 PM »
You should click on the Logout button when finished with Roundcube to clear the session cookie. Then the next time you open the webmail inbox link in CWP Admin, it will initiate a new session.
281
DNS / Re: This error showing up on my server can't seem get DNS to run.
« on: February 18, 2025, 02:57:56 AM »
Hooray, rcschaff is back!
282
Postfix / Re: ESMTP Postfix for SSL, port 465 is missing...
« on: February 17, 2025, 08:05:12 PM »
We were working on this thread, then you stopped replying to it:
https://forum.centos-webpanel.com/problems-on-other-redhat-linux-servers/i-can-send-and-receive-messages-via-the-web-but-it-doesn-t-work-through-the/15/
https://forum.centos-webpanel.com/problems-on-other-redhat-linux-servers/i-can-send-and-receive-messages-via-the-web-but-it-doesn-t-work-through-the/15/
283
DNS / Re: This error showing up on my server can't seem get DNS to run.
« on: February 17, 2025, 07:46:27 PM »284
Updates / Re: Weird Maria DB Update presented in Available updates
« on: February 17, 2025, 02:16:49 PM »
I have not seen that before, but I have pinned my servers to LTS versions 10.6 and now 10.11 -- so I don't see as many updates in that train. But also, I have my security updates set to auto-apply overnight -- so I see even fewer update nags.
285
Suggestions / Re: kindly update comodo waf rules as its outdated since long
« on: February 17, 2025, 02:14:20 PM »
Comodo (they have changed their company name to Xcitium) hasn't updated them in over a year -- Jan 20204 was the last minor update released publicly. There is another major thread where we are discussing alternatives, such as a modified OWASP.