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.
541
CentOS 7 Problems / Re: (pkttyagent:30031): WARNING
« on: May 05, 2020, 12:51:22 PM »
Literally everyone is seeing this. It doesn't seem to be having adverse reactions. Most solutions online point to a way to ignore it. Nothing cwp can do as it's a centos issue, not a panel issue.
542
Apache / Re: can I have ssl listen on 443 and 8443?
« on: May 05, 2020, 12:49:22 PM »
Sure. https://www.groovypost.com/howto/apache/configure-apache-web-site-to-use-multiple-ports/
Best way to accomplish would to create a new template from your desired template type with the new directives.
Best way to accomplish would to create a new template from your desired template type with the new directives.
543
Information / Re: CentOS Web Panel tech questions
« on: May 05, 2020, 03:38:39 AM »I am looking to use CentOS Web Panel on my server but have a few questions beforehand.
Can you assure 100% compatibility of your product with WHMCS at all times? So I need to ensure that where a customer isn't able to pay for their bill that WHMCS is able to disable their CentOS web panel automatically and re-enable on payment.
I'm not a Developer, but I can assure you that they do their best to maintain compatability. As far as I know, they have fully integrated WHM into CWP
Quote
Can the customer upgrade/downgrade their CentOS Web Panel account via WHMCS?Customers should be able to switch packages through WHMCS
Quote
Can I use Softaculous with CentOS Web Panel?Yes, and in fact it can be pre-installed during panel installation
Quote
Can I install signed SSL certificates using CentOS Web Panel for free?
Yes, you can manually install Paid Certificates for free.
CWP also has an AutoSSL option that obtains sans certificates from LetsEncrypt
Quote
Can CentOS Web Panel be installed in Oracle VM Virtual Box software?Yes it can. Make sure to use a bridged network, so you get an IP directly from your router/switch. If you are behind a NAT, make sure you either DMZ your VM, or setup port forwarding for all ports CWP is using.
544
Installation / Re: CWP and Oracle VM Virtualbox
« on: May 05, 2020, 03:23:40 AM »
Yes it can. Make sure you use Bridged Networking. If your behind a NAT, make sure you either DMZ the VM, or port forward all ports.
545
Nginx / Re: 504 Gateway Time-out nginx/1.18.0
« on: May 05, 2020, 03:19:34 AM »okey i resolve it but now i got RELAY HOST DENIED when a send mail to my postfix server
Relay Host Denied usually means your not logging in before sending the header info. How exactly are you sending to postfix.
546
Nginx / Re: Nginx works well Apparently But it has a "Monitoring via Monit" error
« on: May 05, 2020, 03:17:23 AM »
Did you try checking the webservice for monit to see if maybe cwp's just not reporting it correctly. Cause that seems to be correct.
547
New Modules / Re: [BUG - ERROR] Two Factor Authorization Mod - CWP_2FA by "rcschaff"
« on: May 05, 2020, 02:05:15 AM »
if you check the github page, I have made updates with an uninstall script, and also do away with the API calls.
548
CentOS 7 Problems / Re: I get updates on the server and it became a cause of problems and 27 sites destr
« on: May 05, 2020, 12:03:53 AM »
that's good. So it's readable for sure. Very odd that your getting any errors about that file.
549
CentOS-WebPanel Bugs / Re: CWP login issue
« on: May 04, 2020, 11:15:00 PM »
This issue has been discussed and resolved several times. Please use the search feature.
550
CentOS 7 Problems / Re: I get updates on the server and it became a cause of problems and 27 sites destr
« on: May 04, 2020, 11:13:53 PM »
Try to update again. Odd that php reports it can't open the file if it does exist. Can you do a ls -al. Of that directory
551
SSL / Re: DNS of your domain doesn't point to this server or you have htaccess
« on: May 04, 2020, 09:57:14 AM »
If you are using force-https, the 301 redirect is causing the issue as pixel said before. Remove the 301 temporarily, or switch to the default template and rebuild the domains.
552
CentOS 7 Problems / Re: I get updates on the server and it became a cause of problems and 27 sites destr
« on: May 04, 2020, 05:43:52 AM »
/usr/local/cwpsrv/htdocs/resources/admin/include/version.php should have the following code. If it doesn't exist, create it:
Code: [Select]
<?php
$webpanel_version = "0.9.8.967";
?>
553
Nginx / Re: Nginx works well Apparently But it has a "Monitoring via Monit" error
« on: May 04, 2020, 05:39:56 AM »
Check out this link. https://www.itzgeek.com/how-tos/linux/centos-how-tos/monitor-and-manage-services-with-monit-on-centos-7-rhel-7.html. Make sure nginx is properly configure in /etc/monit.d
554
Installation / Re: *Account Suspended* in recent installation
« on: May 04, 2020, 12:06:27 AM »
You HAVE to have root access to use CWP. If your using a "Managed VPS" and they created you a user account with sudo access, then you need to deal with them. CWP will only allow login to the Admin panel using the root username/password. Also not that some special characters will fail login.
555
CentOS 7 Problems / Re: security_UserProcessYou Error
« on: May 04, 2020, 12:03:33 AM »
We are all getting the error. It's not CWP Specifice. The service polkit updated and hardened their code. ALL operating systems/control panels are having the same issue. IT seem to be just a warning, and should not be interfering with anything ATM.