How to configure Apache virtual hosts
This video will show you how to configure Apache virual hosts on your local webserver.
This video will show you how to configure Apache virual hosts on your local webserver.
I changed the order of the
Learn how to set up a virtual host on Linux Apache CentOS 5.
The first virtual host should let me type in localhost and look at the “Index of /” with all of my projects in it. The second virtual host should use a subdomain for the ServerName and have its DocumentRoot set to one of the specific projects.
I have no idea how to arrange the first one, it might not even be necessary since the second VirtualHost should theoretically only kick in when the server sees the ServerName in the headers (my understanding anyway).
This is what I’ve been trying for the second one but it’s not working:
DocumentRoot F:\webs\test\project_5
ServerName subdomain.domain.org
(I’m not literally trying to use “subdomain.domain.org” btw)
vilhei,
I tried your solution and now I’m getting an error in the browser that says “No input file specified.”
After installing your LAMP server you may want to add virtual hosts so you can have more than one website. Well here’s how you do it. Most of this tutorial can be found by going to www.debian-administration.org You will see some errors in this video. Here’s how I installed Apache 2 (LAMP server) In a terminal type, sudo tasksel. Select LAMP Server from the list by hitting the spacebar. Press tab. Hit enter. Here’s the video www.youtube.com
A tutorial on setting up port based virtual hosts with Apache webserver in Linux www.danscourses.com
Hello
I have Linux VPS and Apache Web Server keeps stopping. This Linux VPS is a Live server hosting many client accounts, so security and care are needed.
If you can tell me why this problem is going on will be your greate plz. My SystemAdmin is on leave and have to solve it today.
thanks
I am trying to get a minimal installation of Apache web server. The reason for this is because, I plan on install it on a dedicated server and the only purpose is to serve basic image files. I need it to be as optimized as possible since it will be handling a few hundred of requests per second on average.
This is a way to run many web sites with many different DNS’s with one computer one IP address and one port. This video will show you how to setup virtual server DNS based for apache. So if your little sister wanted a web server all you have to do is make a virtual host and she can have her own DNS name and not have to go thru your files to get to it. Two seeming separate web sites on the same server. Codes to paste into config file sites.google.com Want to download this video and all the others? go to sites.google.com and get the latest links to download.
Linux Journal presents: Setting up an https server in Apache is easy. This tutorial covers how to create and sign your ssl certificate as well as how to configure the web server.