* multiple domains
@ Jack
` jonathan
` raul
0 siblings, 2 replies; 10+ messages in thread
From: Jack @ UTC (permalink / raw)
To: speakup
using the apache web server is it possible to host multiple websites, with
multiple domain names on the same machine?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
multiple domains Jack
@ ` jonathan
` jonathan
` raul
1 sibling, 1 reply; 10+ messages in thread
From: jonathan @ UTC (permalink / raw)
To: speakup
yes, if someone doesn't first, i'll get an example config file to you
tonight or in the morning
----- Original Message -----
From: "Jack" <wiler@loa.com>
To: <speakup@braille.uwo.ca>
Sent: Tuesday, March 20, 2001 5:03 AM
Subject: multiple domains
> using the apache web server is it possible to host multiple websites, with
> multiple domain names on the same machine?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` jonathan
@ ` Kirk Wood
` jonathan
0 siblings, 1 reply; 10+ messages in thread
From: Kirk Wood @ UTC (permalink / raw)
To: speakup
I don't know the details of how, but you can use multiple IP addresses, or
use a single IP address. Apache is the standard against which all others
are measured.
=======
Kirk Wood
Cpt.Kirk@1tree.net
Nothing is hard if you know the answer or are used to doing it.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` jonathan
@ ` jonathan
` Kirk Wood
0 siblings, 1 reply; 10+ messages in thread
From: jonathan @ UTC (permalink / raw)
To: speakup
ok, the way you do it is with virutal hosting, you have to have the box
claiming more than one ip (if there's a way to do it with one ip, let me
know!)
example virtualhost: (goes in /etc/httpd/conf/httpd.conf
(and as i'm writing this, my linux box just suddenly crashes after 56 days,
2 hours, and 23 minutes of not crashing, i guess it was due)
anyway,
<VirtualHost yourdomain.com:80>
DocumentRoot "/var/www/html"
#basicall, anything that goes in the main #part of your config file, can
also go in a #virtual host definition, read the config #file, it gives info
on this
</VirtualHost>
----- Original Message -----
From: "jonathan" <johann@oldham.net>
To: <speakup@braille.uwo.ca>
Sent: Tuesday, March 20, 2001 9:07 PM
Subject: Re: multiple domains
> yes, if someone doesn't first, i'll get an example config file to you
> tonight or in the morning
> ----- Original Message -----
> From: "Jack" <wiler@loa.com>
> To: <speakup@braille.uwo.ca>
> Sent: Tuesday, March 20, 2001 5:03 AM
> Subject: multiple domains
>
>
> > using the apache web server is it possible to host multiple websites,
with
> > multiple domain names on the same machine?
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` Kirk Wood
@ ` jonathan
` Kirk Wood
` raul
0 siblings, 2 replies; 10+ messages in thread
From: jonathan @ UTC (permalink / raw)
To: speakup
you can't do it with one ip, how would the server know which domain you
wanted? the name you request is not passed on, it goes to your dns server
and from then on the servers you are accessing are only dealing with ip's/
----- Original Message -----
From: "Kirk Wood" <cpt.kirk@1tree.net>
To: <speakup@braille.uwo.ca>
Sent: Tuesday, March 20, 2001 9:17 PM
Subject: Re: multiple domains
> I don't know the details of how, but you can use multiple IP addresses, or
> use a single IP address. Apache is the standard against which all others
> are measured.
>
> =======
> Kirk Wood
> Cpt.Kirk@1tree.net
>
> Nothing is hard if you know the answer or are used to doing it.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` jonathan
@ ` Kirk Wood
` jonathan
` raul
1 sibling, 1 reply; 10+ messages in thread
From: Kirk Wood @ UTC (permalink / raw)
To: speakup
On Tue, 20 Mar 2001, jonathan wrote:
> you can't do it with one ip, how would the server know which domain you
> wanted? the name you request is not passed on, it goes to your dns server
> and from then on the servers you are accessing are only dealing with ip's/
Specification for HTTP1.1 allows for multiple domains to share a single IP
address. the browser sends the complete URL in its request. The server
looks at the requested domain and responds accordingly. Many hosting
companies will allow you to take advantage of this directing a
"parked" domain name to point to a directory within your site.
As a side note, until Microslop went to version 5 of its web server this
was not supported. You had to multihome a machine to allow two web sites
on the same box. They finally got it so you didn't shortly before winblows
2k. That was considered a show stoping feature of the version. They had
grown tired of being beaten up about this area of appache's superiority.
=======
Kirk Wood
Cpt.Kirk@1tree.net
Nothing is hard if you know the answer or are used to doing it.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
multiple domains Jack
` jonathan
@ ` raul
1 sibling, 0 replies; 10+ messages in thread
From: raul @ UTC (permalink / raw)
To: speakup
Yes. There are several ways I believe to do this. The most common way is
to use virtual_domain entries in the httpd.conf. If you look up virtual
domains in the manual it gives a detailed description on how to do this.
I would be happy to explain with more detail but I have not done it in a
long time and have forgotten the syntax.
On Tue, 20 Mar 2001, Jack wrote:
> Date: Tue, 20 Mar 2001 06:03:45 -0500
> From: Jack <wiler@loa.com>
> Reply-To: speakup@braille.uwo.ca
> To: speakup@braille.uwo.ca
> Subject: multiple domains
>
> using the apache web server is it possible to host multiple websites, with
> multiple domain names on the same machine?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` Kirk Wood
@ ` jonathan
0 siblings, 0 replies; 10+ messages in thread
From: jonathan @ UTC (permalink / raw)
To: speakup
Kickin.
I need to look in to this, it would be very helpfull for some sites I'm
hosting.
----- Original Message -----
From: "Kirk Wood" <cpt.kirk@1tree.net>
To: <speakup@braille.uwo.ca>
Sent: Wednesday, March 21, 2001 7:31 AM
Subject: Re: multiple domains
> On Tue, 20 Mar 2001, jonathan wrote:
> > you can't do it with one ip, how would the server know which domain you
> > wanted? the name you request is not passed on, it goes to your dns
server
> > and from then on the servers you are accessing are only dealing with
ip's/
>
> Specification for HTTP1.1 allows for multiple domains to share a single IP
> address. the browser sends the complete URL in its request. The server
> looks at the requested domain and responds accordingly. Many hosting
> companies will allow you to take advantage of this directing a
> "parked" domain name to point to a directory within your site.
>
> As a side note, until Microslop went to version 5 of its web server this
> was not supported. You had to multihome a machine to allow two web sites
> on the same box. They finally got it so you didn't shortly before winblows
> 2k. That was considered a show stoping feature of the version. They had
> grown tired of being beaten up about this area of appache's superiority.
>
> =======
> Kirk Wood
> Cpt.Kirk@1tree.net
>
> Nothing is hard if you know the answer or are used to doing it.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` jonathan
` Kirk Wood
@ ` raul
` Jonathan Creasy
1 sibling, 1 reply; 10+ messages in thread
From: raul @ UTC (permalink / raw)
To: speakup
You can certainly do it with one IP. I've done it multiple times. I just
can't find the config file but you definitely can do it with one IP.
On Tue, 20 Mar 2001, jonathan wrote:
> Date: Tue, 20 Mar 2001 22:13:20 -0600
> From: jonathan <johann@oldham.net>
> Reply-To: speakup@braille.uwo.ca
> To: speakup@braille.uwo.ca
> Subject: Re: multiple domains
>
> you can't do it with one ip, how would the server know which domain you
> wanted? the name you request is not passed on, it goes to your dns server
> and from then on the servers you are accessing are only dealing with ip's/
> ----- Original Message -----
> From: "Kirk Wood" <cpt.kirk@1tree.net>
> To: <speakup@braille.uwo.ca>
> Sent: Tuesday, March 20, 2001 9:17 PM
> Subject: Re: multiple domains
>
>
> > I don't know the details of how, but you can use multiple IP addresses, or
> > use a single IP address. Apache is the standard against which all others
> > are measured.
> >
> > =======
> > Kirk Wood
> > Cpt.Kirk@1tree.net
> >
> > Nothing is hard if you know the answer or are used to doing it.
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: multiple domains
` raul
@ ` Jonathan Creasy
0 siblings, 0 replies; 10+ messages in thread
From: Jonathan Creasy @ UTC (permalink / raw)
To: speakup
that's awesome, somebody show me, or tell me where to look. ;)
I'm very interested in that.
On Wed, 21 Mar 2001 raul@asmodean.net wrote:
> You can certainly do it with one IP. I've done it multiple times. I just
> can't find the config file but you definitely can do it with one IP.
>
>
>
> On Tue, 20 Mar 2001, jonathan wrote:
>
> > Date: Tue, 20 Mar 2001 22:13:20 -0600
> > From: jonathan <johann@oldham.net>
> > Reply-To: speakup@braille.uwo.ca
> > To: speakup@braille.uwo.ca
> > Subject: Re: multiple domains
> >
> > you can't do it with one ip, how would the server know which domain you
> > wanted? the name you request is not passed on, it goes to your dns server
> > and from then on the servers you are accessing are only dealing with ip's/
> > ----- Original Message -----
> > From: "Kirk Wood" <cpt.kirk@1tree.net>
> > To: <speakup@braille.uwo.ca>
> > Sent: Tuesday, March 20, 2001 9:17 PM
> > Subject: Re: multiple domains
> >
> >
> > > I don't know the details of how, but you can use multiple IP addresses, or
> > > use a single IP address. Apache is the standard against which all others
> > > are measured.
> > >
> > > =======
> > > Kirk Wood
> > > Cpt.Kirk@1tree.net
> > >
> > > Nothing is hard if you know the answer or are used to doing it.
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
multiple domains Jack
` jonathan
` jonathan
` Kirk Wood
` jonathan
` Kirk Wood
` jonathan
` raul
` Jonathan Creasy
` raul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).