Hey man, let me share my findings:
/usr/local/cwpsrv/htdocs/resources/conf/web_servers/vhosts/httpd - you clone a file of choice here and then copy to /usr/local/cwpsrv/htdocs/resources/conf/web_servers/vhosts/php-fpm - this will make the cloned template of your choice appear in the menu on my screenshot under the php-fpm section.
Check these folders. I pointed out my template with mouse pointer.
After that http will work but not the https.
No, the copy part info can lead to issues.
There is a simple video made by the devs explaining how to do it.
http://wiki.centos-webpanel.com/webservers-vhost-templatesThe template for
/vhosts/httpd
is NOT the same for
/vhosts/php-fpm
You DON'T mix templates between different folders.
If you want the functionality of a template that works with httpd WITHOUT php-fpm (like putting apache in front of nginx for some reason), then you use /vhosts/httpd.
If you want the functionality of a template that works with httpd WITH php-fpm, then you use /vhosts/httpd/php-fpm
If you want to use nginx-only WITH php-fpm, then you use /vhosts/nginx/php-fpm
If you want to use "nginx -> apache -> PHP-FPM", then you use /vhosts/httpd/php-fpm for editing apache related stuff and /vhosts/nginx for nginx related stuff
As for the issue of SSL issue you have. Whatever you do to a
name.tpl template, you need to do the same with
name.Stpl. The STPL template has the https connection info.
p.s. you are mentioning that you posted an image with your mouse pointing to something. There is no image.