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]
1
CentOS 7 Problems / Cannot access CWP via public IP / domain in LAN
« on: December 16, 2022, 05:48:07 AM »
Hi, we searched all the topics here & on Google but none fits our situation
We installed CWP on CentOS on a Proxmox VM (103) and followed this guide to open the necessary ports as follows
http://wiki.centos-webpanel.com/centos-mostly-used-ports
With the following settings on the physical NAT
With the above, our LAN users cannot access public URLs :
https://PublicIP:2031 (CWP main panel)
https://domainname:2083 (CWP user panel)
https://myweb.site (User-created website)
It shows ERR_CONNECTION_TIMED_OUT
While internal URLs work fine
https://192.168.100.95:2083 (CWP panel)
However, users outside of the network are able to access public URLs
https://PublicIP:2031 (CWP main panel)
https://domainname:2083 (CWP user panel)
https://myweb.site (User-created website)
Now we can't figure out what else we are missing to check to allow LAN users to access our CWP via public IP or domain names
We installed CWP on CentOS on a Proxmox VM (103) and followed this guide to open the necessary ports as follows
http://wiki.centos-webpanel.com/centos-mostly-used-ports
With the following settings on the physical NAT
With the above, our LAN users cannot access public URLs :
https://PublicIP:2031 (CWP main panel)
https://domainname:2083 (CWP user panel)
https://myweb.site (User-created website)
It shows ERR_CONNECTION_TIMED_OUT
While internal URLs work fine
https://192.168.100.95:2083 (CWP panel)
However, users outside of the network are able to access public URLs
https://PublicIP:2031 (CWP main panel)
https://domainname:2083 (CWP user panel)
https://myweb.site (User-created website)
Now we can't figure out what else we are missing to check to allow LAN users to access our CWP via public IP or domain names
2
Installation / Re: How to increase max_execution_time?
« on: January 29, 2019, 01:39:11 AM »
Hi anyone have an idea please?
3
Installation / Not detecting IMAP module
« on: January 27, 2019, 06:09:57 AM »
Hi we're installing SuiteCRM on a fresh VM with CentOS Web Panel
We're facing the following error message
Our server settings are as follows:
Additionally, we've tried to see if IMAP is really installed...
If solutions would be really appreciated, thanks![/list]
We're facing the following error message
Our server settings are as follows:
- CentOS 7 x64
- Nginx & Varnish & Apache
- PHP 7.3.1
Additionally, we've tried to see if IMAP is really installed...
If solutions would be really appreciated, thanks![/list]
4
Installation / How to increase max_execution_time?
« on: January 27, 2019, 05:53:49 AM »
Hi, previously GTMAN helped us setting the following configs for individual users
However, Wordpress still notifies us the following error:
'max_execution_time' parameter on your hosting/server is 60 seconds, 120 seconds recommended
After confirming in phpinfo(); we're pretty sure we have max_execution_time on 120 already
also duplicated .user.ini in wp-admin still doesn't help
Is there anywhere else we could set max_execution_time to 120?
Code: [Select]
upload_max_filesize = 64M
post_max_size = 125M
memory_limit = 512M
max_input_time = 120
max_execution_time = 120
max_input_vars = 10000
max_input_time = 400
However, Wordpress still notifies us the following error:
'max_execution_time' parameter on your hosting/server is 60 seconds, 120 seconds recommended
After confirming in phpinfo(); we're pretty sure we have max_execution_time on 120 already
also duplicated .user.ini in wp-admin still doesn't help
Is there anywhere else we could set max_execution_time to 120?
5
Installation / Re: How to increase post_max_size in CWP?
« on: January 25, 2019, 02:52:11 PM »Just to be clear it's .user.ini
lol this fixed this, I missed the dot!
thanks for pointing it out!
6
Installation / Re: How to increase post_max_size in CWP?
« on: January 25, 2019, 02:47:46 PM »
Remove the trailing slash from localhost line.Code: [Select]<IfModule proxy_fcgi_module>
<FilesMatch \.php$>
SetHandler "proxy:unix:/opt/alt/php-fpm73/usr/var/sockets/gtmanage.sock|fcgi://localhost"
</FilesMatch>
</IfModule>
I figured the team has already fixed the bug
there isn't any trailing slash at the end of localhost line.
any more places we could look into to change upload_max_filesize value?
7
Installation / Re: How to increase post_max_size in CWP?
« on: January 25, 2019, 02:19:41 PM »Move the .user.ini file into the wp-admin folder or edit the yourdomain.conf file here:
Hi GT, thanks for lending a hand.
the first option doesn't seem to work, I have put the user.ini to both public_html + wp-admin folder still no luck...
8
Installation / How to increase post_max_size in CWP?
« on: January 24, 2019, 03:29:51 AM »
Hi all,
We've edited php.ini in both CWP + User panel as well user.ini under public_thml folder with the following configs
Our Wordpress or SuiteCRM keep on informing we only have
Is there anywhere else that we could look into?
Thanks for any advice given
We've edited php.ini in both CWP + User panel as well user.ini under public_thml folder with the following configs
Code: [Select]
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 512M
max_execution_time = 120
max_input_vars = 10000
max_input_time = 400
Our Wordpress or SuiteCRM keep on informing we only have
Code: [Select]
'max_execution_time' parameter on your hosting/server is 30 seconds, 120 seconds recommended
'post_max_size' parameter on your hosting/server is 8 Mb, 40Mb recommended
'upload_max_filesize' parameter on your hosting/server is 2 Mb, 40Mb recommended
Is there anywhere else that we could look into?
Thanks for any advice given
9
Other / My server is hacked
« on: December 17, 2018, 01:29:35 AM »
Hi all,
I just installed the CWP and it looks wonderful
however we had an unwanted login from Japan.
We have a fairly strong password with caps, letters, numbers & symbols
How did he get in?
Below is a screenshot of the CWP User Admin Panel
http://prntscr.com/lvttj5
I just installed the CWP and it looks wonderful
however we had an unwanted login from Japan.
We have a fairly strong password with caps, letters, numbers & symbols
How did he get in?
Below is a screenshot of the CWP User Admin Panel
http://prntscr.com/lvttj5
Pages: [1]