Anon
12-28-2000, 04:44 PM
Hello,
I've installed apache 1.3.14 and php 4.0.4 on a windows box running windows 98. php is set up as a module on Apache. I've followed the instructions given with the dist ie:
1. Stop the Apache Webserver.
Edit the httpd.conf and put in these lines, modified to your environment:
2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file!
# for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
3. Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and
edit the php.ini to fit your needs.
4. Restart the Apache server.
Apache registers php 4.0.4 as running but does not execute any php embedded in the html. When I view source via the browser the embedded php is visible.
How can I rectify this?
I've installed apache 1.3.14 and php 4.0.4 on a windows box running windows 98. php is set up as a module on Apache. I've followed the instructions given with the dist ie:
1. Stop the Apache Webserver.
Edit the httpd.conf and put in these lines, modified to your environment:
2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file!
# for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
3. Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and
edit the php.ini to fit your needs.
4. Restart the Apache server.
Apache registers php 4.0.4 as running but does not execute any php embedded in the html. When I view source via the browser the embedded php is visible.
How can I rectify this?