http://www.atomicrocketturtle.com/Jooml ... ew/141/29/
However, when I reboot the server Apache does not start. When I go to Plesk | Server | Service Management it shows Apache as stopped. When I try to start Apache I get the following error:
I tried to reatart via shell with apachectl restart, but I got the following....Unable to make action: Unable to manage service by websrvmng: websrvmng: Service httpd failed to start
0: /usr/local/psa/admin/htdocs/server/restart_services.php:28 psaerror(string "Unable to make action: Unable to manage service by websrvmng: websrvmng: Service httpd failed to start")
So, I checked in the php.conf file and I see this:Syntax error on line 1 of /etc/httpd/conf.d/php.conf:
Cannot load /etc/httpd/modules/libphp4.so into server:
/etc/httpd/modules/libphp4.so: cannot open shared object file: No such file or directory
Code: Select all
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php .php4 .php3 .phtml
DirectoryIndex index.php index.php3Code: Select all
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php .php4 .php3 .phtml
DirectoryIndex index.php index.php3Any help would be greatly appreciated!!Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: undefined symbol: curl_version_info
Thanks in advance!