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

Pages: 1 ... 56 57 [58] 59 60 ... 89
856
CentOS-WebPanel Bugs / Re: My hostname default in Panel not change
« on: August 02, 2018, 01:27:35 PM »
try this command

Code: [Select]
hostname -f

857
CentOS 7 Problems / Re: 404 Not Found User Login
« on: August 02, 2018, 01:24:55 PM »
this issue is because you had an issue with hostname key/cert mismatch.
You can check the hostname ssl or generate a new with autossl by saving the same username again.

858
Other / Re: Add domain with API
« on: August 02, 2018, 01:22:56 PM »
in the admin area you have api configuration where you can check examples of data you can send to api.

859
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.

860
try this

Code: [Select]
chmod 755 /

861
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.

862
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.

863
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.

864
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.

865
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.

866
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

867
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.

869
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"
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

870
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

Pages: 1 ... 56 57 [58] 59 60 ... 89