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 Selector / Re: Redis Memcache with PHP-FPM Varnish
« on: March 12, 2025, 05:28:52 PM »
I'm late to the game on this one, but in case you have this same issue here is one solution.
As stated by @ted81das redis server does not get installed when using PHP-FPM Selector. However, if you go to PHP Version Switcher under the PHP Settings menu it is possible to do it from there. You will see this warning:

That warning suggests that you should not use PHP Version Switcher. However, if you don't care that redis get activated on your "default" PHP version, you can get the server installed from there. Just go to the "Manage Options" button and add redis from there. On saving, that PHP version will be rebuilt along with redis server installation for the rest of the system.
As stated by @ted81das redis server does not get installed when using PHP-FPM Selector. However, if you go to PHP Version Switcher under the PHP Settings menu it is possible to do it from there. You will see this warning:

That warning suggests that you should not use PHP Version Switcher. However, if you don't care that redis get activated on your "default" PHP version, you can get the server installed from there. Just go to the "Manage Options" button and add redis from there. On saving, that PHP version will be rebuilt along with redis server installation for the rest of the system.
2
Apache / Re: Logrotate domlogs
« on: June 12, 2024, 06:26:14 PM »
I know this is an old thread, but posting this in case it helps others with the same issue.
I got the error when creating a config file from the CWP user panel "edit content" file link. It was solved by pasting the directives into Notepad**, going to Edit>EOL Conversion>Unix (LF), saving the file, then uploading in the user panel file manger interface.
If you do this but still see the error you have a syntax issue.
I got the error when creating a config file from the CWP user panel "edit content" file link. It was solved by pasting the directives into Notepad**, going to Edit>EOL Conversion>Unix (LF), saving the file, then uploading in the user panel file manger interface.
If you do this but still see the error you have a syntax issue.
3
New Modules / Re: [MODULE] NEW GIT DEPLOY MODULE FOR CWP
« on: May 21, 2024, 06:39:26 PM »
I am also unable to get the module to display in the user cpanel.
However, if installed with correct permissions (by using file manger from the admin panel and uploading to the folders reflected in the unzipped module file download) it is possible to access the module by adding:
module=deploymodule
to the end of the user panel dashboard URL so that it becomes panelURL/?module=deploymodule
However, if installed with correct permissions (by using file manger from the admin panel and uploading to the folders reflected in the unzipped module file download) it is possible to access the module by adding:
module=deploymodule
to the end of the user panel dashboard URL so that it becomes panelURL/?module=deploymodule
4
CentOS 9 Problems / Re: Any update on a CWP release for CENTOS 9 Delayed Stream?
« on: November 08, 2023, 05:16:47 PM »We are very soon to release the first stable version of cwp9, possibly in the next few days we will look for some enthusiasts to control some close tests, surely all this will be announced in due course by this means!
Great news! Where exactly will the closed test announcement be made. In this forum, in which section?
Thanks!
5
CentOS 9 Problems / Any update on a CWP release for CENTOS 9 Delayed Stream?
« on: October 28, 2023, 04:26:59 PM »
I'd like to start doing some testing on a Centos 9 platform. Are we looking at Spring of 2024 for a CWP release, or could it be earlier?
6
How to / Re: how to increase username length in database , userdatabase and usercreate cwp ?
« on: December 14, 2021, 10:48:04 PM »The 8 character validation is only for html.
You should change the property: maxlength = "8"
By maxlength = "n"
The number you need.
It just worked for me.
@nftsaavedra is correct.
Instead of trying to find the admin html/php to edit the maxlength values (which could get overwritten in an update anyway), I went in to my browser Inspection panel by right clicking each form input box, then edited the maxlength value from there for the database and username to allow it to save the longer names.
7
How to / Re: how to increase username length in database , userdatabase and usercreate cwp ?
« on: July 23, 2020, 06:18:04 PM »
This 7 character limit does make it more difficult to import databases from other hosts that allow more characters. Here's another vote for getting this changes in CWP for Centos 7 and upcoming 8.
Pages: [1]