Hi,
yesterday i had modified a DNS zone file.
Due to some errors, i decided to restore it. So i've removed the file and followed this tutorial:
http://isp-control.net/documentation/how...ate_config
(I've regenerated ALL config files).
Then i've added a subdomain, that was not reachable. After some minutes of debugging, ii've found the problem: the subdomain entry was completely missing in /etc/apache2/sites-enabled/ispcp.conf. I've also noticed that this ispcp.conf contains all entries 2 times. Now, don't know if this happens from the recreation of all configs or before.
If i try to add subdomains, aliases, or new domains, the ispcp.conf file isn't modified and this is very strange.
Those are its permissions:
Code:
SRV:/etc/apache2/sites-enabled# ls -lha
total 32K
drwxr-xr-x 2 root root 4.0K 2009-07-28 16:01 .
drwxr-xr-x 8 root root 4.0K 2009-07-17 20:26 ..
-rw-r--r-- 1 root root 2.8K 2009-07-27 16:41 00_master.conf
-rw-r--r-- 1 root root 18K 2009-07-28 16:01 ispcp.conf
SRV:/etc/apache2/sites-enabled#
I've also tired to set it to chmod 777, but nothing changes.
Thankyou guys