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 [2]
16
CentOS-WebPanel Bugs / htaccess doesn't work on website not ssl
« on: February 12, 2019, 11:44:49 AM »
Web sites without a ssl certificate directly visiting the SSL URL, instead of redirecting the traffic on the http protocol shows the server default page. I try many ways with htaccess , rebuilt whost, restart apache but it does not work.
17
Information / Re: CWPpro version: 0.9.8.742 vhost templates
« on: February 10, 2019, 09:30:17 AM »
UP! It's very important have redirect from panel from http and https and no www to www.
18
Information / Re: I want to change the PHP version of only single domain
« on: February 10, 2019, 09:24:45 AM »
Hello, PHP-FPM Selector can run only a single PHP-FPM version per domain and subdomain but you can select any versions you want, PHP Switcher can have only a single version active at the same time but you can select the version you want , PHP Selector you can run all at the same time even as a different per folder.
So, gpslab can run default php for all other domains and php-fpm for one domain.
You can configure all from webserver menu>webserver main config and webserver domain config.
So, gpslab can run default php for all other domains and php-fpm for one domain.
You can configure all from webserver menu>webserver main config and webserver domain config.
19
E-Mail / Re: how to create folder /var/vmail/domain.com when we create new accounts???
« on: February 08, 2019, 06:22:25 PM »
Go to mail menu>mail server manager and try to rebuilt mail server. Maybe you can solve the problem
20
E-Mail / Re: how to create folder /var/vmail/domain.com when we create new accounts???
« on: February 08, 2019, 12:20:39 PM »
Login in email account form roundcube
You must update roundcube first, form terminal digit sh /scripts/mail_roundcube_update
You must update roundcube first, form terminal digit sh /scripts/mail_roundcube_update
21
Information / Re: I want to change the PHP version of only single domain
« on: February 08, 2019, 12:09:53 PM »
You can use PHP-FPM Selector and compile all php version you need. First you must select module from option list(if you want select module), then compile php.
When the system finishes compiling, go to the configuration
Manage WebServers Configuration, selet the user, then the domain or sub domain, create configuration, select apache php-fpm and the version of php you need. Check Rebuilt vhosts option and save
When the system finishes compiling, go to the configuration
Manage WebServers Configuration, selet the user, then the domain or sub domain, create configuration, select apache php-fpm and the version of php you need. Check Rebuilt vhosts option and save
22
How to / Re: How To Parked Domains - multi domains to one domain
« on: February 08, 2019, 11:44:39 AM »
The reported method doesn't work because it's overwritten as soon as the vhost files are rebuilt. There is a good solution that is not overwritten by the system, that is:
- First create an additional domain and give it a path in the directory of your account es: /home/myaccount/domainadd/ and not the default path (/home/myaccount/public_html). Create in the directory you just created a .htacess file with the following line:
RedirectPermanent / http://newdomain.com/ or
RedirectPermanent / https://newdomain.com/ if you want redirect all trafic in ssl mode.
It works great
- First create an additional domain and give it a path in the directory of your account es: /home/myaccount/domainadd/ and not the default path (/home/myaccount/public_html). Create in the directory you just created a .htacess file with the following line:
RedirectPermanent / http://newdomain.com/ or
RedirectPermanent / https://newdomain.com/ if you want redirect all trafic in ssl mode.
It works great
23
Installation / Re: please, go back to the previous versions of cwp
« on: February 05, 2019, 11:44:32 AM »
I use cwp from about a couple of years and I haven't any problem before. Now I have a lot of problem with php-fpm selector and apache rebuilt too. There are too many bugs in new version. Imap, ioncube not found, etc...when I remove php-fpm and php selector 2, it works fine like before the upgrade. I try to install http2 and recompile apache in additional configuration but apache not load the module. I try many times but nothing. Also if I try to rebuild apache, sometimes it breaks (httpd.conf with only 3 lines). All this works are on new installation on test machine
24
CentOS 7 Problems / Re: httpd.conf get erased on rebuild
« on: February 05, 2019, 08:50:07 AM »
You must restore the file from the backup created before recompiling apache /usr/local/apache/conf/httpd.conf-cwpsave, or if there is not try to reinstall cwp-httpd again:
yum remove cwp-httpd
yum install cwp-httpd
I'm having the same problem on different new installations of cwp pro, after apache recompilation only those three lines remain.
Also recompiling is useless because the additional settings are not loaded. This problem is only for new installation of cwp
I do not think the serious problem has it vojjin...
yum remove cwp-httpd
yum install cwp-httpd
I'm having the same problem on different new installations of cwp pro, after apache recompilation only those three lines remain.
Also recompiling is useless because the additional settings are not loaded. This problem is only for new installation of cwp
I do not think the serious problem has it vojjin...
Pages: 1 [2]