   
Q:  I am using PHP but my CGI installation is too slooow on my Apache (win32)!
    How to speed it up ?

   
A:  The answer is simple. Use mod_php4 with your installation !

	All you need is PHP4 4.0.0 or above and Apache 1.3.12 installed on your computer.
	You can downolad win32 binaries from PHP4 Site [http://www.php.net/version4/].
	You can download win32 binaries from Apache Site [http://www.apache.org/].
	The simpliest way to install is to download this archive 
		[http://www.geocities.com/ro_marius/mod_php4.zip]
	It contains these files:
		mod_php4.dll mod_php4.conf ; readme.txt

	1) Remove your CGI based PHP configuration.
	2) Put your <php-dir> into your PATH.
	3) Copy mod_ph4.dll in dir <apache_dir>\modules
	4) Copy mod_php4.conf in dir <apache_dir>\conf
	5) Copy msvcrt.dll in dir <apache_dir>
	6) Edit <apache_dir>\conf\srm.conf and add this line at the end of file:

		Include conf/mod_php4.conf

	7) Restart your computer and all your files named .php3 .php4 .php will be passed to PHP
 