After running the command i get the following error : "Failed to restart php5-fpm.service: Unit php5-fpm.service failed to load: No such file or directory."
this is my imscp.conf file:
(i did not find any PHP_SERVER info)
## Version variables
BuildDate = 20150703
Version = 1.2.9
CodeName = Andromeda
# Server variables
SERVER_HOSTNAME =
BASE_SERVER_IP =
BASE_SERVER_PUBLIC_IP =
BASE_SERVER_VHOST =
BASE_SERVER_VHOST_PREFIX = https://
BASE_SERVER_VHOST_HTTP_PORT = 8080
BASE_SERVER_VHOST_HTTPS_PORT = 4443
PANEL_SSL_ENABLED = yes
SERVICES_SSL_ENABLED = yes
DEFAULT_ADMIN_ADDRESS =
## SQL backend
DATABASE_TYPE = mysql
DATABASE_HOST = localhost
DATABASE_PORT = 3306
DATABASE_NAME = imscp
DATABASE_PASSWORD =
DATABASE_USER = root
# Host from which SQL users are allowed to connect
# to the MySQL server
DATABASE_USER_HOST = localhost
DATABASE_DIR = /var/lib/mysql
# System variables
# Do not forget to run the imscp-setup script
# after changing these parameters
SYSTEM_USER_PREFIX = vu
SYSTEM_USER_MIN_UID = 2000
## Apps installer
GUI_APS_DIR = /var/www/imscp/gui/data/persistent/softwares
GUI_APS_DEPOT_DIR = /var/www/imscp/gui/data/persistent/softwares/sw_depot
SOFTWARE_TMP_DIR = /var/www/imscp/gui/data/tmp
# Max remote filesize in bytes (default 25MB)
APS_MAX_REMOTE_FILESIZE = 26214400
## Main variables
ADM_GROUP = adm
IMSCP_GROUP = imscp
CONF_DIR = /etc/imscp
LOG_DIR = /var/log/imscp
ROOT_DIR = /var/www/imscp
ROOT_USER = root
ROOT_GROUP = root
GUI_ROOT_DIR = /var/www/imscp/gui
GUI_PUBLIC_DIR = /var/www/imscp/gui/public
ENGINE_ROOT_DIR = /var/www/imscp/engine
PLUGINS_DIR = /var/www/imscp/gui/plugins
CACHE_DATA_DIR = /var/cache/imscp
VARIABLE_DATA_DIR = /var/local/imscp
USER_WEB_DIR = /var/www/virtual
DISTRO_OPENSSL_CNF = /etc/ssl/openssl.cnf
DISTRO_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt
DISTRO_CA_PATH = /etc/ssl/certs
# Timezone used by PHP/Perl
TIMEZONE = UTC
## PHP data
PEAR_DIR = /usr/share/php
## Logrotate
LOGROTATE_CONF_DIR = /etc/logrotate.d
## Anti Rootkits packages
# Possible value are Chkrootkit and/or Rkhunter or No, each value comma separated
ANTI_ROOTKITS_PACKAGES = Chkrootkit,Rkhunter
RKHUNTER_LOG = /var/log/rkhunter.log
CHKROOTKIT_LOG = /var/log/chkrootkit.log
# Here you can set an additional anti-rootkit tool log file
OTHER_ROOTKIT_LOG =
## Webstats data
# Possible value are: Awstats or No
WEBSTATS_PACKAGES = Awstats
## Awstats package specific variables
# could be 'dynamic' = 0 or 'static' = 1
AWSTATS_MODE = 0
AWSTATS_CACHE_DIR = /var/cache/awstats
AWSTATS_CONFIG_DIR = /etc/awstats
AWSTATS_ENGINE_DIR = /usr/lib/cgi-bin
AWSTATS_WEB_DIR = /usr/share/awstats
# Backup
BACKUP_ROOT_DIR = /var/www/imscp/engine/backup
BACKUP_FILE_DIR = /var/www/imscp/backups
BACKUP_HOUR = 23
BACKUP_MINUTE = 40
# Tells whether the i-MSCP database and all /etc/imscp/* files should be daily saved
# Possible value: yes|no
BACKUP_IMSCP = yes
# Tells whether or not backup feature is available for customer's accounts.
# If yes, customer's domain data are daily saved according their 'allowbackup'
# domain property (dmn|sql|mail)
# Possible value: yes|no
BACKUP_DOMAINS = yes
# Algorithm for backups compression. Make sure the algorithm you have choosen
# is installed, and that it is supported by the tar. Choose 'no' if you do not
# want any compression.
#
# Available compression options: no, gzip, pigz, bzip2, pbzip2, lzma, xz
# Note: Both pigz and pbzip2 are recommended on SMP servers in place of gzip and bzip2
ZIP = pbzip2
## Virtual traffic manager
TRAFF_LOG_DIR = /var/log
MAIL_TRAFF_LOG = mail.log
TRAFF_ROOT_DIR = /var/www/imscp/engine/traffic
TOOLS_ROOT_DIR = /var/www/imscp/engine/tools
QUOTA_ROOT_DIR = /var/www/imscp/engine/quota
## GUI config
USER_INITIAL_THEME = default
# 'yes' or 'no'
MYSQL_PREFIX = yes
# 'none' if MYSQL_PREFIX is set to 'no',
# 'infront' or 'behind' if MYSQL_PREFIX is set to 'yes'
MYSQL_PREFIX_TYPE = behind
# String used for assets cache busting
# Must be updated each time an asset is updated
THEME_ASSETS_VERSION = 20015052001
FILEMANAGER_PACKAGE = Pydio
DATE_FORMAT = d.m.Y
# Webmail package
WEBMAIL_PACKAGES = RainLoop,Roundcube
# Allow to bypass the bruteforce and captcha blocking time
GUI_BYPASS_BRUTEFORCE = 0
# Debug Mode (e.g. for developers)
# Options: 0 = off, 1 = on
DEBUG = 0
# Servers
# Please, do not change these parameters manually
# Run the i-MSCP installer as follow:
# imscp-autoinstall -dr servers
FRONTEND_SERVER = nginx
SQL_SERVER = mysql_5.5
PO_SERVER = dovecot
NAMED_SERVER = bind
HTTPD_SERVER = apache_fcgid
FTPD_SERVER = proftpd
MTA_SERVER = postfix
I have found a php5 cgi process with top but i cant restart this process either it gives me the same error:
Failed to restart php5-cgi.service: Unit php5-cgi.service failed to load: No such file or directory.