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

Pages: [1]
1
How to / How can I run CWP PRO on local machine
« on: November 10, 2019, 03:23:50 AM »
Hi, I'm not sure if I've posted it in right section of this forum. Sorry if not.
I was curious if I'm able to run PRO version when running my CWP on a local machine, having random IP address being changed by my ISP. The only way I know, is carried out by setting the right IP of my server after the payment made. What if my IP changes? Is there any other method?

2
Updates / Re: PHP-FPM Enable
« on: December 13, 2018, 03:01:25 PM »
Hi there.

My problem is a bit different. FPM works only if I use NOBODY socket, I have no USER.sock file created along with the new accounts. I can create USER.sock file manually, but not sure what kind of permissions should i set, my current attempts did not bring any good results. Any idea how to solve it, or what to do, to create individual sockets for each user I've got with CWP.

<IfModule proxy_fcgi_module>
   <FilesMatch \.php$>
      SetHandler "proxy:unix:/opt/alt/php-fpm72/usr/var/sockets/NOBODY.sock|fcgi://localhost/"
   </FilesMatch>
</IfModule>

3
Scripts / Creating new account.
« on: August 20, 2018, 08:00:13 PM »
Couldn't found any archived post, which could answer my question.
I'm curious if there is any chance, firstly to find and then modify a script which is responsible for user's account creation? I would like to put some extra files to public_html directory straight after new user is set up. Is that possible, without digging in the core cwp files?

Pages: [1]