Henry, Apache has this capability. What you are looking for is called a "Name-based virtual host". You are not really running two web servers, there is only one instance of Apache running. Apache just needs to be configured with different vhosts that pull content from a different file path on the server depending on which hostname is used to access the server. You can find documentation on vhosts here: http://httpd.apache.org/docs/2.2/vhosts/name-based.html
Cheers, AR -- Alex Robar [email protected] Facebook: facebook.com/alex.robar Twitter: twitter.com/alex_robar On Thu, Feb 9, 2012 at 1:57 PM, Henry Coleman <[email protected]>wrote: > I want to build a web/email server to share the same Internet connection > with my asterisk box. > Can I have two web servers on the same IP address (using port 80) ? > I can use DDNS to address to issue of fixed IP addresses. > > Henry > > > -- > * Henry L. Coleman * > *VoIP-PBX.ca Dragnetics.com <http://dragnetics.com>* >
