Control Web Panel

WebPanel => MySQL => Topic started by: ehstbr on January 09, 2019, 02:08:00 AM

Title: PMA time out when accessing via user panel
Post by: ehstbr on January 09, 2019, 02:08:00 AM
Hi.

My users can't access PMA via CWP user panel.

The URL is: [domain_of_user_account]:2030/pma/

But if I try access the PMA using the server domain ([server_domain]:2030/pma/) it works perfectly.
Title: Re: PMA time out when accessing via user panel
Post by: Netino on January 10, 2019, 03:55:22 AM
Problem with domain resolution..??
Title: Re: PMA time out when accessing via user panel
Post by: HaoSs07 on January 10, 2019, 10:43:12 AM
Make sure their domain points directly to the server's ip.
If they are using cloudflare or any other service it can mess with that.
Title: Re: PMA time out when accessing via user panel
Post by: valmount on March 25, 2019, 10:15:26 PM
I experienced the same thing.

if you access PMA using IP, there will be no problem with 502 Bad Gateway. If you use a domain name then a 502 Bad Gateway message will appear.

Hope someone can provide the solution

ex.

domain.tld:2030/pma >>> 502 Bad Gateway
127.0.0.1:2030/pma >>> pma can open...
Title: Re: PMA time out when accessing via user panel
Post by: Netino on March 26, 2019, 02:04:08 AM
I experienced the same thing.

(...)

Just you are reporting error 502 (Bad Gateway).

Check your logfile '/usr/local/cwpsrv/logs/error_log'.
This is the only way to know what is happening to your server.
Post here if you cannot understand the output.

Regards,
Netino