Hi,friends
The PHP module cannot be loaded when using apache-1.3.19 instead of apache-1.3.14 on windows 2000.Here is my apache ration file:
[httpd.conf]
.....
LoadModule php4_module modules/php4apache.dll
.....
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
.....
[srm.conf]
Include conf/mod_php4.conf
[mod_php4.conf]
LoadModule php4_module modules/mod_php4.dll
php_admin_flag log_errors on
php_admin_value error_log logs/mod_php4.log
<FilesMatch ".*\.(php4|php3|php)$">
ForceType application/x-httpd-php
</FilesMatch>
The mod_php4.dll and php4apache.dll are in modules directory.The php4ts.dll is in $(win)/system32 And php.ini is in $(win).
When i start the apache it always report the php4apache.dll cannot be loaded. But using apache-1.3.14 it works fine.
Any suggestion are greatly appreciated.
Regards! zallen@cmmail.com
Long live of freedom!
The PHP module cannot be loaded when using apache-1.3.19 instead of apache-1.3.14 on windows 2000.Here is my apache ration file:
[httpd.conf]
.....
LoadModule php4_module modules/php4apache.dll
.....
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
.....
[srm.conf]
Include conf/mod_php4.conf
[mod_php4.conf]
LoadModule php4_module modules/mod_php4.dll
php_admin_flag log_errors on
php_admin_value error_log logs/mod_php4.log
<FilesMatch ".*\.(php4|php3|php)$">
ForceType application/x-httpd-php
</FilesMatch>
The mod_php4.dll and php4apache.dll are in modules directory.The php4ts.dll is in $(win)/system32 And php.ini is in $(win).
When i start the apache it always report the php4apache.dll cannot be loaded. But using apache-1.3.14 it works fine.
Any suggestion are greatly appreciated.
Regards! zallen@cmmail.com
Long live of freedom!