need to delete broken zone file

Discussion in 'Installation/Configuration' started by 51b0rg, Mar 29, 2012.

  1. 51b0rg

    51b0rg New Member

    I have ISPConfig 3 running on Ubuntu 11.10.

    I created a Zone for one of my sites.

    the zone is wrong and kills all site connections.

    how do i find and delete it?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Login to ispconfig,go to the dns managerand click on the delete icon of the zone. If the doamin of the server is affected, then use the IP of the server instead.
     
  3. 51b0rg

    51b0rg New Member

    sorry but like i said, it messes all site connection up. I should elaborate, all connections non-SSH wont connect. so i have to do it remotely.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Connections made by ip address to the ispconfig controlpanel are not affected by dns settings. If you cant connect to port 8080 when using the ip address, then you might have blocked it with the firewall or apache is not started.

    You can check that with the iptables and netstat ommands.

    If you want to edit dns records manually, take a look into the bind configuration file directory, there you will find the named.conf.local file.
     
    Last edited: Mar 29, 2012
  5. 51b0rg

    51b0rg New Member

    i checked my apache error log and this is what i found at the end

    Code:
    [Wed Mar 28 15:14:01 2012] [notice] caught SIGTERM, shutting down
    [Wed Mar 28 15:14:02 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    Use of uninitialized value $DBI_DUMP in alarm at /usr/local/ispconfig/server/scripts/vlogger line 538.
    [Wed Mar 28 15:14:02 2012] [notice] Digest: generating secret for digest authentication ...
    [Wed Mar 28 15:14:02 2012] [notice] Digest: done
    [Wed Mar 28 15:14:02 2012] [notice] Apache/2.2.20 (Ubuntu) DAV/2 mod_fcgid/2.3.6 PHP/5.3.6-13ubuntu3.6 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.20 OpenSSL/1.0.0e configured -- resuming normal operations
    [Wed Mar 28 15:14:04 2012] [error] [client 66.249.71.107] script '/var/www/calendar.php' not found or unable to stat
    [Wed Mar 28 15:15:02 2012] [notice] caught SIGTERM, shutting down
    [Wed Mar 28 15:15:03 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    Use of uninitialized value $DBI_DUMP in alarm at /usr/local/ispconfig/server/scripts/vlogger line 538.
    [Wed Mar 28 15:15:03 2012] [notice] Digest: generating secret for digest authentication ...
    [Wed Mar 28 15:15:03 2012] [notice] Digest: done
    [Wed Mar 28 15:15:03 2012] [notice] Apache/2.2.20 (Ubuntu) DAV/2 mod_fcgid/2.3.6 PHP/5.3.6-13ubuntu3.6 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.20 OpenSSL/1.0.0e configured -- resuming normal operations
    [Wed Mar 28 15:15:06 2012] [notice] caught SIGTERM, shutting down
    
    after that there is nothing. Also nearly 5 hours before my post. i tried to restart apache2 a few minutes before this and it failed so this is why im posting the end of my log
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Can you connect to ISPConfig by using the IP address?

    What are the outputs of
    Code:
    netstat -tapn
    and
    Code:
    iptables -L
    ?
     

Share This Page