Hello, my Apache2 can't start, I didn't made any changes before Apache starts bugging. Jul 16 12:41:04 apachectl[38643]: Wrapper /var/www/php-fcgi-scripts/web3/.php-fcgi-starter cannot be accessed: (2)No such file or directory How can I restore these php starters? Thanks
Delete the vhost symlink of that site in the apache sites-enabled directory, restart apache, log in to ispconfig, edit the settings of that website, change a value, should not matter which one, e.g. enable ssi or cgi or increase quota value and press save button.
Ok, so I deleted everything exclude 000-apps, default, ispconfig configs, and now ISPConfig admin gets me error 500. If I ran /usr/local/ispconfig/server/server.sh terminal wrotes me "finished." How do I fix that?
Please take a look at the apache suexec.log file. What did happen or what did you do before these issues started? Did you maybe run a chown or chmod recursively on the whole /var/www directory tree?
I only tryed reboot server and checked apache configs. I installed ISPConfig on this server one month ago and one month i didn't nothing. Suexec here https://hastebin.com/uhejaqidoc.md
Try this: chown -R ispconfig:ispconfig /var/www/php-fcgi-scripts/ispconfig Then restart apache and check if you can access ISPConfig now.
Try to do an ispconfig update like this: cd /tmp wget https://www.ispconfig.org/downloads/ISPConfig-3.1.15p3.tar.gz tar xvfz ISPConfig-3.1.15p3.tar.gz cd ispconfig3_install/install php -q update.php and choose to reconfigure services during update.