Apache 2.0.54 Released 25
yoyhed writes "Apache 2.0.54 was released today, and is principally a bug fix release. Here's the official announcement, changelog, and download link."
The truth of a proposition has nothing to do with its credibility. And vice versa.
Apache 2 and PHP (Score:5, Informative)
A: Yes, but only if you use the (default) Apache prefork module with PHP. Some libraries used by PHP are not thread-safe, so you cannot use the multiple thread model.
For details on using Apache 2 and php see my FAQ at http://dan.drydog.com/apache2php.html
Re:Apache 2 and PHP (Score:1)
Re:Apache 2 and PHP (Score:2)
Re:Apache 2 and PHP (Score:5, Interesting)
A better solution IMO is to use FastCGI; mod_fastcgi is thread safe, and it seperates PHP (and pretty much any other language) from the webserver so you can't make the webserver blow up with a badly written script, as well as using fewer resources since there's no need for a 1:1 mapping between webserver processes and PHP processes. You can even host your PHP on a seperate machine, or a cluster of them, without having to manage webservers on them all.
Re:Apache 2 and PHP (Score:2)
Has anyone done any benchmarks I've missed that show apache-httpd is actually faster using threads, for real platforms? Yes, I realise win32 requires them ... I don't care.
Re:Apache 2 and PHP (Score:1, Informative)
--Martiner
Re:Apache 2 and PHP (Score:2)
Re:Apache 2 and PHP (Score:5, Informative)
There's no need for #! lines in your
Not necessarily the simplest or most sensible setup for small sites/development, but it works well in more loaded setups.
Re:Apache 2 and PHP (Score:2)
Re:Apache 2 and PHP (Score:2)
Re:Least Commented Story (Score:5, Funny)
"This version of Apache is principally a bug fix release.
:)
This release is compatible with modules compiled for 2.0.42 and later versions.
We consider this release to be the best version of Apache available and encourage users of all prior versions to upgrade." Just finished upgrading
Re:Least Commented Story (Score:2, Insightful)
Interesting Snippets from the Changelog (Score:3, Insightful)
- Add a build script to create a Solaris package.
- (null)
- (null!)
(Changelog [apache.org])
Well, at least Apache now supports Open Solaris!