Ok, this is the problem. I just set up my server (freebsd 4.6 stable) and installed apache 1.3.24.. then I went to php.net, and got PHP 4.2.1 and installed it on my server. I got everything working and apache to run with php in it and all, and I did as PHP.NET suggested to copy this line:
cp php.ini-dist /usr/local/lib/php.ini
which I did, and php.ini sits at that area (optomized by myself of course), but when I go to view web pages on the server that are PHP, the configuration settings I put aren't showing up, its showing the default PHP settings. Even if this file isn't there php will run those default settings... I did a systemwide search for other php.ini's and there is none. I am wondering how and what to do to fix this, because practically everything is disabled (and yes, i have root on the box).
please help, thanks.
-David