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
CSF Firewall / Re: How can I give automatically the permission to visitors to upload files
« on: August 02, 2024, 10:52:49 AM »
CSF won't block a PHP script from uploading to your server, and you can control the max upload file size in the php.ini.
CWP pretty well has the FTP server locked down, so doing anonymous FTP uploads or downloads isn't really feasible.
I looked into trying to get anonymous FTP downloads working for our mirror servers, and gave up.
Giving anyone anonymous upload access to a server is just inviting trouble though.
CWP pretty well has the FTP server locked down, so doing anonymous FTP uploads or downloads isn't really feasible.
I looked into trying to get anonymous FTP downloads working for our mirror servers, and gave up.
Giving anyone anonymous upload access to a server is just inviting trouble though.
182
Information / Re: CWP panel backup
« on: August 02, 2024, 10:49:09 AM »
No, you would have to use your providers Snapshot or Backup service to backup the whole server.
This is always recommended anyways.
And there are plenty of 3rd party companies that offer the service as well.
This is always recommended anyways.
And there are plenty of 3rd party companies that offer the service as well.
183
CSF Firewall / Re: I cannot upload files when I enable the firewall
« on: August 01, 2024, 03:09:05 PM »
If they did that, you could just cut & paste them into /etc/csf/csf.allow.
1 per line
1 per line
184
CSF Firewall / Re: I cannot upload files when I enable the firewall
« on: August 01, 2024, 01:32:10 PM »
Maybe lookup the IP allocation, and you can just whitelist that.
You can use https://myip.ms/
Enter 1 IP, and it will give you that IP upstream block (e.g. /24, /16, etc.)
As long as they don't have IP scattered, that should be the easiest way.
You can use https://myip.ms/
Enter 1 IP, and it will give you that IP upstream block (e.g. /24, /16, etc.)
As long as they don't have IP scattered, that should be the easiest way.
185
CSF Firewall / Re: I cannot upload files when I enable the firewall
« on: August 01, 2024, 12:13:11 PM »I have another questions if someone can help me with that:
I can upload videos only if my IP is on the white list, good.
But what I should do with the other visitators/registered users on my website that want to upload videos by their own?
How I could set the restrictions as people to be able to upload videos without being added to white list ?
Would be great if someone know this.
Nope, only 1 question per thread.
How are the uploading?
If by FTP, by default CWP has it pretty well locked down.
186
CSF Firewall / Re: I cannot upload files when I enable the firewall
« on: August 01, 2024, 12:11:17 PM »I solved the issue.
Thank you all for all your support! I much appreciate.
That is good news.
Curious what was the issue?
187
SSL / Re: Cant acess to cwp web panel
« on: August 01, 2024, 08:10:42 AM »
Could you please advise of the following:
What 'errors' and/or 'messages' are being displayed in the logs?
What distro are you are you running CWP on?
Is the IP Public or NAT?
What 'errors' and/or 'messages' are being displayed in the logs?
What distro are you are you running CWP on?
Is the IP Public or NAT?
188
CSF Firewall / Re: I cannot upload files when I enable the firewall
« on: August 01, 2024, 08:06:23 AM »
What is the file size you are trying to upload?
How are you trying to upload?
via FileManager or FTP?
Listing your IP in the CSF whitelist takes care of CSF only, so it's not being blocked there.
Comodo does have a new ruleset 1.241
You can try to uninstall ModSecurity temporarily.
How are you trying to upload?
via FileManager or FTP?
Listing your IP in the CSF whitelist takes care of CSF only, so it's not being blocked there.
Comodo does have a new ruleset 1.241
You can try to uninstall ModSecurity temporarily.
189
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: August 01, 2024, 08:01:05 AM »
CWP works 90% now on AlmaLinux 9.
Some features have to be manually installed, like ClamAV, SpamAssassin and Amavis. But are easy to do with dnf.
CWP -> CWP Migration doesn't fully work.
PHP only supports 7.4.33 or 8.2/8.3. But that isn't a deal breaker, since even 7.4.x is past EOL. And 8.4 is in alpha.
Some features have to be manually installed, like ClamAV, SpamAssassin and Amavis. But are easy to do with dnf.
CWP -> CWP Migration doesn't fully work.
PHP only supports 7.4.33 or 8.2/8.3. But that isn't a deal breaker, since even 7.4.x is past EOL. And 8.4 is in alpha.
190
CWP API / Re: Problems between WiseCP 3.1.9 and CWP API calls
« on: July 30, 2024, 10:09:59 AM »
We had to leave WiseCP because apparently they where using the old API calls, and not the v2.
So does FOSSBilling, which is a shame.
And one of their main developers hates CWP, that she even posted publicly in the support group.
Not sure why all the hate for a good control panel that offers a free version.
Became a he said, she said situation.
So does FOSSBilling, which is a shame.
And one of their main developers hates CWP, that she even posted publicly in the support group.
Not sure why all the hate for a good control panel that offers a free version.
Became a he said, she said situation.
191
CentOS-WebPanel Bugs / Re: Problem in rebooting the server
« on: July 30, 2024, 10:06:41 AM »
Imm guessing since the OP hasn't posted since the original date July 15, 2024 they must have figured it out.
192
Updates / Re: Why not implement TLS 1.3 support per default
« on: July 29, 2024, 02:01:24 PM »
If you follow these 6 steps, that will update Apache to the current version, and enable TLS 1.3.
Then you just have to update Nginx.
https://www.alphagnu.com/topic/24-cwp-%E2%80%93-control-web-panel-install-latest-apache-2462-version/
Then you just have to update Nginx.
https://www.alphagnu.com/topic/24-cwp-%E2%80%93-control-web-panel-install-latest-apache-2462-version/
193
SSL / Re: SSL Manual Install Stopped Working
« on: July 29, 2024, 01:58:43 PM »
Here is a link to the instruction on how to migrate from CentOS 8 Stream to AlmaLinux in 4 steps.
https://wiki.almalinux.org/documentation/migration-guide.html
Again, always make a backup to be safe whenever doing any major upgrades, software or hardware.
https://wiki.almalinux.org/documentation/migration-guide.html
Again, always make a backup to be safe whenever doing any major upgrades, software or hardware.
195
SSL / Re: SSL Manual Install Stopped Working
« on: July 28, 2024, 11:39:16 PM »
You should be able to using ELevate.
But with anything, do a full backup or image before you try.
But with anything, do a full backup or image before you try.