• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

apache problems

B

Beto

Guest
My apache webservice is constantly stopping...I can start it...but it's immidiately down again...

Can someone help me pls.

I tried already a few things like websrvmng but that didn't work..
 
apache dying

I'm having the same problem (P8 on FC4), it seems it does it more often while I'm doing anything in Plesk. If I stop the httpd service and leave httpsd plesk will come back up but as soon as I start httpd again, everything locks up.
 
Hi,

Have you check your logs ?

/var/log/messages

Philippe
 
logs

nothing out of the ordinary other than named doing a lot of work on a rbl, so I removed it from plesks mail config, no difference.
 
My problem was caused by Ioncube...I gues after upgrading SiteBuilder. Sw-Soft helped me to solve this. IoCube was loaded twice which resulted in apache going down.

----- Copy mail sw-soft
Hello,

I found out that php prevented apache from working:
[root@cypres root]# php -v
Segmentation fault

The I found that Ioncube was loaded twice, this caused apache dying. I commented out othe 1st loading of Ioncube in the /etc/php.ini:

[root@cypres root]# tail -3 /etc/php.ini

;zend_extension = /usr/lib/ioncube/Ioncube_loader_lin_4.3.so

After that I have got php and httpd worked out:
[root@cypres root]# /etc/init.d/httpd start
Starting httpd: [ OK ]

[root@cypres root]# ps aux | grep httpd | grep -v grep
root 18701 4.5 0.7 30944 15676 ? S 14:27 0:00 /usr/sbin/httpd
root 18709 0.0 0.7 30820 15472 ? S 14:27 0:00 /usr/sbin/httpd
apache 18710 0.1 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18711 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18712 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18713 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18714 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18715 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18716 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18717 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd

[root@cypres root]# php -v
PHP 4.3.11 (cgi) (built: Oct 15 2005 08:12:40)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with the ionCube PHP Loader v3.0.10, Copyright (c) 2002-2005, by ionCube Ltd.

--- copy mail sw - soft

IonCube is a library for PHP that provides some necessary features for applications. If you had sitebuilder installed -- ionCube are required. As to it's twice appearance in /etc/php.ini -- there was include file in /etc/php.d directory for loading ionCube and ionCube was loaded also in [Zend] section of /etc/php.ini
--- copy mail sw - soft
 
Back
Top