i using conf, like:
LoadModule php4_module "c:/php/sapi/php4apache.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtm
in can working good with php 4.1.0 with apache 1.3.23 under win2k;
but when with apache 2.0.28, it can not working!
win2k command report:"·þÎñûÓб¨¸æÈκδíÎó¡£
Çë¼üÈë NET HELPMSG 3534 ÒÔ»ñµÃ¸ü¶àµÄ°ïÖú¡£"
i just can make php working as CUI:"
ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php/php.exe"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .phtm
"
What happed?
how can i make php4 working as moudle in Apache 2.0.28 under win2k?
thanx for all