• 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

I broke apache on plesk installing zend optimizer

M

mdowner

Guest
I was playing around on my plesk 8.6.0 box and wanted to install Plesk Billing. It called for zend optimizer so I installed it and then was attempting to do the following found here ( http://blog.tomjowitt.co.uk/?p=96 ).

Now I am not sure at what point I broke apache, could have been the zend optimizer install script, or our could have been when I did the " /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<mydomain.co.uk> " command.

I can no longer start httpd and get the following error

" $ /etc/init.d/httpd start
Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 239 of /etc/httpd/conf.d/zz010_psa_httpd.conf: Could not open configuration file /var/www/vhosts/hawkridgetech.com/conf/httpd.include: Permission denied
[FAILED]
"

When I disable the a domain in the plesk cp, then i get the error for the next domain.

here is a bit of the httpd error.log (I guess to much to past so please see .txt atachment)

"

Obvously I thought I had a better understanding of the plesk system, but I did a nasty number on it :( Any help would rock!

Thanks in advance,
Matt
 

Attachments

  • plesk appache errors.txt
    28.5 KB · Views: 21
Error log indicates the following: No space left on device. Run df -h -T, make sure that you have enough space.
 
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
ext3 808G 15G 752G 2% /
/dev/sda1 ext3 99M 11M 84M 12% /boot
tmpfs tmpfs 1004M 0 1004M 0% /dev/shm


space seems fine other than the tmpfs. Not sure what to do next :-(

-matt
 
okay, so starting with line 210 of httpd.conf, what's in there?
 
Hi,

First of all, do these files even exist (I mean httpd.include) and who are owners of these files? What permissions do these files have?
If they do not exist you should try running websrvmng again:
http://kb.odin.com/en/4612

Also, under what user is apache confiured to run? You can check it in /etc/httpd/http.conf
 
Back
Top