Hi, After restart server ISPConfig 3 not run, I try to run with: /usr/local/ispconfig/server/server.sh and the response is: finished. The ispconfig.log in /var/log/ispconfig is empty and the cron.log I have attached in the post. Sun Jun 28 09:00:01 UTC 2020 database c1justsmart size does not exceed quota: unlimited (quota) > 0 (used) Sun Jun 28 09:00:01 UTC 2020 /bin/fail2ban-client Sun Jun 28 09:00:01 UTC 2020 /sbin/iptables Sun Jun 28 09:00:01 UTC 2020 /sbin/ip6tables Sun Jun 28 09:00:02 UTC 2020 which: no tw_cli in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin) Sun Jun 28 09:00:02 UTC 2020 which: no hpacucli in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin) Sun Jun 28 09:00:02 UTC 2020 which: no megacli in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin) Sun Jun 28 09:00:02 UTC 2020 which: no megacli64 in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin) Sun Jun 28 09:00:02 UTC 2020 which: no arcconf in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin) Sun Jun 28 09:01:01 UTC 2020 Sun Jun 28 09:01:01 UTC 2020 Sun Jun 28 09:01:01 UTC 2020 finished. Someone can help me? Thanks
That's ok, it shows that ISPConfig cron works fine. Beside that, ISPConfig is not a service, so it never runs. Please describe the exact symptoms of your issue so that we can try to help you.
After restart the server ISPConfig does't work, there is no response from ip-server:8080/index.php. The server is VPS Centos 7. ISPConfig has been working right since installation same days ago. The server has no been restarted since installation. I try to run /usr/local/ispconfig/server/server.sh and ends with "finished.", image attached. In the pstree I can`t view any process which it can be ISPConfig, so I think it's not running. In /etc/init.d there is no scripts about ISPConfig. I try to test my system with the ISPConfig test script from please-read-before-posting the response is PHP Notice: Undefined variable: redhatrel in /usr/local/ispconfig/server/htf-common-issues.php on line 179 and no htf_report.txt file is generated. Thanks
I've answered that question already, here again, the answer copied from above: This has been answered already as well, here again the answer from above: If a software is not a service, then this software has no init script of course, and no running processes that you can see with ps. Back to your original question, you probably did not start the webserver on your system or you closed port 8080 in a firewall on or in front of the server.
Solved!!, It's a problem with the firewall, I stop firewall and works right. I'll configure properly. Thanks a lot Till for your help