Hi,
I am trying to upgrade from php3 to php4, I recompiled apache_1.3.20 and php4.0.6 as 
per instructions(http://www.php.net/manual/en/install.apache.php).

Everything seemed ok, but LoadModule in the httpd.conf was no longer recognized so I # 
all the LoadModule and AddModule lines. httpd -l shows mod_php4.c in the list.

However, I was using this before:
<Directory "/dir/to/enable/php">
php3_engine on
</Directory>

What do I use now? I tried just engine on, but httpd complains:
Invalid command 'engine', perhaps mis-spelled or defined by a module not included in 
the server configuration

Thanks for any help.

Reply via email to