Table of Contents
Install mysql, php4 and apache so they "play nice"
by Mark Schonbach (marks AT markbach PERIOD C0M) version 1.0.4, Last Update 9/20/00
get, untar mysql in /usr/local
ln -s mysql-version mysql
./configure
make
make install
scripts/mysql_install_db
/usr/local/mysql/bin/safe_mysqld &
get, untar php4, and apache in /usr/local
ln -s apache_version apache
ln -s php-version php
cd apache
./configure --prefix=/usr/local/apache
cd ../php
./configure --with-mysql --with-apache=../apache --enable-track-vars
make
make install
cd ../apache
./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a
make
make install
cd ../php
cp php.ini-dist /usr/local/lib/php4.ini
cp php.ini-dist /usr/local/lib/php.ini
in httpd.conf:
DocumentIndex index.pl index.cgi index.php4 index.php index.shtml index.html index.htm
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php

Meetings
Discussion
Photo Gallery
Officers Only
About the Wiki
State of the Kernel
Projects
Server Usage Policy
Current Articles
These are presentations from the 2008-2009 academic year.
Past Articles
These are presentations by past LUG members.
Wikipedia (ppt)
VIM Text Editor
Love Thy Prompt
Introduction to Python
Manual Email
Using SSH Tunneling
Hacking Wireless Networks
Virtualization and Emulation
Dual-Monitor ATI xorg.conf
1-to-1 NAT + firewall
Bridging Firewall
Hacked iOpener
MP3 Jukebox
Installing Apache/PHP/mysql
PPP Connection to UDel
Stopping Junk Email
Wiki Login
This is only required if you live off campus or have extended access granted.