After i updated ISPconfig from 2.2.6. to 2.2.7 i have problem. Every time i change something in ISP manager changes are written to new file, like: Vhosts_ispconfig.conf_20-10-06_18-15-50 but Vhosts_ispconfig.conf still have not updated... Every time i create new website i need to delete old Vhosts_ispconfig.conf and newly created file rename to Vhosts_ispconfig.conf. How to fix it? System: Fedora Core 5 64bit
Make a backup of the file Vhosts_ispconfig.conf. Then rename Vhosts_ispconfig.conf_20-10-06_18-15-50 to Vhosts_ispconfig.conf and run: httpd -t and post the error here.
[root@lainux ~]# httpd -t [Sat Oct 21 12:48:18 2006] [warn] NameVirtualHost 195.244.128.88:80 has no VirtualHosts Syntax OK
Thats ok so far. You can try and disable the httpd check feature in the file /home/admispconfig/ispconfig/lib/config.inc.php
Ok. I changed, but now is next problem. I need restart httpd manualy after i made any changes in ISP manager...
Yes, Vhosts_ispconfig.conf now updating. No special error messages except: [root@lainux ~]# /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: [Mon Oct 23 11:44:51 2006] [warn] NameVirtualHost 195.244.128.88:80 has no VirtualHosts [ OK ]