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.
181
Suggestions / Re: So here we are at EOL's
« on: August 03, 2024, 01:55:15 PM »
Use AlmaLinux 8 for now (supported until nearly the end of the decade!) then upgrade to AlmaLinux 9 when CWP's EL9 support comes out of beta.
182
CentOS-WebPanel GUI / Re: System Activity Report
« on: August 03, 2024, 01:53:25 PM »
Both bug reports in this thread come from CentOS Stream -- a beta quality OS. I would suggest migrating to AlmaLinux 8, then upgrading to AlmaLinux 9 when CWP's EL9 support comes out of beta. Or just live with it for now and then ELevate to AlmaLinux 9.
183
Updates / Re: YUP UPDATE wont resolve repository hosts after July 1 2027, Solved updated URLs
« on: August 03, 2024, 01:51:38 PM »
Yes, it's a verified bit of code from Sandeep (a CWP dev). Serious admins should pay attention to his forum:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
184
Updates / Re: Can't update aynthing
« on: August 03, 2024, 03:20:34 AM »
Or Sandeep has a one-liner here that will accomplish this:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
Code: [Select]
curl -s -L https://www.alphagnu.com/upload/centos7-repo-fix.sh | bash
185
CentOS-WebPanel GUI / Re: System Activity Report
« on: August 03, 2024, 02:53:24 AM »
What is your OS version?
186
CSF Firewall / Re: How can I give automatically the permission to visitors to upload files
« on: August 01, 2024, 07:06:03 PM »
The file is / etc / csf / csf.pignore
(remove spaces -- this forum doesn't like etc paths.)
Have you looked at general CSF documentation?
(remove spaces -- this forum doesn't like etc paths.)
Have you looked at general CSF documentation?
187
CSF Firewall / Re: How can I give automatically the permission to visitors to upload files
« on: August 01, 2024, 03:30:36 PM »
pure-ftpd is very flexible to configure. You can enable anonymous users, allow just upload, change the umask of uploaded files, etc. You could exempt it from the CSF firewall, too as an ignored process. Or are you wanting to use a web form to upload files?
188
CSF Firewall / Re: I cannot upload files when I enable the firewall
« on: August 01, 2024, 02:47:14 AM »
Are you running Mod Security? If so, what ruleset are you running? Comodo ruleset will give less false positives, but requires a paid CWP Pro license.
189
Installation / Re: Correct root password but still unable to login.
« on: August 01, 2024, 02:44:40 AM »
EL9 support is still in beta and CentOS 9 Stream is a beta-quality OS, for testing not production use. At the moment, AlmaLinux 8 is what you should use for production and soon AlmaLinux 9 with CWP will be stable.
190
How to / Re: Tutorials
« on: July 27, 2024, 11:43:32 PM »
Probably anything AWS Monster or Sandeep doesn't cover is fair game. I've done so much dabbling over the last 5 years I can't recall anything specific that had stumped me at the time...
191
Information / Re: Waiting on billing
« on: July 27, 2024, 11:41:42 PM »
Location -- going from the US to Eastern Europe can trigger alarm bells (esp. the first time).
192
Other / Re: phpmyadmin userpanel
« on: July 27, 2024, 08:59:52 PM »
Look at WebServer Settings > Apache Redirects
193
Other / Re: phpmyadmin userpanel
« on: July 27, 2024, 03:43:50 PM »
I changed the CWP Admin panel to run on an alternate port, with the CSF firewall closing ports 2031 and 2087. Both my admin panel and specifically phpMyAdmin are accessible via that alternate port.
https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/
https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/
194
SSL / Re: SSL Manual Install Stopped Working
« on: July 27, 2024, 03:41:13 PM »CentOS 8 StreamThat could explain it, given that CentOS 8 Stream is a beta quality OS that is now end of life. I would migrate to a supported OS (AlmaLinux 8 now, AlmaLinux 9 soon when CWP's EL9 support comes out of beta).
195
E-Mail / Re: Email forwarder - User panel not accepting + (plus) addresses
« on: July 27, 2024, 02:54:06 AM »
Probably an overzealous attempt to sanitize input on the form.