The term Virtual Host refers to the practice of running more than one web site (such as www.company1.com and www.company2.com) on a single machine. Virtual hosts can be "IP-based", meaning that you ...
IP-based virtual hosting is a method to apply different directives based on the IP address and port a request is received on. Most commonly, this is used to serve different websites on different ports ...
A small-form-factor PC in the HP Slimline and Mac mini vein, the Acer Aspire L310 is one to consider for design mavens and the space-constrained user. It's got a lot going for it, but a couple of ...
I have an Apache server running a number of named virtual hosts that I want to use SSL with. Apache doesn't support named virtual hosts in the SSL configuration file, because of the way the protocols ...
The virtual host code was completely rewritten in Apache 1.3. This document attempts to explain exactly what Apache does when deciding what virtual host to serve a hit from. With the help of the new ...
I noticed when I reboot or shutdown my server, when it says that it's closing apache, apache just sits there for long, trying to resolve all the virtual host names. Why does it do that? Is there a way ...
Apache's HTTP web server is one of the most widely used web servers available today. The software is free and open-source, and it comes with a rich set of features. The Apache HTTP web server is also ...
I needed to learn how to use Apache, because I needed to maintain a web site at work. I've been using Apache for years, but I never spent the time to read a good description of it. Basically, I ended ...
I want 2 web servers apache (domain: domain1.com, port: 80) and nginx (port:1234, domain2.com) running side by side. How to serve domain2.com without specifying port number? The URL on the users ...