|
Brian, What do you mean by conflicting MAP directives? Seperate instances shouldn't worry about what another instance has for a MAP directive. The way it works is an instance is like a single web server machine. Each instance needs a configuration to run. Each instance can all use the same configuration, or they can each have their own, or a combination of the two. Instances must run on a unique IP/Port combination. So, you can run instances on: 172.2.2.1 port 80 172.2.2.2 port 8081 172.2.2.3 port 8082 or you can assign multiple IPs to a single NIC and run each one on port 80 (the defaut) but on each IP using the BindSpecific directive. You can also use dynamic hosts to run more than one server on a single IP/Port combination (what the PC world calls "host headers"). To do this, you simply attach a server name to the Map, Exec, and Pass directives.. like so Pass /* /site1/* www.site1.com Pass /* /site2/* www.site2.com Whew... does that help? Brad > -----Original Message----- > From: b [mailto:su773n@earthlink.net] > Sent: Monday, May 08, 2000 10:53 PM > To: midrange-l@midrange.com > Subject: HTTP server instances/configurations > > > I'm confused about http server instances and configurations. > > Is running multiple sites on the same AS/400 the main reason > behind the > ability to run multiple simultaneous configurations? > > How does the server deal with conflicts between configurations? For > example, it doesn't seem like it should be possible to run > two instances > simultaneously which contain conflicting MAP directives. > > Any clarification on this topic would be appreciated. > > Thank you. > > -brian > > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to > MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: > david@midrange.com > +--- > +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.