IspConfig Interface not available

Discussion in 'Installation/Configuration' started by Pappmann, Nov 1, 2018.

  1. Pappmann

    Pappmann New Member

    Hello,

    i think i accidentally deleted some important files/folders in "/var/www/" after it the IspConfig Interface is not available anymore, the other websites are working.
    The Apache error log shows:
    Code:
    [Thu Nov 01 01:08:07.520243 2018] [fcgid:info] [pid 19602] mod_fcgid: server myserver.de:/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter(19631) started
    [Thu Nov 01 01:08:07.520974 2018] [fcgid:warn] [pid 19625] (104)Connection reset by peer: [client 212.83.51.81:47096] mod_fcgid: error reading data from FastCGI server
    [Thu Nov 01 01:08:07.521006 2018] [core:error] [pid 19625] [client 212.83.51.81:47096] End of script output before headers: index.php
    Anyone has an solution?
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Basically, ISPConfig use its own directory and not /var/www, thus I am not so sure why your ISPConfig interface does not work. Anyway, if you have a backup, you may want to restore that folder and see how it goes.
     
  3. Pappmann

    Pappmann New Member

    I have no backup :-(
    There is something with fcgi
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Must be very unimportant files if they are not worth backing up.
    Anyway, the files in /var/www are mostly symbolic links, so you could re-create them if those are what you removed.
    On my ispconfig web server, the files in /var/www that are not symbolic links to websites are these:
    Code:
    drwxr-xr-x  2 ispapps ispapps 4,0K marra 13  2017 apps
    drwxr-xr-x 72 root    root    4,0K heinä  9 03:05 clients
    drwxr-xr-x  6 root    root    4,0K helmi 26  2018 conf
    drwxr-xr-x  2 root    root    4,0K marra 13  2017 html
    lrwxrwxrwx  1 root    root      34 marra 13  2017 ispconfig -> /usr/local/ispconfig/interface/web
    lrwxrwxrwx  1 root    root      22 elo    9 10:41 kyntömestari.fi -> xn--kyntmestari-ufb.fi
    drwxr-xr-x 68 root    root    4,0K huhti 11  2018 php-fcgi-scripts
    drwxr-xr-x  2 root    root    4,0K marra  1 06:35 webalizer
    
    So maybe that ispconfig link is missing?
     

Share This Page