Sure, I see no security issue. Our firewall protects against 5 incorrect logins.
Here is my configuration for the vhosts:
VirtualHost {
FollowSymlinks = no
Hostname = cp1.convictionshosting.com
RequiredBinding = port_nonssl_/home/kloxo/httpd/ssl/venet0_2___localhost,port_ssl_/home/kloxo/httpd/ssl/venet0_2___localhost
WebsiteRoot = /home/admin/convictionshosting.com
AccessLogfile = /home/httpd/convictionshosting.com/stats/convictionshosting.com-custom_log
ErrorLogfile = /home/httpd/convictionshosting.com/stats/convictionshosting.com-error_log
ReverseProxy ^/.* https://23.236.146.37:7777/ 300
}
VirtualHost {
FollowSymlinks = no
Hostname = cp3.convictionshosting.com
RequiredBinding = port_nonssl_/home/kloxo/httpd/ssl/venet0_2___localhost,port_ssl_/home/kloxo/httpd/ssl/venet0_2___localhost
WebsiteRoot = /home/admin/convictionshosting.com
AccessLogfile = /home/httpd/convictionshosting.com/stats/convictionshosting.com-custom_log
ErrorLogfile = /home/httpd/convictionshosting.com/stats/convictionshosting.com-error_log
ReverseProxy ^/.* http://23.236.146.43:7778/ 300
}
The first one is ssl, fails, second http, doesn't.