Re: Apache virtual host question

2001-02-19 Thread Charles Galpin
you want to have only one name. using virtual host, you > can setup your apache to serve for one.my.com and two.my.com using the same IP > simultaneously. > > Subject is Apache virtual host question; on Tue, 13 Feb 2001, Charrick, Gordonwrote: > > I'd like to set up a web

Re: Apache virtual host question

2001-02-19 Thread Vineeta
t; easier, but then again, you want to have only one name. using virtual host, you > can setup your apache to serve for one.my.com and two.my.com using the same IP > simultaneously. > > Subject is Apache virtual host question; on Tue, 13 Feb 2001, Charrick, Gordonwrote: > > I'

Re: Apache virtual host question

2001-02-18 Thread Robert Reyes
two.my.com using the same IP simultaneously. Subject is Apache virtual host question; on Tue, 13 Feb 2001, Charrick, Gordonwrote: > I'd like to set up a web server that serves pages from different ports, say > 80 and 8000. I haven't been able to figure out how to set up the apache

Apache virtual host question

2001-02-18 Thread Charrick, Gordon
I'd like to set up a web server that serves pages from different ports, say 80 and 8000. I haven't been able to figure out how to set up the apache config so it can do that using one name and IP address like this: http://name.my.com:80 http://name.my.com:8000 There's got to be an easy way to do