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.
856
Installation / Re: Where is the first domain file index.html?
« on: August 01, 2018, 01:03:21 PM »
you can also restart varnish if you have it enabled and after making changes they are not visible in the browser...additionaly clearing cache in your browser might be needed for html files.
Main ip index is here
/usr/local/apache/htdocs/
but if you followed instructions from the wiki and if you open some account domain then you can only get index from the account path and not default index of the apache home dir.
Main ip index is here
/usr/local/apache/htdocs/
but if you followed instructions from the wiki and if you open some account domain then you can only get index from the account path and not default index of the apache home dir.
857
CentOS 7 Problems / Re: Warning: session_start(): Failed to read session data: files (path: \\) in /home
« on: August 01, 2018, 12:55:11 PM »858
Migration from other control panels / Re: How to restore Kloxo official backup files on CWP
« on: August 01, 2018, 12:04:45 PM »
you can't and never should install two control panels on the same server, you should simply migrate your data to the new server with cwp.
If you want to do it on the same server then you will need to backup all and then reinstall the server install cwp and upload backup files and manually restore them.
*note that backup must be on some other location when you reinstall the server.
If you want to do it on the same server then you will need to backup all and then reinstall the server install cwp and upload backup files and manually restore them.
*note that backup must be on some other location when you reinstall the server.
859
Installation / Re: Running cwp along side other services
« on: August 01, 2018, 11:57:41 AM »
cwp is a control panel for web hosting and email and not for managing virtualization so you need to have virtualization set before and then install cwp on that virtualized servers.
860
Addons / Re: How to host multiple React or Node.js sites on CWP?
« on: August 01, 2018, 11:55:04 AM »
it's not officially tested by cwp and there is no any info about it but you should be able to do it with manual config by following instructions for centos.
I can only say that nodejs will be supported by cwp but still don't know when exactly as they have only some tests and integration is pending.
I can only say that nodejs will be supported by cwp but still don't know when exactly as they have only some tests and integration is pending.
861
PHP Selector / Re: Add modules with PHP selector
« on: August 01, 2018, 11:51:37 AM »
you can check php switcher scripts and modify it to build php-selector php versions...note you need to know what to edit...so it's not for a beginner....anyway any system admin can do that or if you have no system admin then cwp support.
862
DNS / Re: Different DNS Templates
« on: August 01, 2018, 11:47:58 AM »
it has a global template, but you can modify it according to your need...but you will not be able to have a few different templates unless you make some custom tool for that.
863
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: August 01, 2018, 11:45:13 AM »
you should read more about suphp handler here and config file locations
http://wiki.centos-webpanel.com/suphp-detailed-info
http://wiki.centos-webpanel.com/suphp-detailed-info
864
Installation / Re: Status unknown
« on: August 01, 2018, 11:43:08 AM »
on thing you should know is that enabling that services is not recommended for your server if it has less then 4gb of ram.
antispam protection is recommended for servers with 4gb of ram and more.
antispam protection is recommended for servers with 4gb of ram and more.
865
Installation / Re: Where is the first domain file index.html?
« on: August 01, 2018, 11:41:17 AM »
you should check this info then
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
866
Apache / Re: HTTP2 / SPDY
« on: August 01, 2018, 11:37:46 AM »
if you have centos 7 and nginx then simply modify template for nginx https
in cwp admin
IP:2030/admin/index.php?module=vhost_tpl
replace in section "nginx_proxy_vhost_ssl"
then go to webservers in cwp.admin and click on save and rebuild configuration
in cwp admin
IP:2030/admin/index.php?module=vhost_tpl
replace in section "nginx_proxy_vhost_ssl"
Code: [Select]
listen YOURSERVERIP:NGINXPORT;with Code: [Select]
listen YOURSERVERIP:NGINXPORT ssl http2;then go to webservers in cwp.admin and click on save and rebuild configuration
867
CentOS 7 Problems / Re: File Manager error while compressing
« on: August 01, 2018, 11:15:56 AM »
sure you can
This is php of cwpsrv for: cwp admin panel, cwp user panel, phpMyAdmin, roundcube
Configuration file: /usr/local/cwp/php71/php.ini
http://wiki.centos-webpanel.com/configuration-files
This is php of cwpsrv for: cwp admin panel, cwp user panel, phpMyAdmin, roundcube
Configuration file: /usr/local/cwp/php71/php.ini
http://wiki.centos-webpanel.com/configuration-files
868
E-Mail / Re: Email goes into spam
« on: July 30, 2018, 01:50:14 PM »
the best would be that you contact cwp support to configure it for you if you don't have experience with configuration of all required and since your mail server is blacklisted it could have malware infected scripts or hacked mailbox so this should be also checked.
869
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: July 30, 2018, 01:45:38 PM »
you can test by using php.ini in that folder, but anyway as said before it should be enabled as it wiil cause issues with many other scripts if not enabled.
870
Apache / Re: How can I install mod_cloudflare?
« on: July 30, 2018, 01:43:32 PM »
try to replace apxs with:
/usr/local/apache/bin/apxs
/usr/local/apache/bin/apxs
