You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by sharath reddy <re...@gmail.com> on 2006/10/24 15:54:41 UTC

Re: [users@httpd] virtual hosts runnig on different ports

Hi

Thanks Joshua, At present we are using iplanet 4 and want to migrate to
apache. In iplanet we are runnig 3 virtual servers on 3 different ports(same
ip address and sever name) which can be stopped and started individually, So
i would like to have the same in apache.



On 10/23/06, Joshua Slive <jo...@slive.ca> wrote:
>
> On 10/23/06, sharath reddy <re...@gmail.com> wrote:
> > Hi All,
> >
> > thanks for response, but I need to run 3 (virtual)hosts on 3 different
> > ports(same ip address) which can be controlled individually. is there
> any
> > solution for this?
>
> Yes.  Run three instances of apache.
>
> But why do you need this individual control?  Perhaps there is another
> solution if you give more specifics about the problem.
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] virtual hosts runnig on different ports

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
If you are starting/stopping the individual virtual servers in IPlanet
then those are "Instances" and not "Virtual Hosts". Each Iplanet instance
runs it's own ns-httpd daemon so to provide this "start/stop" feature in
apache you'll need to use multiple apache httpd daemons and start them
using the -f or -d option pointing to the individual config files/dir.


On Tue, 24 Oct 2006, sharath reddy wrote:

> Hi
>
> Thanks Joshua, At present we are using iplanet 4 and want to migrate to
> apache. In iplanet we are runnig 3 virtual servers on 3 different ports(same
> ip address and sever name) which can be stopped and started individually, So
> i would like to have the same in apache.
>
>
>
> On 10/23/06, Joshua Slive <jo...@slive.ca> wrote:
> >
> > On 10/23/06, sharath reddy <re...@gmail.com> wrote:
> > > Hi All,
> > >
> > > thanks for response, but I need to run 3 (virtual)hosts on 3 different
> > > ports(same ip address) which can be controlled individually. is there
> > any
> > > solution for this?
> >
> > Yes.  Run three instances of apache.
> >
> > But why do you need this individual control?  Perhaps there is another
> > solution if you give more specifics about the problem.
> >
> > Joshua.
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
>

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] virtual hosts runnig on different ports

Posted by sharath reddy <re...@gmail.com>.
Hi,

Thanks Joshua, John for your replies. I am not fully aware the environment
to tell what's the business case, as i am new here. As far as i know , they
want to have 10 ports and some are running as secure ones and some are
unsecure, and for different applications(so that management will become
easier).

My question is: in the case of multiple insatnces of apache, i wrote
differnt httpd.conf files for different ports(of course, each have unique
port and httpd.pid files), and i just loading httpd multiple times with one
config file for each port.Am I heading in the right direction here?



On 10/24/06, Joshua Slive <jo...@slive.ca> wrote:
>
> On 10/24/06, sharath reddy <re...@gmail.com> wrote:
> > Hi
> >
> > Thanks Joshua, At present we are using iplanet 4 and want to migrate to
> > apache. In iplanet we are runnig 3 virtual servers on 3 different
> ports(same
> > ip address and sever name) which can be stopped and started
> individually, So
> > i would like to have the same in apache.
>
> But WHY?  What is "business case" for stopping and starting them
> individually?  What exactly does it gain in functionality?
>
> As I said, if you really need it, it can be easily accomplished with
> multiple instances (perhaps even sharing a config file).
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] virtual hosts runnig on different ports

Posted by Joshua Slive <jo...@slive.ca>.
On 10/24/06, sharath reddy <re...@gmail.com> wrote:
> Hi
>
> Thanks Joshua, At present we are using iplanet 4 and want to migrate to
> apache. In iplanet we are runnig 3 virtual servers on 3 different ports(same
> ip address and sever name) which can be stopped and started individually, So
> i would like to have the same in apache.

But WHY?  What is "business case" for stopping and starting them
individually?  What exactly does it gain in functionality?

As I said, if you really need it, it can be easily accomplished with
multiple instances (perhaps even sharing a config file).

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org