It is possible we have a structure like that:

/www/online/<site 1 - n>
  /conf
    httpd.conf
      File that contains the site specific setup for apache
    ...
  /bin
    start.sh
      Script that calls the apache that we want to use for 
      this site with the site specific httpd.conf

/usr/local/apache-1.3.24
/usr/local/apache-<version>


This way we can have several instances of apache in several
version on one machine and it is quite easy to switch the 
apache version for a given site. (unless it's a different 
major version)

Although this is for linux/unix I hope you get the idea 
how to apply this to windows. (It works the same way, but 
the last time I did this for windows is 3 nearly years ago)

> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 10. Juli 2002 16:43
> An: Tomcat Users List
> Betreff: RE: Virtual Hosts Question
>  
> What do you think about running two separate version of 
> Apache, one for the
> 3.2.1 stuff and one for the 4.0.3 stuff?
> 
> Is it possible to set up two on the same machine, I've never 
> attempted it before.
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to