Friday January 18, 2008 11:42 AM
The 5 D's
Starting next week Lissy and I will be playing in a Dodgeball league. After 4 years, this site finally has some dodgeball related news. We are trying to settle on a team name. Our team colour is orange, so I'm pushing for 'Ginger Balls'. I'll let you know how that works out.
Friday January 4, 2008 10:43 AM
Installing Apache with mod_ssl and PHP
Download:
Apache 1.3.x
OpenSSL
mod_ssl
PHP

# cd openssl-0.9.8g
# ./config
# make
# cd ../mod_ssl-2.8.30-1.3.39
# ./configure --with-apache=../apache_1.3.39 --with-ssl=../openssl-0.9.8g --prefix=/usr/local/apache
# cd ../php-5.2.5
# ./configure --with-apache=../apache_1.3.39
# make
# make install
# ./configure --enable-module=ssl --prefix=/usr/local/apache --activate-module=src/modules/php5/libphp5.a
# make
# make certificate
# make install
Varsity Dodgeball