Hello,
I am using Apache 2.4.18 on a 64 bit Linux box. I am serving several different URL's via VirtualHost. All is working well except a single, unique case. In the case with the problem, I am attempting to redirect a URL to an external URL. All the cases that work, I am hosting the site, but not in this one case.
Naturally, I own the domain name. The DNS points to my server, but I want it redirected to a site I pay for but isn't hosted by my machine. Under /etc/apache2/sites-enabled, I have:
<VirtualHost *:80>
</VirtualHost>
Whenever I change the apache2 settings, I do: apache2ctl restart
When, through my browser, I go to
abc.com, I see the following under /var/log/other_vhosts_access.log:
jkl.com:80 174.195.128.13 - - [08/Jul/2017:13:31:07 +0000] "GET / HTTP/1.1" 200 2846 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
Thanks so much for help!
Blake McBride