I get garbage that looks like code when I go to the phpGroupWare URL

This is often because you have php3 installed, which does not map .php to the PHP engine. For PHP3:
AddType             application/x-httpd-php3 .php3 .php
			
For PHP4:
AddType             application/x-httpd-php .php3 .php