ISP Server Status

Discussion in 'Tips/Tricks/Mods' started by jslits, Nov 29, 2006.

  1. jslits

    jslits New Member

    Hi all,

    Can someone tell me where to find the ISP Server Status script?

    The reason for asking is this: I changed the ispconfig port from 81 to 80 (with multiple ip's). Everything is working ok except the ISP Server Status for the webserver (unavailable).

    I already tried to change the /root/ispconfig/scripts/shell/check_services.php

    if(!$this->_check_tcp("localhost",80)) {

    without any luck so far.

    Thanks for the reply


    Jeroen
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You must modify the function monitor() in /root/ispconfig/scripts/lib/config.lib.php.
     

Share This Page