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
Installation / Would this installation / configuration be possible?
« on: April 01, 2020, 08:21:20 PM »
Running CWP on Apache httpd mostly for DNS/Mail configuration and have nginx/Tomcat totally independent from CWP for websites.
I'd like to manually maintain my nginx/Tomcat. And CWP not to even know they exists to avoid any misconfiguration/update issues.
Is this even possible?
I'd like to manually maintain my nginx/Tomcat. And CWP not to even know they exists to avoid any misconfiguration/update issues.
Is this even possible?
2
Updates / Re: Will CWP auto update potentially override any of NGINX configs?
« on: March 28, 2020, 01:41:02 PM »
I can't rebuild vhosts as I am getting:
Notice: Undefined index: apache_template-type-default in /usr/local/cwpsrv/htdocs/resources/admin/modules/WebServers_conf.php on line 0
The vhosts configs are getting updated with default template no matter what template I select. I tried force-https-http2 and others but no bueno.
Notice: Undefined index: apache_template-type-default in /usr/local/cwpsrv/htdocs/resources/admin/modules/WebServers_conf.php on line 0
The vhosts configs are getting updated with default template no matter what template I select. I tried force-https-http2 and others but no bueno.
3
How to / How come cwp still loading /pma after I removed all references to it
« on: March 28, 2020, 02:51:30 AM »
I puzzled. I use Nginx Only web server configuration and for the sake of test I commented out every reference to /pma in nginx configs and restarted nginx. phpmyadmin still loads by accessing it like: https://my_ip_address:2031/pma
# location /pma {
# proxy_pass https://127.0.0.1:2031;
# include proxy.inc;
# }
How?
# location /pma {
# proxy_pass https://127.0.0.1:2031;
# include proxy.inc;
# }
How?
4
Updates / Will CWP auto update potentially override any of NGINX configs?
« on: March 28, 2020, 02:23:34 AM »
Hi,
I'm very new to CWP and have one (CWP7Pro) installed on CentOS 7 with NGINX.
I had bad experience with cPanel/WHM in the past overriding Apache configs if there were any auto updates to it.
Will CWP override any of the nginx configs under any circumstances? (besides manually rebuilding stuff).
And, is there any way to disable auto updates? I can't find any update related menu in it yet.
Thanks!
Mark
I'm very new to CWP and have one (CWP7Pro) installed on CentOS 7 with NGINX.
I had bad experience with cPanel/WHM in the past overriding Apache configs if there were any auto updates to it.
Will CWP override any of the nginx configs under any circumstances? (besides manually rebuilding stuff).
And, is there any way to disable auto updates? I can't find any update related menu in it yet.
Thanks!
Mark
Pages: [1]