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] 2
1
MySQL / Re: Any plan to upgrade the MariaDB in future releases?
« on: March 05, 2021, 08:30:06 PM »
I'm waiting same thing why not upgrade?
2
CentOS 7 Problems / Sudo user uses PHP 5.4!
« on: January 30, 2021, 01:17:15 PM »
Installed new fresh CWP. When I type sudo su on console:
[root@ip-172-31-26-130 public_html]# php -v
PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17)
I'm just using PHP 7.4 only actually
[root@ip-172-31-26-130 public_html]# php -v
PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17)
I'm just using PHP 7.4 only actually
3
CentOS 7 Problems / Reboot in x minutes doesn't works
« on: October 08, 2020, 09:59:24 AM »
I've CWP pro and when I used that feature it's redirecting login page with CSRF error.
4
CentOS 7 Problems / Nginx Curl Request
« on: June 10, 2020, 03:01:09 PM »
Hi we are using Pro version of CWP
Using NGINX + Php-fpm7.2
We are trying to add new account over API, Our problem is we can do curl request inside the server over bash command, We can do over with "php -r " command all working but doesn't work over Nginx.
Gaves bad gateway 502 error.
Any Ideas we are stucked.
Using NGINX + Php-fpm7.2
We are trying to add new account over API, Our problem is we can do curl request inside the server over bash command, We can do over with "php -r " command all working but doesn't work over Nginx.
Gaves bad gateway 502 error.
Code: [Select]
<?php
$name = "test";
$data = array("key" => "KCs6xZUAv6TON49lKdGt0ImcReHX36Snuku43eOD3xRP7",
"action" => "add",
"user" => $name,
"pass" => $name,
"email" => $name."@account.com",
"package" => "default",
"lang" => "en",
"inode" => "0",
"limit_nproc" => "40",
"domain" => $name.".test.com",
"limit_nofile" => "150",
"server_ips" => "3.14.124.220");
//print_r($data);
$url = "https://server.test.com.tr:2304/v1/account";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
curl_setopt($ch, CURLOPT_POST, 1);
$response = curl_exec($ch);
print_r($response);
curl_close($ch);
Any Ideas we are stucked.
5
CentOS 7 Problems / Re: PHP Version Switcher v2 not chaning PHP version
« on: May 08, 2020, 11:50:36 AM »
yes it's just 1GB ram server. I want to host just 1 site on it.
I'll upgrade to 2 and test it thanks!
I'll upgrade to 2 and test it thanks!
6
CentOS 7 Problems / Re: PHP Version Switcher v2 not chaning PHP version
« on: May 07, 2020, 10:50:42 PM »
I just installed Cwp on Amazon CentOS 7 today but i can't change php version
7
CentOS 7 Problems / Re: PHP Version Switcher v2 not chaning PHP version
« on: May 07, 2020, 05:00:15 PM »
I did everything. Rebuild all vhosts. Created new account and cheched inside them still same.
Maybe I chose nginx server today and get back to apache?
Maybe I chose nginx server today and get back to apache?
8
CentOS 7 Problems / Re: PHP Version Switcher v2 not chaning PHP version
« on: May 07, 2020, 01:27:58 PM »9
CentOS 7 Problems / PHP Version Switcher v2 not chaning PHP version
« on: May 07, 2020, 01:06:17 PM »
Just installed CWP. Installed 5.6 on it. Using switcher v2 it's not chaning php to 7.2.30.
I clicking to save & build and restarting server it's still PHP 5
I clicking to save & build and restarting server it's still PHP 5
10
CentOS 7 Problems / Re: CWP -> CWP Migration can't list accounts in 2. step
« on: May 13, 2019, 08:34:20 AM »
It's my fault. I mixed origin and destination servers!
11
CentOS 7 Problems / Re: CWP -> CWP Migration can't list accounts in 2. step
« on: May 10, 2019, 06:41:40 AM »
I'll update when I learn cause of problem.
I realized that now it's only showing sites that inside of server. Although catching remote server account via AJAX.
see: https://ibb.co/1R4tgzZ
I realized that now it's only showing sites that inside of server. Although catching remote server account via AJAX.
see: https://ibb.co/1R4tgzZ
hi
I hope you will write to us the solution to this problem, to learn from it...
Regards
12
CentOS 7 Problems / Re: CWP -> CWP Migration can't list accounts in 2. step
« on: May 09, 2019, 02:05:28 PM »
I've contacted with them and they responded. I give them root password and waiting for solution.
13
CentOS 7 Problems / Re: CWP -> CWP Migration can't list accounts in 2. step
« on: May 09, 2019, 09:43:14 AM »
Tried both password and public key auth
14
CentOS 7 Problems / Re: CWP -> CWP Migration can't list accounts in 2. step
« on: May 09, 2019, 09:32:58 AM »15
CentOS 7 Problems / CWP -> CWP Migration can't list accounts in 2. step
« on: January 21, 2019, 07:32:46 PM »
I've used cwp migration several times. But this time I'm connecting origin server successfully , it isn't listing accounts. Screenshot:
http://prntscr.com/ma8dum
I seems there is response. There is any error in console tab.
Origin CWP version: 0.9.8.762
New CWP version : 0.9.8.763
http://prntscr.com/ma8dum
I seems there is response. There is any error in console tab.
Origin CWP version: 0.9.8.762
New CWP version : 0.9.8.763
Pages: [1] 2