Show Posts

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.


Messages - overseer

Pages: 1 ... 8 9 [10] 11 12 ... 91
136
I will be able to help later this evening -- 5-6 hours from now (I am in -0500). What is your timezone?

137
Would you like hands on assistance? PM me your server details if you need help getting un-stuck. (You can always change r00t login details afterward.)

138
Scripts / Re: Script or api to create user
« on: February 28, 2025, 10:51:44 PM »
can you implement a CGI to the existing control scripts?
https://wiki.centos-webpanel.com/cwp-admin-api

139
Suggestions / Re: Default notifications
« on: February 28, 2025, 02:32:44 AM »
Not e-mails, pop-up Security notifications (once per server per month).

140
Installation / Re: Alma linux 8 fresh install script error
« on: February 27, 2025, 02:12:27 PM »
That's comforting. I have nothing against Russians, just spammers!

141
Suggestions / Re: Default notifications
« on: February 27, 2025, 02:09:54 PM »
...And the ability to OPT OUT of monthly Secure Kernel notifications. My use case does not and will never need the secure kernel functionality.

143
Installation / Re: ...server under AL9?
« on: February 25, 2025, 10:23:53 PM »
Your pasted version is:
[mariadb]
име = MariaDB

note the Cyrillic mistake for the "name" line. It shouid be:
[mariadb]
name = MariaDB

144
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.
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
to
Code: [Select]
bind-address=0.0.0.0
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.

145
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...

146
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

147
Apache / Re: 500 Errorr
« on: February 22, 2025, 10:59:24 PM »
Can you give a sample directory listing (recacted if necessary)?

148
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! ;)

149
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.

Pages: 1 ... 8 9 [10] 11 12 ... 91