Quantcast
Channel: Matt's Technology Blog » Apache
Browsing all 9 articles
Browse latest View live

Auto Update Script for MiniMyth

This script will download the newest version of MiniMyth and update your tftp directory. It first downloads the version file and compares that version number to the current install version of MiniMyth...

View Article



Installing the git, cgit web interface on a Fedora

cgit is fast web interface for the git. cgit has built a cache and is compiled in c so it’s very quick. To start out, download the current version of cgit via git git clone...

View Article

Setting up CGIT to show root directories only

CGIT is a nice, quick, and easy way of displaying git repositories. After much fighting I figured out how to allow CGIT to display URLs such as http://code.example.com/repository.git (the git is...

View Article

Installing WordPress on Nginx

I, like most people, started out by using Apache and really didn’t see anything wrong with it.  It’s relatively easy to setup, it’s used by most sites so support is a snap and a default and it’s...

View Article

MediaWiki Installed on a Nginx Server

Here is my quick guide to use MediaWiki on a Nginx server using php-fpm. There are many ways of doing this. I like pretty url’s, so this configuration will remove the index.php from the url. This is...

View Article


Gallery3 Installed on a Nginx Server

A few months ago I converted my web cluster from Apache to Nginx. Initially I was only concerned with my WordPress sites as they get, by far the most traffic. Their conversion went well, with only very...

View Article

Trac Installed on a Nginx Server

Over the last few weeks I have been converting all my different sites from Apache to Nginx. The nice part of this plan is as I move on from system to system, each change over get’s easier then the...

View Article

WordPress Correct File Permissions

To lock down the permissions on your WordPress install, from inside the WordPress site directory, run the below commands. chown -R root:root . chown -R nginx:nginx wp-content wp-admin/update.php...

View Article


cgit Installed on a Ubuntu Nginx Server

Installing spawn-fcgi To start out with, we need to install the Nginx and the other dependencies. apt-get install nginx fcgiwrap git Ok, here we go, lets start out by creating a place to play with...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images