This is a discussion on Re: Apache 1.3x and 2.0x Coexist ? within the Linux Web Servers forums, part of the Web Server and Related Forums category; You should be able to run Apache 1 on one vhost and 2 on another, but you need 2 IP'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
You should be able to run Apache 1 on one vhost and 2 on another, but you
need 2 IP's then and set listen to Listen 12.23.34.45:80 and Listen 45.34.23.12:80 in the other httpd.conf... Otherwise, just run them on different ports... Might be intrested in the ProxyPass directive as well... -- // DvDmanDT MSN: dvdmandt@hotmail.com Mail: dvdmandt@telia.com "Saskia" <welton_saskia@hotmail.com> skrev i meddelandet news:bij17t$kad$1@news.freedom2surf.net... > Is it possible for both versions of Apache with mod_perl to coexist and > operate quite happily eg different virtual host or port ? > > If it is how would I operate the separate conf files ? > > Many thanks > > Bob > > |
|
|||
|
Thanks,
How would you set them to use separate conf files ? "DvDmanDT" <dvdmandt@telia.com> wrote in message news:Qoi3b.21498$mU6.37954@newsb.telia.net... > You should be able to run Apache 1 on one vhost and 2 on another, but you > need 2 IP's then and set listen to > Listen 12.23.34.45:80 > and > Listen 45.34.23.12:80 > in the other httpd.conf... > > Otherwise, just run them on different ports... Might be intrested in the > ProxyPass directive as well... > > -- > // DvDmanDT > MSN: dvdmandt@hotmail.com > Mail: dvdmandt@telia.com > "Saskia" <welton_saskia@hotmail.com> skrev i meddelandet > news:bij17t$kad$1@news.freedom2surf.net... > > Is it possible for both versions of Apache with mod_perl to coexist and > > operate quite happily eg different virtual host or port ? > > > > If it is how would I operate the separate conf files ? > > > > Many thanks > > > > Bob > > > > > > |
|
|||
|
They would if you install then in different dirs... There's also a parameter
that sets this, but I'm not sure which one... I run windows and Apache 1.3 at C:/Apache, Apache2 at C:/Apache2... They both can run at the same time... To access the Apache2 server, me/my visitors go to /alt/ on 1.3 which forwards the request to the 2.0 server on some other port (no idea which one right now)... PHPerl (sourceforge: phperl2.sf.net I think) uses the parameters to load different configs for different 'sites'... -- // DvDmanDT MSN: dvdmandt@hotmail.com Mail: dvdmandt@telia.com "Saskia" <welton_saskia@hotmail.com> skrev i meddelandet news:bikc5p$5qi$1@news.freedom2surf.net... > Thanks, > > How would you set them to use separate conf files ? > > > "DvDmanDT" <dvdmandt@telia.com> wrote in message > news:Qoi3b.21498$mU6.37954@newsb.telia.net... > > You should be able to run Apache 1 on one vhost and 2 on another, but you > > need 2 IP's then and set listen to > > Listen 12.23.34.45:80 > > and > > Listen 45.34.23.12:80 > > in the other httpd.conf... > > > > Otherwise, just run them on different ports... Might be intrested in the > > ProxyPass directive as well... > > > > -- > > // DvDmanDT > > MSN: dvdmandt@hotmail.com > > Mail: dvdmandt@telia.com > > "Saskia" <welton_saskia@hotmail.com> skrev i meddelandet > > news:bij17t$kad$1@news.freedom2surf.net... > > > Is it possible for both versions of Apache with mod_perl to coexist and > > > operate quite happily eg different virtual host or port ? > > > > > > If it is how would I operate the separate conf files ? > > > > > > Many thanks > > > > > > Bob > > > > > > > > > > > > |