- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service Guard with iPlanet Web Server and mult...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 02:15 PM
08-20-2001 02:15 PM
Service Guard with iPlanet Web Server and multiple port 80
Has anyone had experience with running multiple web servers, all of which default to port 80, but get redirected appropriately?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 08:17 PM
08-20-2001 08:17 PM
Re: Service Guard with iPlanet Web Server and multiple port 80
Web servers generally work like this:
1) bind to IP(s); ignore hostname (iPlanet calls this multiple server instances).
2) bind to IP(s) listen for multiple hostnames (iPlanet calls this Software Virtual Servers)
iPlanet has a third way:
3) They also have a hybrid that's designed to act like 1) but conserves resources like 2). (iPlanet calls this Hardware Virtual Servers).
4) You can also discrimate services by port.
Folks generally use 1 to balance resources or enforce different security restrictions among the different servers. 1 would be better for high performance apps.
Folks use 2 to conserve resources (like memory, process instances, IP addresses). 2 would be better for low traffic web sites.
All of this is immaterial to ServiceGuard, since you've got to make it all work *before* you get to ServiceGuard.
To implement ServiceGuard, we built the application directory (the place you installed iPlanet) and the data directory (they'll call it document root) on shared media. The SG scripts then set up the media (activate volume groups, mount file systems), add IPs for the web servers, then starts the web servers, just like any other package.
We've made this work for a fair number of web servers (a mix of Apache, NES 2.01, iPlanet 4.1) all listening on port 80.
If you want to "promote" from development, to test, to production, then share the data set, but install iPlanet on each of three servers (not shared). Buyer beware: Based on my Netscape experience, you'll run into configuration management problems if you intend to keep the three installs "sync'd from a CM perspective.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 06:31 AM
08-21-2001 06:31 AM
Re: Service Guard with iPlanet Web Server and multiple port 80
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 06:35 AM
08-21-2001 06:35 AM
Re: Service Guard with iPlanet Web Server and multiple port 80
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 08:33 AM
08-21-2001 08:33 AM
Re: Service Guard with iPlanet Web Server and multiple port 80
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 02:11 PM
12-17-2001 02:11 PM
Re: Service Guard with iPlanet Web Server and multiple port 80
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 01:36 AM
12-18-2001 01:36 AM
Re: Service Guard with iPlanet Web Server and multiple port 80
Here's the documentation:
http://docs.iplanet.com/docs/manuals/enterprise/41/ag/esapuir3.htm#1004818
Regards,
Steve