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

Pages: [1]
1
CentOS-WebPanel GUI / Re: How to enable Terminal for Users?
« on: August 02, 2023, 10:41:51 AM »
I see this topic wasn't ended properly. For anyone having this issue, CWP does not have this feature as it's not exactly a beginner friendly panel. You should however download the application called PuTTY on your computer then log in with your CWP panel credentials to access SSH via the PuTTY terminal. Works for both user and root accounts.

If it fails connection, there's probably an issue with the port no. Usually its port 22 but your config could have been on different port. Search for your sshd status directly from logging in through your VPS via VNC or any other method. It should show you the port number being used.

2
CentOS 7 Problems / Re: Package won't update quota
« on: July 27, 2023, 10:35:32 AM »
Funny I have this same issue. Just had to backup necessary files, delete and create new account then restore back. Seems its a bug on this panel.

3
MySQL / Re: 413 Request Entity Too Large by phpmyadmin
« on: April 06, 2023, 12:35:01 PM »
After trying the above suggestions I kept getting the 413 error on my file upload. I related this to a timeout issue, maybe server slow to read files so I changed the following line

keepalive_timeout  65;

to

keepalive_timeout  650;

File location /usr/local/cwpsrv/conf/cwpsrv.conf under http {

That seemed to do the trick. Now my files upload ok.

Remember to restart services especially apache.

Pages: [1]