• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

httpsd segmentation fault

M

mcristaldi

Guest
Hi,

I'm running 8.6.0 Debian 4.0 86080905.19 (latest patch installed) on a Debian.
After activating the Firewall module and restarted the machine Plesk was not loading anymore.


When starting psa i get

lnx1:/opt/psa/admin/bin# /etc/init.d/psa start
Starting openbsd-inetd service... failed
Starting bind9 service... done
Starting mysql service... done
Starting qmail service... done
Starting courier-imap service... done
Starting postgresql service... not installed
Starting psa-spamassassin service... not installed
[Thu Oct 16 17:05:41 2008] [warn] The Alias directive in /etc/apache2/apache2.conf at line 240 will probably never match because it overlaps an earlier Alias.
[Thu Oct 16 17:05:41 2008] [warn] The Alias directive in /etc/apache2/apache2.conf at line 240 will probably never match because it overlaps an earlier Alias.
Starting Plesk... failed
Starting drwebd service... not installed

Specifically the httpsd service gives a Segmentation fault (running directly httpsd from

lnx1:/opt/psa/admin/bin# ./httpsd restart
Segmentation fault

I searched and followed Segmentation fault KB articles (http://kb.odin.com/en/1336) and some other similar on the KB without results.

php -m gives me sometimes Segmentation fault.
The rest of my Apache services works fine... Only plesk CP is not running anymore...

Any hints?

I noticed the Firewall script makes and rmmod ipchains.... Wondering is there is some relationship....

Massimo
 
Hi,

What erros do you see in Plesk error log: /opt/psa/admin/logs/httpsd_error_log?
What irective do you have on line 240 of /etc/apache2/apache2.conf
As for now I can only recommend reinstalling psa package and checking if removing firewall module helps.
 
No error on the log file. File is simply empty.
Line 240 of the apache2.conf contains

Alias /icons/ "/usr/share/apache2/icons/"

if I reinstall the psa package do I loose my current configuration?

Massimo
 
Back
Top