You can run apache using Virtual host or htaccess, supported versions of Apache is 2.2.x and 2.4.x
Apache must run in "prefork" mode instead of "threaded" mode - the reason for this is because some of the libraries that PHP extensions use might not be thread-safe.