Hi,
I have a VPS with DA+CB2 running on CentOS.
A few days ago I enabled a CDN (cloudfare) for my main domain. Cloudfare doesn't proxy the port 2222.. So i can't access DA with this CDN enabled.
I looked at this DA HowTo and added the VHOST changes only for the domain that has the CDN enabled:
It immediatly worked.
I don't want to add these VHOST changes over the complete server. So no need to edit the virtual_host2.conf.
But i did expect to enable proxy and recompile apache? Is it default enabled with CB2?
If no, how is it possible this works only with the above vhost changes?
Regards,
Bjorn
I have a VPS with DA+CB2 running on CentOS.
A few days ago I enabled a CDN (cloudfare) for my main domain. Cloudfare doesn't proxy the port 2222.. So i can't access DA with this CDN enabled.
I looked at this DA HowTo and added the VHOST changes only for the domain that has the CDN enabled:
Code:
ServerName cp.|DOMAIN|
ProxyRequests Off
ProxyPass / http://127.0.0.1:2222/
ProxyPassReverse / http://127.0.0.1:2222/
It immediatly worked.
I don't want to add these VHOST changes over the complete server. So no need to edit the virtual_host2.conf.
But i did expect to enable proxy and recompile apache? Is it default enabled with CB2?
If no, how is it possible this works only with the above vhost changes?
Regards,
Bjorn