Sample Apache configuration: ServerName tomtracker.tomclegg.net ServerAlias tomtracker.tomclegg.net DocumentRoot /home/tomtracker/public_html SetEnv DBHOST localhost SetEnv DBUSER tomtracker SetEnv DBPASS KeyLqR9S5nI9ofTUGCLxVF0 SetEnv DBNAME tomtracker Sample MySQL configuration: create database tomtracker; grant all privileges on tomtracker.* to tomtracker@localhost identified by 'KeyLqR9S5nI9ofTUGCLxVF0';