Working to get a CentOS / Apache / PHP stack running... At this point, I have SSH access, and in the Bash, can use php to do simple math; so I know the php is on the machine and working, (sorta). Also, Apache must be okay; I can stop and start it and just the fact I can get to my ip and use bash says it's ON, I deduce. Finally to the moment.
When I navigate to the server over the internet, no website! But,in the php error log, I get an error message very similair to this, one for each module in the php package:
[12-Aug-2012 18:34:53] PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/curl.so' - /etc/php.d/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
Sure would be good to recieve a hint where to look next.