Archive for November, 2007

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 ...