|
Related Topics:
| Help needed with Name Based Virtual Hosting - Ok folks here's the deal I have a cable modem - firewall - server. I use netsol to handel the fact that i have a dynamic ip. currently resolves correctly to the isp-given ip address. however even though i have virtual hosts..
APACHE NAME BASED VIRTUAL HOSTING QUESTION - INORDER TO USE NAMED BASED VIRTUAL HOSTING DO YOU NEED TO RUN A ALSO. IF SO IS THERE ANY EASY TO INFO ON THE NAME SERVER ASPECT OF IT. IN THE PAST I RAN AN OLDER VERSION OF APACHE AND THE VIRTUAL HOSTING INFO WAS STORED IN THE..
Name-based Virtual Hosts - Hi there I was wondering if anyone could tell me how to set up virtual hosts? I have two domain names that resolve to the same IP and should show different pages. However both domains show the same page when loaded and it isn't..
Apache Name-based Virtual Host SSL - i want to set Virtual Host SSL now i can set Basic Virtual Host not SSL like and but i want to set and too . How can i do sir ? note : i has 1 ip address on 1 server computer . thank u..
Name based virtual host issues - I am brand new to and am having an issue setting up name based virtual hosting. I wish to quit using IIS and move to apache. the details are as follows local machine name: TPP Domain 1: domain 2: domain 3:..
|
|
|
Next: Apache: Custom 404 causes problems with cookie
|
| Author |
Message |
External

Since: Jan 15, 2004 Posts: 8
|
(Msg. 1) Posted: Thu Jan 15, 2004 7:29 pm
Post subject: SSL and IP based virtual hosting Archived from groups: alt>apache>configuration (more info?)
|
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi - heres the problem:
On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
192.168.0.3 (eth0:0), which is accessible by https://fred.linuxserver and
https://fredsserver on my lan. Is it possible to combine a certificiate for
fred.linuxserver and fredsserver, so that whichever way it is accessed, no
message will popup in the browsers?
Thanks,
Fred
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFABr/cDvn9hyzHIq4RAsLIAJ9jM/l8AU/zpojDvo3dMtFCFkayPwCfUOrw
NBBksMUl6bZ/TrJg7YwZ3U8=
=NXDI
-----END PGP SIGNATURE----- >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 203
|
(Msg. 2) Posted: Fri Jan 16, 2004 1:15 am
Post subject: Re: SSL and IP based virtual hosting [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Fred Emmott" <pcfreak65.RemoveThis@hotmail.com> wrote in message
news:bu6f72$pj9$1@newsfeed.th.ifl.net...
> On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
> 192.168.0.3 (eth0:0), which is accessible by <a style='text-decoration: underline;' href="https://fred.linuxserver" target="_blank">https://fred.linuxserver</a> and
> <a style='text-decoration: underline;' href="https://fredsserver" target="_blank">https://fredsserver</a> on my lan. Is it possible to combine a certificiate
for
> fred.linuxserver and fredsserver, so that whichever way it is accessed, no
> message will popup in the browsers?
No, the best you can do (to cover multiple hosts with one certificate) is to
get a wildcard cert such as *.domain.com, but this wouldn't fit your
scenario. If you are using IP based virtualhosting you could assign two IPs
to the machine, and have each of your two hostnames point to different IPs,
each one could then serve the correct certificate to match the hostname
used, and then serve the exact same site on each one.
Richard.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
External

Since: Jan 15, 2004 Posts: 8
|
(Msg. 3) Posted: Fri Jan 16, 2004 1:39 am
Post subject: Re: SSL and IP based virtual hosting [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Richard Antony Burton wrote:
>
> "Fred Emmott" <pcfreak65 DeleteThis @hotmail.com> wrote in message
> news:bu6f72$pj9$1@newsfeed.th.ifl.net...
>
>> On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
>> 192.168.0.3 (eth0:0), which is accessible by <a style='text-decoration: underline;' href="https://fred.linuxserver" target="_blank">https://fred.linuxserver</a> and
>> <a style='text-decoration: underline;' href="https://fredsserver" target="_blank">https://fredsserver</a> on my lan. Is it possible to combine a certificiate
> for
>> fred.linuxserver and fredsserver, so that whichever way it is accessed,
>> no message will popup in the browsers?
>
> No, the best you can do (to cover multiple hosts with one certificate) is
> to get a wildcard cert such as *.domain.com, but this wouldn't fit your
> scenario. If you are using IP based virtualhosting you could assign two
> IPs to the machine, and have each of your two hostnames point to different
> IPs, each one could then serve the correct certificate to match the
> hostname used, and then serve the exact same site on each one.
>
> Richard.
thanks - now to copy my config files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFABxaxDvn9hyzHIq4RAo6xAJsGAm/rw/ki59cH+/0qEkjG2V6jFgCfT1tR
ubyOd/yQ5dxKS1gCroQopg0=
=O6Tf
-----END PGP SIGNATURE-----<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
External

Since: Jan 16, 2004 Posts: 15
|
(Msg. 4) Posted: Fri Jan 16, 2004 4:49 am
Post subject: Re: SSL and IP based virtual hosting [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Fred Emmott wrote:
> Hi - heres the problem:
>
> On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
> 192.168.0.3 (eth0:0), which is accessible by <a style='text-decoration: underline;' href="https://fred.linuxserver" target="_blank">https://fred.linuxserver</a> and
> <a style='text-decoration: underline;' href="https://fredsserver" target="_blank">https://fredsserver</a> on my lan. Is it possible to combine a certificiate for
> fred.linuxserver and fredsserver, so that whichever way it is accessed, no
> message will popup in the browsers?
Your best bet is to set up bind to return the lan ip addresses to local
machines. That way, your local machines can use the same URLs as sytems
outside your lan.
I do this for my lan. I block the dns port at the router so I don't have
to worry about "polluting" the internet with bogus ip addresses.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
External

Since: Jan 15, 2004 Posts: 8
|
(Msg. 5) Posted: Fri Jan 16, 2004 2:20 pm
Post subject: Re: SSL and IP based virtual hosting [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Rossz wrote:
> Fred Emmott wrote:
>> Hi - heres the problem:
>>
>> On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
>> 192.168.0.3 (eth0:0), which is accessible by <a style='text-decoration: underline;' href="https://fred.linuxserver" target="_blank">https://fred.linuxserver</a> and
>> <a style='text-decoration: underline;' href="https://fredsserver" target="_blank">https://fredsserver</a> on my lan. Is it possible to combine a certificiate
>> for fred.linuxserver and fredsserver, so that whichever way it is
>> accessed, no message will popup in the browsers?
>
> Your best bet is to set up bind to return the lan ip addresses to local
> machines. That way, your local machines can use the same URLs as sytems
> outside your lan.
>
> I do this for my lan. I block the dns port at the router so I don't have
> to worry about "polluting" the internet with bogus ip addresses.
It's only on a disconnected LAN - problem being all the "servers" used to be
be <bla>.linuxserver, and i am changing them to <bla>server, but don't want
to break anything<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
External

Since: Jan 16, 2004 Posts: 15
|
(Msg. 6) Posted: Fri Jan 16, 2004 11:38 pm
Post subject: Re: SSL and IP based virtual hosting [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Fred Emmott wrote:
> Rossz wrote:
>
>
>>Fred Emmott wrote:
>>
>>>Hi - heres the problem:
>>>
>>>On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
>>>192.168.0.3 (eth0:0), which is accessible by <a style='text-decoration: underline;' href="https://fred.linuxserver" target="_blank">https://fred.linuxserver</a> and
>>>https://fredsserver on my lan. Is it possible to combine a certificiate
>>>for fred.linuxserver and fredsserver, so that whichever way it is
>>>accessed, no message will popup in the browsers?
>>
>>Your best bet is to set up bind to return the lan ip addresses to local
>>machines. That way, your local machines can use the same URLs as sytems
>> outside your lan.
>>
>>I do this for my lan. I block the dns port at the router so I don't have
>>to worry about "polluting" the internet with bogus ip addresses.
>
>
> It's only on a disconnected LAN - problem being all the "servers" used to be
> be <bla>.linuxserver, and i am changing them to <bla>server, but don't want
> to break anything
Sounds like a job for mod_rewrite.
--
Rossz<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
External

Since: Jan 15, 2004 Posts: 8
|
(Msg. 7) Posted: Sat Jan 17, 2004 1:14 am
Post subject: Re: SSL and IP based virtual hosting [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Rossz wrote:
> Fred Emmott wrote:
>> Rossz wrote:
>>
>>
>>>Fred Emmott wrote:
>>>
>>>>Hi - heres the problem:
>>>>
>>>>On a slackware 9.1 system running apache 1.3.x, i have a vhost with ip
<font color=brown> >>>>192.168.0.3 (eth0:0), which is accessible by <a style='text-decoration: underline;' href="https://fred.linuxserver</font" target="_blank">https://fred.linuxserver</font</a>>
>>>>and <a style='text-decoration: underline;' href="https://fredsserver" target="_blank">https://fredsserver</a> on my lan. Is it possible to combine a
>>>>certificiate for fred.linuxserver and fredsserver, so that whichever way
>>>>it is accessed, no message will popup in the browsers?
>>>
>>>Your best bet is to set up bind to return the lan ip addresses to local
>>>machines. That way, your local machines can use the same URLs as sytems
>>> outside your lan.
>>>
>>>I do this for my lan. I block the dns port at the router so I don't have
>>>to worry about "polluting" the internet with bogus ip addresses.
>>
>>
>> It's only on a disconnected LAN - problem being all the "servers" used to
>> be be <bla>.linuxserver, and i am changing them to <bla>server, but don't
>> want to break anything
>
> Sounds like a job for mod_rewrite.
>
> --
> Rossz
Will that work for ssl? Surely it will establish a connection with ssl
before rewrite has an effect, so it will complain about bad certificate?<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL and IP based virtual hosting |
|
| Back to top |
|
 |  |
|