Skip to main content

Anti Malware with CentOS 7

Comments

5 comments

  • ModServ
    Hello, I've tried it with CentOS 5/6 and it worked like a charm. Check the logs to see if there were any errors.
    0
  • cPanelMichael
    Hello :) Could you elaborate on the specific FTP issue you are experiencing? I do see one thread about FTP on their support forums:
    0
  • jazz1611
    Get issues with below command on install.sh. CentOS 7 don't have that file # Instalar FTP inspector chmod 755 $FOLDER/pure-ftpd-inspector.php if grep 'pure-ftpd-inspector' /etc/init.d/pure-ftpd >/dev/null; then echo "FTP Inspector already installed" else echo "Installing FTP Inspector..." # La salida hacia dev null impide que PHP se quede pegado sh $FOLDER/includes/install_ftp_inspector.sh >/dev/null fi ............ /etc/init.d/httpd restart 2>&1 ...........
    0
  • cPanelMichael
    I suggest reporting this issue to the developer of the application. Thank you.
    0
  • pyxsoft
    Hello, We fixed the integration with CentOS 7 in version 1.5.8, released on September 05th.
    0

Please sign in to leave a comment.