I changed the php.ini file so I need to re-config/start apache. I've tried stopping then starting apache. I've also tried just restarting it. These commands seem to be working, but the changes I make to the php.ini file are not put into effect and do not show up when I call phpinfo(). Anyone have any ideas how I can get my new php.ini recognized?
to stop it:
kill -TERM cat /var/run/httpd.pid
to restart:
kill -HUP cat /var/run/httpd.pid
to start it:
/usr/local/apache/bin/apachectl start