July 11, 2011
About Apache License at Google

Although all Chris DiBona’s interview at derstandard.at is interesting, I’d like to point to this fragment:

derStandard.at: Why did you choose the Apache license as a default?

Chris DiBona: We really like it, it has a couple of things which make it very modern. Obviously you are getting a copyright grant, you are free to use and modify the software - like with all open source licenses. But it also says for any patents that we have in relation to that software we are giving you a license free of charge, and your users can too. The only exception is, if you sue us - well you don’t have that grant anymore. If you don’t - it’s yours, you don’t have to worry about us sneaking up on you later.

That’s a very good reason to use the Apache License (version 2.0) over MIT or BSD licenses.

May 28, 2011
"Install Apache with your web application running under mod_php, mod_perl or some other persistence engine for your language. Then you get famous and start getting emails about people not being able to access your website."

From How to handle 1000′s of concurrent users on a 360MB VPS.

Seriously, Apache + mod_php (and probably MySQL) is the easier way to start serving web pages, but it is also the easier way to start having problems when your server is under some load.

Some customers ask us stuff like how many web sites can I host in a 512MB RAM VPS?, as if there was a simple answer for that. But, actually… there is a simple answer: if you’re asking that question, probably none.

I’ve seen so many times people blaming Wordpress, Dokeos, Magento, etc, when the problem is Apache. Oh, I know… it isn’t Apache but the system administrator behind it, but there should be some amount of responsibility when correctly configuring Apache seems to be so complicated…

March 20, 2011
"PowerStack is a repository that allows you to run the latest LAMP versions in your Enterprise Linux. Currently both CentOS and RHEL are supported (i686 and x86_64)."

From PowerStack site.

This is a brand new repository providing an up to date LAMP experience in your RHEL and CentOS based servers. Basically you can enjoy the long time support and API/ABI stability provided by Red Hat rock solid operative system, and at the same time have access to the cutting edge of the LAMP platform thanks to a trusted third party repository.

All the magic involved in the package creation is open source (there’s a git repo with patches and specs), and it’s now in my list of essentials for CentOS, read: EPEL, DAG, PGRPMS and Remi.

I must say that Remi is providing some of the LAMP stack components for some time (and I love Remi’s work, I’m enjoying some of his packages for Fedora 14, such as Firefox 4), but this PowerStack repository it’s specifically focused on enterprise server environment (they’re supposed to be very picky with the dependencies, which is good in a server!).

May 4, 2010
"Apache Subversion is a widely-used versioning control system. The project was initated at CollabNet in 2000 and was accepted into the Apache Incubator in 2009; many of the people who founded Subversion also actively contribute to various initiatives at the ASF."

From The Apache Software Foundation Announces New Top-Level Projects.

Check it yourself: Apache Subversion.

I’m using GIT for a couple of personal projects, and I’ve used Bazaar in the past; but I still need Subversion from time to time. I mean, Apache Subversion.

by jjm on 10:05pm  |   URL: http://tmblr.co/ZPorZyY4j6X
(View comments  
Filed under: SVN Subversion Apache SCM 
February 23, 2010
"The ASF’s [Apache Software Foundation] first project became the world’s most popular Web server software within the first six months of its inception. The Apache HTTP Server today powers nearly 112 million Websites world-wide."

From The Apache Software Foundation Announces the 15th Anniversary of the Apache HTTP Web Server.

I’ve been using personally Apache (a patchy) server for almost 7 years, and recently I moved to another product, just to learn new things and because the Apache support of my outdated distro was over. The best part of this is it wasn’t Apache’s fault, and I know I can go back to use it anytime because it keeps rocking!

Happy birthday Apache!

by jjm on 3:09pm  |   URL: http://tmblr.co/ZPorZyOGxu4
(View comments