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

Pages: [1] 2 3 4
1
Other / Re: WebSockets not work with reverse proxy
« on: July 26, 2023, 11:57:49 AM »
Up**

2
Other / WebSockets not work with reverse proxy
« on: July 09, 2023, 09:13:40 PM »
Hello, I am having problems with forwarding a reverse proxy from the domain back.example.com to ip 192.168.1.10 to port 3000

The web is sent correctly but it gives me a WebSockets error (it is a node app)

If I do it locally or if I send the domain to the ip 192.168.1.10 everything works correctly.

Does anyone have an example of a domain configuration file with websockets?

3
CentOS 7 Problems / Pro no work???
« on: April 19, 2023, 09:18:30 PM »
I have several purchased CWP Pro licenses, everything is down, it appears to me that I don't have the PRO... change the ips, restart everything, nothing works and the panel shows the subscriptions still paid for almost 1 year... (I updated them about 3 months ago)

4
Installation / Re: New Installation and Problems
« on: March 20, 2023, 06:39:31 PM »
Yes, the new server is the replacement of the previous one, we have only changed the domain name of the server... it is only in the test one.

the dns have been delegated for weeks

5
Installation / New Installation and Problems
« on: March 20, 2023, 02:41:57 PM »
I did a fresh install on a new server and there is no way to get NextCloud to work, on the old server I just installed it and it worked now on the new server I did a lot of things and can't get it to work.

There is also a WordPress website that I copy them as is and it doesn't work... another WordPress website did not present me with any problem placing the same configurations that they had before

6
E-Mail / Re: No send and Receibe Emails...
« on: March 01, 2023, 09:44:09 AM »
update, cant send internal emails too.

7
E-Mail / No send and Receibe Emails...
« on: February 28, 2023, 05:12:17 PM »
i cant send o receibe emails...

Everything has been working for about 1 year... and suddenly it stopped receiving emails and sending them...
I just did a test, I deleted all the queues, I sent an email from my gmail account to mine hosted in the cwp... my incoming email appears in the queues, but if I go to my inbox it doesn't appear...

when he sent an email... they don't reach their destination but there doesn't seem to be an error anywhere.

8
Other / Re: MSSQL Server Problem
« on: August 24, 2022, 11:08:05 PM »
helo rcschaff, yes my bad in post...  i try with MSSQLSERVER and with 192.168.1.202 and nothing

9
CSF Firewall / Re: Connect CWP Server to Other Server same net
« on: August 24, 2022, 11:06:54 PM »
Hi, if i enable a whitelist to IP doesnt have necessary to add a port... i use 5 ports... if i try to enble one to one... only can add 1 and say error whit ip is in whitelist...


the ports not is secuencial numbers

10
CSF Firewall / Connect CWP Server to Other Server same net
« on: August 23, 2022, 03:43:14 PM »
Hello, i have a php script in CWP and i need it connect to a other ip port in same network... if i enable CSF Firewall...
cant connect... if i disable the CSF Firewall it work correctly.

in firewall manager i have:

Whitelist configuration
Simple -> 192.168.1.110(ip from 2nd server) -> Test Connection (Description)

i restart the CSF Firewall... and... it doesnt not connect again...

any help?

11
Other / MSSQL Server Problem
« on: August 08, 2022, 12:34:42 AM »
Hi, i have a PRO Edition, and im trying to install MSSQLServer Extension.

Im select sqlsrv in panel and i follow the instruction from:
http://wiki.centos-webpanel.com/mssql-extension-for-php7

and nothing... the old instruction say errors in "make"


Error information:
SQLSTATE: HYT00
Code: 0
Message: [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired
SQLSTATE: 08001
Code: 10057
Message: [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x2749
SQLSTATE: 08001
Code: 10057
Message: [Microsoft][ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.



My PHP:

$serverName = "192.168.1.202\MSSQLSERVER, 1433";
$connectionOptions = array(
    "database" => "user2list",
    "uid" => "sa",
    "pwd" => "Password$123456"
);

12
E-Mail / Re: Email Not receiving
« on: June 10, 2022, 06:59:42 PM »
i cant receive emails from... instagram.com to recover one account... it's so crazy

13
CWP API / List Email from Domain.
« on: March 08, 2022, 07:00:04 AM »
Now the api, list the emails from users... but its possible to filter it to domains too?

like:

listEmailsFromDomain(string $domain)
$domain = example.com

or... listEmailFromDomain(string $user, string $domain)
$user='example';
$domain='example.com';

Thanks You.

to only allow to CRUD specify domain... and not or all account.

14
Aplications / Moodle
« on: February 19, 2022, 11:41:36 AM »
The moodle installation from CWP not work, only download the script but it not is auto installable.

15
Other / Re: SSL for WildCard
« on: February 19, 2022, 11:33:11 AM »
Up.

Pages: [1] 2 3 4