![]() |
New sites not added to Vhosts_ispconfig.conf? High server loads?
Hi everyone,
I have ISPconfig running on a ubuntu server, and everything has been going well. The other week I enabled suphp using this tutorial, and modifying the /home/admispconfig/ispconfig/lib/config.inc.php, setting $go_info["server"]["apache2_php"] to "suphp". Things have been running ok since then, however I have been experiencing high server loads (at least 3), when beforehand the load was usually around 0.2. The server isn't receiving very many visitors. Top shows that php is using approximately 35% CPU, and there are two or three PHP processes in the top window. In addition, when I add a new site to ispconfig, I can only see the shared ip message page. Upon looking in the Vhosts_ispconfig.conf file, no entry is created for the newly added site. Looking in /home/admispconfig/ispconfig/ispconfig.log shows things such as: Code:
24.03.2007 - 20:16:44 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php, Line 137: cp -fr /etc/postfix/local-host-names /etc/postfix/local-host-names~Running /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php produces the same result. How can I go about fixing this problem, or the high loads problem? I was thinking of disabling suPHP, but haven't been able to disable it and get PHP to work as it was before. Any help would be greatly appreciated. |
If you use suEXEC, please disable it, as it is not compatible with suPHP.
One more question: What is the output of your info.php file? |
Hi Hans, thanks for the quick reply.
How would I go about disabling suexec? It's listed in mods-enabled. If i do a2dismod suexec, then httpd -t, I get: Code:
Syntax error on line 22 of /etc/apache2/vhosts/Vhosts_ispconfig.conf:Thanks! |
I had a quick view to info.php and it looks ok as far as i can see.
You can disable suEXEC with ISPConfig via > Management > Server > Settings > go to the tab "web" and disable suEXEC. I think if you do so, ISPConfig will rewrite the vhost file again, so you'll not have any error anymore. |
Hi Hans,
I disabled suexec, reloaded apache, and even tried editing a web site in ispconfig, and there is still an error showing in the ispconfig log file. |
Try to change a small option within ISPConfig for one of your websites.
For example enable or disable cgi-scripts, to make sure that ISPConfig re-writes your vhost file, which should be ok then. If the error still persists within your log, please post it here. |
Hi Hans,
I have tried that, and the error still persists: Code:
24.03.2007 - 23:55:51 => INFO - Signalfile Set: insertThanks very much! |
i have had the same problem. at my system this was NOT a problem with suexec.
The problem was that ISPConfig wrote phpadmin_xxx properties inside the OLD vhosts. If you change to suphp that this old entries made the problem. If there is a problem starting the apache, ISPConfig will use the OLD config instead of the new one. to avoid the problem: 1) make a backup of the old config 2) edit the config and remove all the phpadmin entries 3) try to restart apache with the "new" file 4) enable suphp 5) let ISPConfig write the "new ISPConfig" file i hope it is clear what i mean. if not ask ad i will help you more! |
Hi veogelor,
Thanks for your reply. I am not quite sure what you mean. In my Vhosts file, an example vhost looks like this: Code:
<VirtualHost xxx.xxx.xxx.xxx:80>Thanks in advance. |
Please double-check that you really disabled suExec in ISPConfig.
What's the output of Code:
ls -la /etc/apache2/vhostsCode:
httpd -t |
| All times are GMT +2. The time now is 03:26. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.