Well, I worked with PHP 4.1.x and Apache 2.0.x, on Windows 2000 Professional. I got a web aplication developed on this plataform, but all with PHP as a GCI. Now I want to work with PHP as "Apache Module", I tried all the instruction in "install.txt", but my Apache2 webwerver doesn't start.
The three lines: (1) LoadModule php4_module modules/php4apache2.dll (2) AddModule mod_php4.c (3) AddType application/x-httpd-php .php Doesn't work, I tried only with lines (1) and (3) too. But nothing happened. Please Helpme. Thanks.