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.
796
Apache / Re: Apache template editor not available?
« on: December 05, 2018, 01:37:30 PM »
info is on the wiki for new templates
797
Installation / Re: Login loop prior to CWP update
« on: December 05, 2018, 12:17:45 PM »
is this admin or user panel ?
798
Installation / Re: HTTP to HTTPS Redirection using NGINX + VARNISH + APACHE
« on: December 05, 2018, 12:16:49 PM »
if you still run apache as additional webserver or main today new update is released which has support for https, so basically you do the same like before like you are using apache only, rebuild of webservers or via WebServers Conf is required.
probably the best option to handle this (in wordpress for example) to edit url in the wp-admin.
probably the best option to handle this (in wordpress for example) to edit url in the wp-admin.
799
CentOS 7 Problems / Re: 404 Not Found cwpsrv myip:2030
« on: December 05, 2018, 09:13:24 AM »Code: [Select]
yum update cwpsrv
service cwpsrv restart
800
SSL / Re: Apache only using localhost certificate after updates + wrong webroot
« on: December 05, 2018, 08:16:58 AM »
sounds like you have installed default apache from centos which is not part of cwp and that could be causing all these issues.
801
Apache / Re: 403 Forbidden on all subdomains
« on: December 04, 2018, 12:51:22 AM »
try this
yum reinstall cwp-httpd
yum reinstall cwp-httpd
802
Apache / Re: 403 Forbidden on all subdomains
« on: December 03, 2018, 09:51:22 PM »
try to check .htaccess files in that folders if that failes even after you remove .htaccess file then try to rebuild WebServers via WebServers Select.
803
How to / Re: [Solution] Nginx + Varnish + Apache force SSL .htaccess Redirect Loops
« on: December 03, 2018, 09:49:38 PM »
I would suggest contacting cwp support to check it and they could integrate permanent solution if some issue exists.
main instructions
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
main instructions
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
804
High Performance / Re: Wordpress - High-Performance instructions
« on: December 03, 2018, 09:47:09 PM »
php-fpm is per domain
php-cgi is per folder
you can combine all this however you want
Note php-cgi is using php.ini while php-fpm is using .user.ini for configuration inside users home folder.
php-cgi is per folder
you can combine all this however you want
Note php-cgi is using php.ini while php-fpm is using .user.ini for configuration inside users home folder.
805
PHP / Re: php.ini configuration per user
« on: December 03, 2018, 09:45:12 PM »
with php-fpm you need to make a file named as ".user.ini"
806
Information / Re: 0.9.8.741 - attention
« on: December 03, 2018, 09:44:15 PM »
now its much more flexible and you have unlimited options, and we will not even talk about performances as this now fly's
but you need to read instructions and user search on the wiki forum before posting.
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
Netino
you can try to run or contact support to check this for you
sh /scripts/update_ioncube
but you need to read instructions and user search on the wiki forum before posting.
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
Netino
you can try to run or contact support to check this for you
sh /scripts/update_ioncube
807
Updates / Re: After Update all domains have HTTP Test Page
« on: December 03, 2018, 09:42:16 PM »
now its much more flexible and you have unlimited options, and we will not even talk about performances as this now fly's
but you need to read instructions and user search on the wiki forum before posting.
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
but you need to read instructions and user search on the wiki forum before posting.
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-update
http://forum.centos-webpanel.com/high-performance/wordpress-high-performance-instructions/
808
Information / Re: CWPpro version: 0.9.8.742 vhost templates
« on: December 02, 2018, 08:15:09 PM »
centos 741+
/usr/local/cwpsrv/htdocs/resources/conf/web_servers/
* don't edit existing, you should add new as existing will be overwritten on update.
/usr/local/cwpsrv/htdocs/resources/conf/web_servers/
* don't edit existing, you should add new as existing will be overwritten on update.
809
Updates / Re: Last Update - gave root access to all users via ssh
« on: November 07, 2018, 12:10:45 PM »
you are mixing sftp/ssh with FTP this are completely different service.
ssh/sftp use ssh port (default 22) *** this requires chroot or cloudlinux
ftp, ftps, ftpes port 21
If you need SSH/SFTP in secure way then you need to use cloudlinux or make a custom chroot system
If you need ssl for ftp then you need to check FTPs or FTPes
ssh/sftp use ssh port (default 22) *** this requires chroot or cloudlinux
ftp, ftps, ftpes port 21
If you need SSH/SFTP in secure way then you need to use cloudlinux or make a custom chroot system
If you need ssl for ftp then you need to check FTPs or FTPes
810
Updates / Re: Last Update - gave root access to all users via ssh
« on: November 06, 2018, 02:09:18 PM »
why do you even give sftp/ssh to users?, you should do that only if you have cloudlinux and never in any other case if this are not your only accounts.
