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.
Pages: [1]
1
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.
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.
2
CentOS-WebPanel Bugs / Directory protection is not working as intended!
« on: June 16, 2023, 11:25:18 AM »
When protecting a file, the following are the expected behaviors:
What happens is this:
I had to do all of this manually in order to work!
- 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!
3
CentOS-WebPanel GUI / How can I enable force HTTPS for Apache webserver for all domains?
« on: December 13, 2022, 11:50:50 AM »
I tried searching and looking around and found nothing for Apache.
How can I resolve this without htaccess files.
How can I resolve this without htaccess files.
Pages: [1]