Questions tagged [namevirtualhost]

51 questions
0
votes
0 answers

What is wrong with this Vhost setting?

I posted a question about this issue earlier but i am pasting the vhost file here to show that i am going to the same location when i go to nacc.biz and kadence.tv if you look at the bottom of the file it shows that i set the NameVirtualHost but why…
Matt Elhotiby
  • 889
  • 3
  • 10
  • 22
0
votes
2 answers

Named Virtual Hosts + HTTPS Shouldn't Work?

The Apache httpd documentation says that name based virtual hosts don't work with SSL. But our sites are working in a configuration like that! In site1.conf, we have ServerName site1:443 DocumentRoot …
Michael
  • 105
  • 1
  • 5
0
votes
2 answers

Varnish configuration, NamevirtualHosts, and IP Forwarding

I currently have a bunch of NameVirtualHost based websites, load balanced between 3 apache2 servers using ldirectord. I would like to insert varnish as a reverse-web-proxy between ldirectord and apache in the following way: a request comes in to…
Brent
  • 22,857
  • 19
  • 70
  • 102
0
votes
1 answer

Apache not working with NameVirtualHost config

I have a fresh apache setup(Apache/2.4.57 (Unix)) and am struggling with the namevirtualhost config. If I run apachectl -S the output is missing the usual IPADDRESS:80 is a NameVirtualHost I am used to see as well as the informations on…
-1
votes
1 answer

VirtualHosts: * vs IP Address

When declaring a VirtualHost does it matter if I use an asterisk or an IP if I only have one IP I'm working with? Note, I do have several domains. The reason I ask is because I get warnings when restarting apache2 and I'd like to get rid of them.…
Jacksonkr
  • 465
  • 1
  • 7
  • 16
-1
votes
1 answer

Running Multiple sites with multiple domains apache

I am having a rough time running apache and using multiple domain names here is a snippet of my config file. I keep getting a error saying that NameVirtualHost has no VirtualHosts. I want them both running on the same IP and I'm not sure why this…
1 2 3
4