I'm running a CGI proxy that requires https connection on my server, but I want an http connection for my personal website. I have it now set up that both my website and proxy traffic go through https, so I get an incredible amount of emails saying that my website is down, because they forget to type the [
....] So how can I set it up in Apache that I have a subdomain for my proxy that is [
,...] and a separate subdomain for my site that is [
?...] Thanks in advance.