[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Question
- Subject: Re: [cobalt-developers] Question
- From: Will DeHaan <null@xxxxxxx>
- Date: Sat Jun 1 01:03:22 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Byambasuren L wrote:
Dear all,
I want to know a principle of cobalt servers, which one IP
supports to many virtual sites. What is the main solution of
this?
Hello,
Sharing an IP address between virtual sites depends on the HTTP 1.1
protocol extensions (since HTTP 1.0) for web site differentiation. Some
services, like SSL and anonymous FTP are unique to an IP address, so
only one site per IP address may enable those services. It's pretty
easy for Sendmail to check the domain names of incoming mail and
categorize them by site. Other services are IP independent and rely on
login names and group memberships to determine the site affiliation.
And how can I difference them by each other, by port
number or something...?
By authentication name, by web request syntax, etc..
After that I want to control all virtual sites in cobalt
servers, not whole system. What should I do?
Create users with the "Site Administrator" feature enabled. Login to
the UI as a Site Administrator user.
Thank you.
Byambasuren L
No problem,
-- Will