• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

7.5.3-rhel3.build75050512.15 apache,webmail,sitebuilder probs

I

iggypop

Guest
Since I updated to version 7.5.3-rhel3.build75050512.15 I do have several probs with the machine:
1. apache stops without any hint in /var/log/messages
2. webmail not functioning
3. even after rebooting the machine, i had to start httpd manually
this was on monday this week...
Looking into the Plesk Updater on Tuesday, AGAIN an update was available - build75050602.16.
I installed this update again hoping to solve the problems - BUT - Nothing. The more it showed up that mysqld did not start and after manually starting him still horde, sitebuilder AND the databases from all customers are not available. Anyone else with this problems???
 
1. The indications must be in /var/log/httpd/error_log
2. Make sure that you have the horde RPMS installed. If so, execute:
/usr/local/psa/admin/bin/websrvmng
3. Execute:
ntsysv
and make sure that httpd is checked in the list.
 
thx for giving me a hand on this issues ;))

the httpd logs show:
-----
PHP Warning: Function registration failed - duplicate name - __ex in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_is_encoded in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_info in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_properties in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_not_permissioned in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_loader_version in Unknown on line 0
PHP Warning: ionCube Loader: Unable to register functions, unable to load in Unknown on line 0
[Thu Jun 09 09:57:59 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Jun 09 09:57:59 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Jun 09 09:57:59 2005] [notice] Apache/2.0.46 (Red Hat) configured -- resuming normal operations
[Thu Jun 09 09:58:12 2005] [notice] child pid 8007 exit signal Segmentation fault (11)
[Thu Jun 09 09:59:34 2005] [notice] child pid 8016 exit signal Segmentation fault (11)
[Thu Jun 09 10:00:37 2005] [notice] child pid 8011 exit signal Segmentation fault (11)
[Thu Jun 09 10:01:08 2005] [notice] child pid 8015 exit signal Segmentation fault (11)
[Thu Jun 09 10:02:34 2005] [notice] child pid 8077 exit signal Segmentation fault (11)
[Thu Jun 09 10:02:48 2005] [notice] child pid 8012 exit signal Segmentation fault (11)
----
php is also not functioning;

thx
 
Solution

I finnaly found the solution: During Installation of the update, php was also updated to v.4.3.2-18. php.ini was reconfigured and the paths defined in "include_path" are breaking functionality. I restored a php.ini from an older version an - VOILA - working again. I will now try to find the differences between both .ini´s because I think there must be some more ;(.
(newer php.ini = + 2KB).
One Tip: Activating "display_errors = On" (Standard=Off) might be always a good idea ;))))

Best
IgGy
 
Back
Top