Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Running multiple versions. (2.0.4 & 2.2.6) |
|
Author |
|
CameronY
Joined: 16 Nov 2006 Posts: 13 Location: Brisbane, Australia
|
Posted: Wed 05 Dec '07 3:25 Post subject: Running multiple versions. (2.0.4 & 2.2.6) |
|
|
Hi all,
Has been a while since I've been, so I'm happy to see that the Apache Lounge is still up and running.
Have a question regarding the possibility of running multiple versions of Apache on the same server.
On one of our servers (W8), we've been running Apache 2.0.4 and has been as solid as a rock - not having to touch it since it's installation. And the application runs out of C:\Program Files\Apache Group\Apache2. The only noticible difference is that the NT Service name is called "NtHols_ABCD".
With the above in mind, would it be possible to install Apache 2.2.6 to run out of C:\Program Files\Apache Group\Apache2.2.6 and have a NT Service name of "Apache2.2.6" ??
I'd like to be able to avoid even suggesting upgrading 2.0.4 to the customer as that instance has a HUGE number of virtual hosts and I'd prefer not to touch what isn't broken.
Cheers,
Cameron |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 05 Dec '07 4:41 Post subject: |
|
|
Yes, but they cannot both be on port 80.
2.0.4? surprised they're not "owned"
I had no problem going from 2.0.x to 2.2.x. Not like going from 1.3 to 2.x.
There is no difference in configuring the two really, 2.2.6 is backward compatible. I can switch from 2.0.61 to 2.2.6 on the fly using all the same conf files that my vhosts are in. Each one has it's own seperate httpd.conf file but those "include" the same vhost files (I have a few). |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Thu 06 Dec '07 19:18 Post subject: |
|
|
"2.0.4? surprised they're not "owned""
bad taste, my apologies
There are a few remote code execution vulnerabilities in prior versions. |
|
Back to top |
|
CameronY
Joined: 16 Nov 2006 Posts: 13 Location: Brisbane, Australia
|
Posted: Fri 07 Dec '07 0:54 Post subject: |
|
|
Hi glsmith - no need to apologise; any voiced opinion is appreciated.
True, there are a number of security enhancements/bug fixes since 2.0.4.
I had upgraded another server to 2.2.4 some time ago and was relatively easy, took about a week (on and off) to plan, prepare, test and do the cut-over. But that server had all of four vhosts.
The current server with 2.0.4 has over sixty - and the customer isn't interested in getting the upgrade done (the adage of "why fix when it's not broke"). Which is kinda good for me - the resulting vhosts.conf would be a challenge to do. My thoughts were that if it were to be done that I'd move the virtual hosts into the vhosts.conf.
You mention that they cannot be both on port-80.
What port is "generally" used as an alternate port in light if the context of this thread ?
Cheers,
Cameron |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 07 Dec '07 1:14 Post subject: |
|
|
I've seen a number of them used, 81, 85, 88, 8000, 8080
Only thing I will say about 8000 is that is the default port for ShoutCast Radio so I've always suggested not to use it. My company blocked 8000 for that reason (never got a reason why).
I understand "not broke why fix", but I think a case could be made that when it does need to be fixed, the "broken" could be in the form of embarrassing and/or malicious defaced websites. Apache by default runs as System, this leaves a lot of room for the wicked to work with. |
|
Back to top |
|
CameronY
Joined: 16 Nov 2006 Posts: 13 Location: Brisbane, Australia
|
Posted: Fri 07 Dec '07 1:21 Post subject: |
|
|
Yep, I hear you.
Shame the customer hasn't (or rather will, but with little regard).
Thanks for the feedback.
Cheers,
Cameron |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 07 Dec '07 2:07 Post subject: |
|
|
You're welcome.
I got to thinking about this on the commute home from work. 2.0.61 is a viable option. That should be install and go, no modification necessary and should add comfort to all. |
|
Back to top |
|
|
|
|
|
|