Originally posted by Beejer
I got rid of the Apache error message by going back to v.1.3.26 (27 thru 29 have some kind of bug, at least on Win 9x).
However, I still can't get my pHp script to run. Any ideas?
Thanks.
2x chk whether that apache version works with that php version.
might have 2 upgrade the apache to apache 2.0.46/7.
i downld 'ed the bundle from modperl , both apache 1.x and apache 2.0.4x with modperl 1.x an 1.99 , mad truck load of modules built in , to boot. chk modperl.com for the link its 35mb an un-compress 'es to 100 + mb.
heres how i config'd php 4.3.2 shld be da same 4 yr version, 2.
from my apache2/conf/httpd.conf file:
for php
LoadFile "E:/Apache2/bin/php4ts.dll"
LoadModule php4_module modules/php4apache2.dll
AddType application/x-httpd-php .php
try those steps, and keep me inform'd if it works or not
[end of snippet]
1: copy all of the /php/extensions sub-dir to /windows
2: copy php.ini-recommended file ( in the /php sub-dir) to windows
3: placing both apache/bin and php/bin, php/dlls to path does help if running other progs: 'mysql on windows' etc
place libmnysql.dll [variable] in the $ENV via MyComputer/Properites/Advance/Env-SomName
in variable dialog invent libmysql.dll = path to mysql.lib.opt name-of.dll lib.
4: try running from cmd-prompt 'dos box'
C:>apache - k httpd.conf [auto chks yr apache2/conf/httpd.conf file for errors
if errors they will show up in yr dos box, press ESC button to pause screen dump.
else proceed to run a test page
<? phpinfo();?>
named something.php
shows all mod running in web server.:p