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

Pages: [1]
1
Scripts / Re: CWP Pro Terminal Fails to load with a blank (black) Screen
« on: September 14, 2023, 06:33:16 PM »
Thank you so much.

2
CentOS-WebPanel GUI / Re: Does "CWPpro Terminal" work for you?
« on: September 14, 2023, 06:18:13 PM »
LPJon has a revised install script for the CWP Pro terminal. Note that it requires python3 to be installed as a dependency.
https://forum.centos-webpanel.com/index.php?topic=13054.0

Yeah, that worked.
Thank you so much.

3
CentOS-WebPanel GUI / Re: Does "CWPpro Terminal" work for you?
« on: September 12, 2023, 09:57:52 AM »
Wow! 4 years and still no solution?!
It takes so long time to load and then shows blank page.

A screenshot of the blank page:


Some system info:
OS: Centos 7 (7.9.2009)
Kernel Version: 3.10.0-1160.90.1.el7.x86_64
CWP pro Version: 0.9.8.1170

4
PHP / Re: Php-FPM 7.4 users sock not created after user subscription
« on: June 17, 2023, 07:13:57 PM »
I have the same issue, and i've created it myself.. not just that, but the config files also will probably get removed once you restart your server and you'll need to create them manually.. Like many things in this control panel you'll need to do it manually!

Edit: to add more context on the issue, look for creating "sock" files, I don't actually remember the code rn.

5
PHP / php-fpm configs get removed automatically!!
« on: June 17, 2023, 07:12:05 PM »
Every single time I either restart the server or the cwp srv, all the php-fpm config files get removed for all accounts.. this happened multiple times, i had to recreate the files manually, but out of the blue, it happens again..

Please fix this repeated issue, it's there for many versions!

I have two php-fpm versions installed (7.4 & 8.1), and these are the paths

/opt/alt/php-fpm74/usr/etc/php-fpm.d/users/
/opt/alt/php-fpm81/usr/etc/php-fpm.d/users/

only nobody.conf that exist, and for that reason i get 503 service unavailable for all php web applications.

6
When protecting a file, the following are the expected behaviors:

  • generate/overwrite .htpasswd with the user ownership and with permissions: read & write for the user, and read for group & others
  • generate/edit .htaccess

What happens is this:
  • generate/overwrite .htpasswd with the user ownership, but WITHOUT the permissions: read & write for the user, and read for group & others
  • .htaccess is not edited (if its already exists)


I had to do all of this manually in order to work!

7
webserver--> mainconfig ?

Nope, nothing related to https or force https there.

8
I tried searching and looking around and found nothing for Apache.
How can I resolve this without htaccess files.

Pages: [1]