Hello. I am installing perfect server Centos 7 Nginx Dovecot ISPConfig https://www.howtoforge.com/perfect-server-centos-7-x86_64-nginx-dovecot-ispconfig-3-p3 I ran into trouble when I got to task 24 which was installing ISPConfig 3 itself. I put in the following commands Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install/ then php -q install.php I got the following: Code: -------------------------------------------------------------------------------- _____ ___________ _____ __ _ ____ |_ _/ ___| ___ \ / __ \ / _(_) /__ \ | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _ _/ / | | `--. \ __/ | | / _ \| '_ \| _| |/ _` | |_ | _| |_/\__/ / | | \__/\ (_) | | | | | | | (_| | ___\ \ \___/\____/\_| \____/\___/|_| |_|_| |_|\__, | \____/ __/ | |___/ -------------------------------------------------------------------------------- >> Initial configuration Operating System: CentOS 7 or compatible sh: which: command not found ISPConfig requieres which I am also wondering why it says "Welcome to nginx on Fedora!" on my homepage when I type in my IP address in browser instead of CentOS. Thanks for any help you can provide.
I think it might have to do with the fact that I am using CentOS 7.3 rather than 7.2. I'll have to rebuild the server and see if the problem still exists.
The problem is the missing which command as mentioned by the installer. "which" is a standard Linux filesystem utility which should be present on each Linux system and ISPConfig uses which to find installed software. Install the package that contains the which command on your serverm then download ispconfig from this url: https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1