Protect dedicated server with cloudflare [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. I have an Ubuntu 10.04 based dedicated server … Read more

Config to allow SQL Server to be connected through CloudFlare?

I have already known the risk of exposing SQL Server database on the Internet, but please look at my situation: I have two instances of SQL Server: production (default instance SQLEXPRESS) and dev (SQLEXPRESSDEV). I have disabled both Administrator account of Windows and sa accounts of SQL Server. The server also has some running websites. … Read more

Cloudflare or Apache vhost misconfiguration? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago. Improve this question I have setup a website in cloudflare that pointing website3.com to xxx.xxx.xxx.xxx IP address. In my apache, I have existing … Read more

CNAME set, but ignored. How to purge wrong DNS A record? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 3 years ago. Improve this question I have configured a subdomain blog.example.net with dreamhost like this blog CNAME mygreatblog.ghost.io meaning blog.example.net points to mygreatblog.ghost.io via a CNAME record. I … Read more

Dynamically created webpage without a subdomain [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago. Improve this question Im having a really hard time configuring cloudflare properly so any help is much appreciated. I have a web application … Read more

Squid Forward Proxy on Cloudflare

Is it possible to set up a forward proxy using Squid and still have Cloudflare CDN working? For example, I currently have Squid running on Ubuntu, with this being the squid.conf file. acl myhost srcdomain [my domain] http_access allow myhost http_port 8080 acl client src [home ip address] # Home IP http_access allow client acl … Read more

How to use Letsencrypt to domain that has no root folder with Cloudflare?

I am trying to use Letsencrypt (HTTPS) on my website with Cloudflare (HTTP) but I confuse with this. the domain doesn’t have a root folder accessing domain will be redirected to one of subdomains domain.com -> sub1.domain.com I have many subdomains domain.com redirect to sub1.domain.com sub1.domain.com sub2.domain.com etc.. I am using ubuntu server 16.04 with … Read more