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

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

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.

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($chCURLOPT_URL$url);
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
curl_setopt($chCURLOPT_CUSTOMREQUEST"POST");
curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
curl_setopt($chCURLOPT_POSTFIELDShttp_build_query($data));
curl_setopt($chCURLOPT_POST1);
$response curl_exec($ch);
print_r($response);
curl_close($ch);

Any Ideas we are stucked.

5
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!

6
I just installed Cwp on Amazon CentOS 7 today but i can't change php version

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

8
Tried with new created account but same :(

https://prnt.sc/scljiw


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

10
It's my fault. I mixed origin and destination servers!

11
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


hi
I hope you will write to us the solution to this problem, to learn from it...
Regards

12
I've contacted with them and they responded. I give them root password and waiting for solution.

13
Tried both password and public key auth

14
created new cwp and still same problem :(

https://ibb.co/R722wNR

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

Pages: [1] 2