Mister E
11-04-2002, 11:40 PM
Hello all! My first steps in the greater world of PHP - Apache - MySQL.
I have installed PHP 4.2.3, along with mod_php 4.2.3, and php-common 4.2.3.
I ran a php test script which is supposed to check whether PHP is working properly, and the answer I got was: "no job control"
The reason I ran this test is because Apache (1.3.26) is not sending *.php files to the php engine.
Also, Apache is complaining that it can't load: mod_php.so
I can't really blame Apache for this since mod_php.so is nowheres to be found in my box (Linux, 2.4.18)
At this point, I'm wondering if I couldn't just fish out a mod_php.so file from somewhere and
stuff it where Apache wants it.
Would that work ?
I wonder why this file doesn't exist.
Thanks for any advice.
I have installed PHP 4.2.3, along with mod_php 4.2.3, and php-common 4.2.3.
I ran a php test script which is supposed to check whether PHP is working properly, and the answer I got was: "no job control"
The reason I ran this test is because Apache (1.3.26) is not sending *.php files to the php engine.
Also, Apache is complaining that it can't load: mod_php.so
I can't really blame Apache for this since mod_php.so is nowheres to be found in my box (Linux, 2.4.18)
At this point, I'm wondering if I couldn't just fish out a mod_php.so file from somewhere and
stuff it where Apache wants it.
Would that work ?
I wonder why this file doesn't exist.
Thanks for any advice.