Hi,
I was hoping somebody could shed some light on my problem?
Firstly I bet you all have answered this question a thousand times but please help 🙂 I thank u for your time and patience in advance.
Im using XP Pro and running Apache 1.3.X and im trying to install php4.
This is where im at ....Ive copied all the dlls to the %systemroot%>System32 from the dll folder in php4.
Ive also copied php4apache.dll to system32 folder.
Ive change the php.ini-dist to php.ini and copied it to the system32 directory aswell.
following this I edit the httpd file like so
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Example:
LoadModule foo_module modules/mod_foo.so
#
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule status_module modules/mod_status.so
#LoadModule info_module modules/mod_info.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule rewrite_module modules/mod_rewrite.so
#LoadModule anon_auth_module modules/mod_auth_anon.so
#LoadModule dbm_auth_module modules/mod_auth_dbm.so
#LoadModule digest_auth_module modules/mod_auth_digest.so
#LoadModule digest_module modules/mod_digest.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule headers_module modules/mod_headers.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule unique_id_module modules/mod_unique_id.so
#ADDED BY CRAZYDIP
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .phtml
#
Reconstruction of the complete module list from all available modules
(static and shared ones) to achieve correct module execution order.
#
The modules listed below, without a corresponding LoadModule directive,
are static bound into the standard Apache binary distribution for Windows.
#
Note: The order in which modules are loaded is important. Don't change
the order below without expert advice.
#
[WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE, UPDATE THIS TOO!]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
now what do I do to see that ive installed php4 corectly what should I see and what command do I issue to start php.
Please help
thank u in advance.
Crazydip
.:Hungry for help:.