How to Serve 2 Pages in Virtual Host?
Ok..I have RH9 with Qmail + SquirrelMail, Proftpd and PHP installed.
Now ..I'm running on a cable modem and what I need to do is to host 2 websites from this server I've created..I have one running already..
The Virtual host for my current one looks like this:
NameVirtualHost 24.195.240.184:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost www.siscohosting.com>
ServerAlias www.siscohosting.com siscohosting.com
ServerAdmin wmohmood@hotmail.com
DocumentRoot /home/sisco/public_html
ServerName www.siscohosting.com
ScriptAlias /cgi-bin/ /home/sisco/public_html/cgi-bin/
</VirtualHost>
Now that works perfectly...My question is..What do I put in for another virtual host so that I can serve another domain name or website???
Plz help!