• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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