Archive for June, 2007

Configuring MCrypt Support For Mod_PHP

MCrypt is a replacement for older crypt() package and crypt(1) command with extensions. It allows developers encryption functions, specifically allowing users to encrypt files or data streams.

Configuring MCrypt support for Mod_PHP can be a pain so hopefully this article will help!
[...]

Quick and Dirty How To Write an Init Script

Often times you may have an application that needs to be boot strapped or started automatically via an Init script. Below is a quick and dirty sample Init script to help you get on your way. Also the the article will cover chkconfig options to start the script at the correct run level.
[...]