SMF and MediaWiki Bridge
Tuesday, February 12th, 2008 Posted in Apache, Linux | 2 Comments »After testing out both bridges currently available for SMF and MediaWiki I decided to write my own. Let me first go through what I liked and didn't like about the existing bridges.
Patching Apache’s Suexec Module Improved
Saturday, January 5th, 2008 Posted in Apache, Linux | No Comments »This tutorial improves on my last tutorial Patching Apache's Suexec Module by adding in alternate docroots and a trusted uid/gid to check when the uid/gid mismatch. This is an added security measure over just ignoring the uid/gid check or using ...
Patching Apache’s Suexec Module
Friday, November 30th, 2007 Posted in Apache, Linux | 1 Comment »Apache's suexec module is useful for running CGI and SSI scripts as a defined user. However all scripts must be located under the compiled in docroot and the uid/gid of the user running the script must match the script's uid/gid. ...
Virtual Web Site Hosting
Sunday, November 4th, 2007 Posted in Apache, Linux | 1 Comment »A common practice is to use one apache server to host websites for multiple domain names. Apache supports virtual servers out of the box making this easy to setup. This tutorial is based on Fedora Core 5, but should apply ...
Reverse Proxy Apache 2
Friday, October 13th, 2006 Posted in Apache, Linux | No Comments »There is a good amount of information on setting up a reverse proxy with apache. One of the better articles I came across was on Apache Week. The downfall to these articles is that most reference ProxyHTMLURLMap, part of the ...
Setting up SSL with Apache 2
Friday, October 13th, 2006 Posted in Apache, Linux | No Comments »I'm going to assume you have a working install of Apache 2. I've based this off Fedora Core 5, however it should apply to most distros. Lets get started installing the ssl module.