Apache 2.0.53 Released, Fixes 2 Security Problems 32
CGIsecurity.com writes "Two security issues have been addressed in Apache's 2.0.53 build. The entire Apache announcement can be found here."
Every nonzero finite dimensional inner product space has an orthonormal basis. It makes sense, when you don't think about it.
From the changelog: (Score:5, Informative)
Re:Go Troll, go! (Score:3, Funny)
An Anonymous Coward on Slashdot talking about trolling has posted an anonymized tinyurl link supposedly linking to some study about IIS being better than Apache. Hmmm... Sounds reasonable. *click*
Warning
You have followed a TinyURL that goes to an image with distasteful nudity.
If you still wish to continue to that site, please follow this link:
http://www.redcoat.net/pics/tubgirl.jpg [redcoat.net]
Hmmm... Distasteful nudity? It must be some mistake. I am l
Re:Go Troll, go! (Score:2)
is it time for 2.0.x over 1.3.x? (Score:2)
Re:is it time for 2.0.x over 1.3.x? (Score:5, Informative)
Re:is it time for 2.0.x over 1.3.x? (Score:3, Informative)
Re:is it time for 2.0.x over 1.3.x? (Score:3, Informative)
The answer is...
It depends.
What are you going to do with it? What modules are you going to run? Have the modules been ported from Apache 1.3 to Apache 2.x yet? Are you going to use mod_perl? Unix or NT?
If you're looking at a PHP/Apache solution, ignore the "PHP doesn't work with Apache 2" screaming; most times it's only half right. If you want to run PHP on Apache 2, make sure you use the Prefork model instead of threads. The problem PHP has is most of the add-on libraries aren't thread-safe - the prefor
Re:is it time for 2.0.x over 1.3.x? (Score:2)
That FUD you hear about Apache2 not working with PHP is just that, FUD. The only problem lies with the worker multi-process module (and it's because PHP was coded in a braindead fashion--it's not Apache's fault). Use the prefork MPM instead and you'll be fine. Also, from what I understand, PHP5 has resolved those issues.
Re:is it time for 2.0.x over 1.3.x? (Score:4, Informative)
You can run PHP4 just fine on Apache 2. The problem is NOT, as you say, directly with PHP, but with the libraries that are typically linked/compiled in when building PHP (mcrypt, imap, mysql, etc) that are not multi-thread safe. PHP will have the same problems (though it will run just fine with the prefork MPM) until the module authors get the code cleaned up, or you'll end up building a barebones PHP interpreter.
The 1.3 series is multi-process, which doesn't work terribly well on Windows. Apache2 brings far better Windows support, but either should run just fine on a Linux machine. Use whichever you're more familiar with.
Re:is it time for 2.0.x over 1.3.x? (Score:2)
Re:is it time for 2.0.x over 1.3.x? (Score:5, Informative)
Re:is it time for 2.0.x over 1.3.x? (Score:2)
Thanks for the info, everyone.
Re:is it time for 2.0.x over 1.3.x? (Score:2)
You'd need to use mod_python if you were intending fiddling with the apache internals, though, but for simple web apps, mod_fastcgi works great.
Re:is it time for 2.0.x over 1.3.x? (Score:2)
Re:is it time for 2.0.x over 1.3.x? (Score:2)
Re:is it time for 2.0.x over 1.3.x? (Score:2, Informative)
Ebuild? (Score:1)
Why Don't Slashdotters Have more interest (Score:2)