Quote:Hm, you have 2 subdomains an 1 domain - they are configured twice...
Yes, 2 old subdomains. I can't add new ones now.
Quote:Maybe you need to clean the file manually.
Yeah i've tried to move it on another location and then regenerate everything, but the file is not regenerated.
Quote:do this with the copy /etc/ispcp/apache/working/ispcp.conf (make a copy!!)
This file is the same, it has the double content too.
Ok, clean, but how? That's not an exact copy (cat ispcp.conf >> ispcp.conf).
Quote:Maybe also a regeneration works, if you start with the content of /etc/ispcp/apache/parts/ispcp_base.tpl in this file...
then regenerate the domain and then the subdomains...
Ok, so:
1
Code:
SRV:/etc/apache2/sites-enabled# mv ispcp.conf ispcp.conf.bak
SRV:/etc/apache2/sites-enabled# cat /etc/ispcp/apache/parts/ispcp_base.tpl > ispcp.conf
2
Code:
SRV:/etc/apache2/sites-enabled# /etc/init.d/ispcp_daemon stop
3
Code:
USE sys;
UPDATE `domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';
UPDATE `subdomain` SET `subdomain_status` = 'change' WHERE `subdomain_status` = 'ok';
UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';
UPDATE `subdomain_alias` SET `subdomain_alias_status` = 'change' WHERE `subdomain_alias_status` = 'ok';
UPDATE `mail_users` SET `status` = 'change' WHERE `status` = 'ok';
4
Code:
SRV:/etc/apache2/sites-enabled# /var/www/ispcp/engine/ispcp-rqst-mngr
5
Code:
SRV:/etc/apache2/sites-enabled# /etc/init.d/ispcp_daemon start
Ok. The file is not modified (thats the same than the tpl i've copied).
Thankyou