run the phpinfo() function. it will tell everything about your php environment. As a module, php is loaded into ram when the server is started and is always running. As CGI, php is only run when a specific page requests it. Module is faster but many host use CGI supposedly for security purposes.