RE: [PHP-INSTALL] Trying to set up a test server on my localhost

2007-06-20 Thread Paul Blondé
Actually, I got it working with both. They are identical files. I had to drop the C: and just go with /PHP5/php5apache2.dll or /PHP5/php5apache2_2.dll, and then when I tested it from the console I got no error message, so I killed the console session and started it as a service and everything work

Re: [PHP-INSTALL] Trying to set up a test server on my localhost

2007-06-20 Thread Janet Valade
Paul Blondé wrote: OK so I installed Apache2.2.4 and it worked fine, then I unpacked the Win32 executable (not MSI installer) to C:\PHP5 and put this in my httpd.conf: LoadModule php5_module "c:/php5/php5apache2.dll" For one thing, the name when using Apache 2.2 is php5apache2_2.dll. Janet

[PHP-INSTALL] Trying to set up a test server on my localhost

2007-06-20 Thread Paul Blondé
OK so I installed Apache2.2.4 and it worked fine, then I unpacked the Win32 executable (not MSI installer) to C:\PHP5 and put this in my httpd.conf: LoadModule php5_module "c:/php5/php5apache2.dll" and lower down: AddType application/x-httpd-php .php I've tried it without the quotes, I'