/root/ispconfig

Discussion in 'Installation/Configuration' started by warlock, Feb 6, 2009.

  1. warlock

    warlock Member

    HELP !!!!

    We have accdentally deleted a folder in the /root called /ispconfig.

    apache would not start found an entry in the error.log

    Code:
    /bin/sh: /root/ispconfig/cronolog: is a directory
    piped log program '/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d' failed unexpectedly
    can someone tell me how to fix this,

    All my other apache sites work but. pop3 is now broken.

    I still have a directory /home/adminispconfig/

    HELP PLS !!!!!!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Run:

    mkdir /root/ispconfig

    then download the latest ispconfig 2 version and run the setup script to update your system. Afterwards you will have to create a new ssl certificate for the webserver on port 81.
     
  3. warlock

    warlock Member

    I have re-install the latest but my pop3 still does not work, also how do I re-create the SSL certs for my webserver port 81.

    this is my netstat -tap

    Code:
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 localhost.localad:10024 *:*                     LISTEN      4917/amavisd (maste
    tcp        0      0 localhost.localad:10025 *:*                     LISTEN      6272/master
    tcp        0      0 *:mysql                 *:*                     LISTEN      4992/mysqld
    tcp        0      0 localhost.localad:spamd *:*                     LISTEN      5055/spamd.pid
    tcp        0      0 *:webmin                *:*                     LISTEN      6345/perl
    tcp        0      0 *:www                   *:*                     LISTEN      6182/apache2
    tcp        0      0 *:ssh                   *:*                     LISTEN      4863/sshd
    tcp        0      0 *:smtp                  *:*                     LISTEN      6272/master
    tcp        0      0 *:https                 *:*                     LISTEN      6182/apache2
    tcp        0      0 bigb.barts.co.za:ssh    10.10.2.234:4299        ESTABLISHED 6618/sshd: barts [p
    tcp        0    148 bigb.barts.co.za:ssh    10.10.2.234:1141        ESTABLISHED 7121/sshd: barts [p
    tcp        0    436 bigb.barts.co.za:ssh    10.10.2.234:4285        ESTABLISHED 5478/sshd: barts [p
    tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      6329/proftpd: (acce
    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      4863/sshd
    tcp6       0      0 [::]:smtp               [::]:*                  LISTEN      6272/master
    I dont see pop in the above, I have tried starting courier-pop
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page