Hello, I seem to be having some terrible problems with my PHP 4 install on Windows 98 running Apache 1.3.19. I am trying run the .dll and not the executable. Below is snippets from my configuration file for apache. I have followed all the steps and checked them about fifty times, read postings on the php.net site, tried that stuff as well and my scripts will not be executed. Apache is loading the php4apache.dll and the php4ts.dll when its running, as I was able to delete them before starting it as well as after but while running I got the usual "In Use" error. After completing the install steps, and restarting the server, it reads "PHP 4.1.1 running". The php.ini is in my windows dir. So everything seems to be fine except the scripts will not get interpreted.
Any help/suggestions, would be much appreciated. Thank you ----------------------------------------------- -Here is the LoadModule line ########################################################## LoadModule php4_module c:/php/sapi/php4apache.dll ######################################################### -Here is the line for AddType # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php