This is the beauty of open source. Apache 1.3 is still widely used, and many products are still based on it. If the Apache Foundation no longer wants to maintain it, others are free to pick it up and carry on. I wouldn't be surprised if this happened sooner rather than later.
But it's their time to spend as they want. There are people working on a new port of Firefox to Mac OS 9 (Classilla). That's an operating system that hasn't been updated in 10 years. But if people are having fun doing this, that's great. If the product was closed source, there would simply be no option.
Well seeing as how they decided to not support non-native G3/G4 Macs for OS/X, we had $4,000(actual value at the time, not the price we paid retail) of beige Macs suddenly worth $0; when Mozilla/Firefox stopped supporting them as well, we couldn't even give the things away though they ran faster than some of the native G3/G4 machines we had. I tossed the last one of them onto the curb last year after I couldn't find a decent Linux distro or otherwise for it.
Not exactly, one fundamental advantage is that it used Pascal strings mostly, avoiding the problems of C strings. I once read a old Slashdot comment on the security advantages, and it made me even more sad about the failure of the Copland project, which would have been probably much more secure than Mac OS X ended up being.
Good point, Pascal strings are more secure. But on the other hand the lack of protected memory and multiuser security model are less secure. I guess advantage may still be with the pascal strings, but I'm not sure.
The reason specifically mentioned in the article for Mac OS 9 being more secure was the lack of remote (or local) shell access which is what I was thinking of as a major liability for end users, at least for me.
Yes, the "beauty of open source" is that people waste time and energy on an obsolete product. Reminds me of Microsoft.
From Webster's, "obsolete": 1 a : no longer in use or no longer useful b : of a kind or style no longer current : old-fashioned
Whilst Apache 1.3 may very well fit the second definition, it certainly doesn't fit the first. It it still useful for a great many people, particularly those who serve static content for a single domain. They have no use for virtual directories and multiple domain hosting, or many of the Apache 2 features that have caused so much bloat and resource consumption.
Whilst Apache 1.3 may very well fit the second definition, it certainly doesn't fit the first. It it still useful for a great many people, particularly those who serve static content for a single domain. They have no use for virtual directories and multiple domain hosting
I've been using vhosts and multiple domain hosting on 1.3 for the past 10 years or so.
Yes, the "beauty of open source" is that people waste time and energy on an obsolete product
That's not what "obsolete" means. Fact is that httpd 1.3 does more than everything we need in less memory than any 2.X version. It also has had less than half the security vulnerabilities of the 2.X branch. Over the past 8 years that secure code base has saved something like one engineer-month (~$10K) in upgrades alone. But then I'm lazy, and happy to have better things to do than upgrade software for no good reason.
Unfortunately, NIH syndrome is endemic to software engineering. As a result we get stuc
"Laugh while you can, monkey-boy."
-- Dr. Emilio Lizardo
Open Source (Score:4, Interesting)
This is the beauty of open source. Apache 1.3 is still widely used, and many products are still based on it. If the Apache Foundation no longer wants to maintain it, others are free to pick it up and carry on. I wouldn't be surprised if this happened sooner rather than later.
Re:Open Source (Score:4, Funny)
Yes, the "beauty of open source" is that people waste time and energy on an obsolete product. Reminds me of Microsoft.
Re:Open Source (Score:4, Insightful)
But it's their time to spend as they want. There are people working on a new port of Firefox to Mac OS 9 (Classilla). That's an operating system that hasn't been updated in 10 years. But if people are having fun doing this, that's great. If the product was closed source, there would simply be no option.
Re: (Score:2)
Wow, I can't believe there are people still using Mac OS 9. It was better than Windows 98, but that's about all it has going for it these days.
Re: (Score:0)
Re: (Score:2, Interesting)
Re: (Score:2)
That's true, but its security comes from its limitations. Doesn't really explain why anyone would want to run Firefox on it though.
Re: (Score:3, Funny)
HTML5 Porn.
Re: (Score:2, Interesting)
Re: (Score:2)
Good point, Pascal strings are more secure. But on the other hand the lack of protected memory and multiuser security model are less secure. I guess advantage may still be with the pascal strings, but I'm not sure.
The reason specifically mentioned in the article for Mac OS 9 being more secure was the lack of remote (or local) shell access which is what I was thinking of as a major liability for end users, at least for me.
Re: (Score:1)
But on the other hand the lack of protected memory and multiuser security model are less secure.
And Copland would have added support for this while preserving the security advantages that classic Mac OS had, which why it is sad that it filed
Re: (Score:0)
What? OS9 doesn't even have any sort of per-process memory protection. The only way it could possibly be considered secure is through obscurity.
Re: (Score:1)
Yes, the "beauty of open source" is that people waste time and energy on an obsolete product. Reminds me of Microsoft.
From Webster's, "obsolete": 1 a : no longer in use or no longer useful b : of a kind or style no longer current : old-fashioned
Whilst Apache 1.3 may very well fit the second definition, it certainly doesn't fit the first. It it still useful for a great many people, particularly those who serve static content for a single domain. They have no use for virtual directories and multiple domain hosting, or many of the Apache 2 features that have caused so much bloat and resource consumption.
I dare say that L
Re: (Score:2)
Whilst Apache 1.3 may very well fit the second definition, it certainly doesn't fit the first. It it still useful for a great many people, particularly those who serve static content for a single domain. They have no use for virtual directories and multiple domain hosting
I've been using vhosts and multiple domain hosting on 1.3 for the past 10 years or so.
Re: (Score:2)
Yes, the "beauty of open source" is that people waste time and energy on an obsolete product
That's not what "obsolete" means. Fact is that httpd 1.3 does more than everything we need in less memory than any 2.X version. It also has had less than half the security vulnerabilities of the 2.X branch. Over the past 8 years that secure code base has saved something like one engineer-month (~$10K) in upgrades alone. But then I'm lazy, and happy to have better things to do than upgrade software for no good reason.
Unfortunately, NIH syndrome is endemic to software engineering. As a result we get stuc