Hello, I have Debian 7 with newest ISPConfig3. Any changes what i do, its writes into (name of website).conf.err . When i delete the blank (name of website).conf and rename .err to nothing and restart apache, apache restart without errors and run correctly, so i dont know why its renaming to .error when its none error. How to fix it? Thanks
Thanks for reply, in the interface? I check sys logs etc. but i dont found anything where has been problem, and mainly, when .err works without any troubkles
A .err file means that apache did not restart with that config at the time the config was written. A blank name means that the website has no domain?
Well, i maybe bad writed a situation. I write ALL: Im going to create site example.com When i create it, domain still showing a default page of Apache2 (of course) When i look a directory with vhosts, i have example.com.conf, where is writed is some problem on original conf, what is renamed to .err For make it works, i just delete example.com.conf and rename example.com.conf.err to example.com.conf, restart apache2 and its works! Without any errors or warnings So its interesting, apache2 dont writing any error to logs, i checked that, so i dont know why ISPConfig or what marking a GOOD vhost conf as conf with error? Thanks
Hello, I have the same probleme. After fresh install (perfect server) all my website have xxx.vhost and xxx.vhost.err. I understand that .vhost.err are create when error is inside but if i rename xxx.vhost.err to xxx.vhost apache start perfectly. The second problem is that all website display the same folder (folder for the first website). I check all vhost everithing is ok but it doesn't work. If i remove the first website i have a forbiden error on all other website. After a reboot all website display again the same folder (folder for the second website). Thanks
I try with perfect server and with the install script ... same for both. I'll try with another version (maybe p8 is bugged) I use a thin client for this install, maybe the hardware ...
There is no such bug in p8, it works fine in several hundred thousand servers. How much ram does your server has, min. Is 1gb, recommended are 2gb for a full installation.
And you might want to read the first sticky post in this forum, it describes how to debug issues when ispconfig can not write changes to disk. As I wrote above, an error file gets crated when apache did not restart properly, this can be caused by an error in the vhost file or by a global server error so it affects all vhost like in your case. BTW, I installed ispconfig 3.0.5.4p8 for a client today on Debian 8 and everything works fine on that system.
@GAMELASTER: how did you install ispconfig? With the perfect server guide or an third party autoinstaller? One of the third party autoinstaller has a bug which installs systemd on Debian 7, but Debian 7 uses init scripts. In case you have the systemd package installed on Debian 7, then uninstall it with apt.
Yes, third party auto installer. systemd or what package uninstall? But anyway, ISPConfig works great, all works great only that .err fails I use this https://github.com/servisys/ispconfig_setup
Hello, What is "system package" ? For one test i try third party autoinstaller and one with perfect server debian 7 with apache
apt-get remove systemd Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait Le paquet « systemd » n'est pas installé, et ne peut donc être supprimé 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Added the fix to the script, but strange, i've used lot of time and alla worked fine... Thank you anyway.