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 - rcschaff

Pages: [1] 2 3 ... 49
1
Information / Re: Connection refused from ffmpeg.pro/cwp2|bash
« on: December 08, 2023, 03:42:18 PM »
Delete that line mate.  And run a virus check on your server.  That is not part of CWP, and was not issued in any update they did.  That script is indeed a virus.

Also secure your ssh.  I'd recommend only allowing cert authentication.

Make sure root is not allowed to log in as ftp.  Also check all software that is run by the root user, and if possibly, DO NOT run any as root.

2
Installation / Re: Logrotate configuration not working
« on: December 07, 2023, 07:51:47 PM »
Your missing the very important part.  You need a "rotate" option for how many files to keep.  Add " rotate 1 " as an option and it might work.

4
Installation / Re: Logrotate configuration not working
« on: December 06, 2023, 09:36:18 PM »
You have to put the full path to the log files in the logrotate config.  Please post the contents of that file...

5
DNS / Re: Private nameserver/glue record config
« on: December 05, 2023, 12:18:54 AM »
SOA records are set by YOUR NS1 and NS2, and should reflect your first nameserver as the SOA.

Checking your domain, it looks like everything propagated properly now.


6
Updates / Re: How can update PHP for cwpsrv
« on: December 05, 2023, 12:02:11 AM »
You cannot update CWP's PHP, because of the ioncube encoder.  It will probably be months, as a complete rewrite for PHP8 will be required, as well as they have to pay to get the newest encoder for PHP 8.2/8.3.

7
DNS / Re: Reverse dns setup
« on: December 04, 2023, 12:08:47 AM »
Reverse DNS is not something that should programmed automatically.  It also Should only point to FQDN (Ex: server.yourserver.com).  If you are setting up rDNS to the users domain name, it's legal, however in reality, all of you /24 should point to your servers hostname.   When MX lookups do a PTR lookup for domain xyz.com and see xyz.com as the server name, but the mail header reads from server.yourserver.com, it may very well fail the message.  JS

8
MySQL / Re: User can create a database from phpmyadmin
« on: December 03, 2023, 01:31:14 AM »
They can do it from their computer, or you are testing and able to do it.  Because If I log into phpmyadmin from CWP, then switch to a user account and load from there, I stay logged in as root.  JS

9
Backup / Re: Beta Backup - SFTP
« on: December 02, 2023, 02:21:55 AM »
I would go through the sftpgo error log and look for hints.   the sftp program on CentOS is what CWP uses, so seeing as your getting an error from shell, CWP won't work until you can figure out what's going wrong between the sftp client and your sftpgo server.

10
Backup / Re: Beta Backup - SFTP
« on: December 01, 2023, 01:21:55 AM »
This particular error shows that there is a misconfiguration of the host server, not with the sftp client.   Do you have root access to the host server, or is it something like an aws server?

11
DNS Manager / Re: DNS manager is broken
« on: December 01, 2023, 12:42:25 AM »
No they're not waiting.  There have been 3 full upgrades sinces they encoded the files.  I think they have every intention of staying with PHP7.0 until it's no longer available.  I've offered my services, but they refuse to respond.

12
DNS Manager / Re: DNS manager is broken
« on: December 01, 2023, 12:32:34 AM »
IonCube 13 is out already, and does support 8.3

13
Backup / Re: Beta Backup - SFTP
« on: December 01, 2023, 12:17:46 AM »
please try to sftp from the server using your credentials using an ssh console and report back what it says.

14
The domain in NodeJS creates an apache/nginx configuration that forwards we requests to the Node App.  If you created the NodeJS app using your main domain, Node overwrote your config file in apache for your website.  Here should be your steps to fix the issue.

1)  Update the hostname as you have for nodeJS.  Make sure that your Node Webapp is available from this new URL.
2)  Go the the root CWP Panel -> WebServer Settings -> Webservers Main Config
3)  At the bottom, Click rebuild all vhosts on save
4)  Click save

15
DNS Manager / Re: DNS manager is broken
« on: November 30, 2023, 03:43:38 AM »
I can upgrade my v10 to 13 for $250, so that's not so bad.  But they always seem to release a new major version (Upgrade fee), like a week after my upgrade grace period ends.

Pages: [1] 2 3 ... 49