Tagged: Apache

Create a Self-Signed Certificate for Apache SSL on CentOS

A self-signed certificate can be used for many things, but in this case it is to provide HTTP over SSL from Apache, HTTPS. In many cases a CA signed certificate is not required –...

Moving WordPress’ /wp-content/uploads out of your DocumentRoot

Why might you want to move your /wp-content/uploads folder out of your DocumentRoot? In my case, I use DropBox to sync files between my desktop and my laptop for doing development – no matter...

phpMyAdmin + CentOS + Apache Worker MPM

After installing phpMyAdmin I kept getting the above error which reads: The mysqli extension is missing. Please check your PHP configuration. <a href=”Documentation.html#faqmysql” target=”documentation”><img src=”themes/dot.gif” title=”Documentation” alt=”Documentation” /></a> I had run “yum install php-mysqli” with success,...

Trac 0.12.3 + MySQL + Apache + Subversion on CentOS 5.5

The documentation for Trac is decent, but it isn’t super clear what to do, especially if you aren’t familiar with python. Some quick random info: For this example we are going to be hosting...

Memcached with MAMP 2.0.5 and Brew

Requires that you have brew installed which is pretty easy, info here, but run: We ultimately want to install memcached-php, and since libmemcached and memcached are both dependencies for it we can get them...