webserver won't restart after trying to restart in shell

Discussion in 'Installation/Configuration' started by Mmarzex, Dec 20, 2008.

  1. Mmarzex

    Mmarzex New Member

    I just installed svn and I tried to restart apache from the shell and it failed and shutdown everything. Now when I try to start it through ispconfig it just keeps saying it is offline. I have no idea why this is happening.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the exact error messages that you get when you try to start the apache webserver on the shell.
     
  3. Mmarzex

    Mmarzex New Member

    Code:
     * Starting web server apache2                                                  apache2: Syntax error on line 186 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/mods-enabled/dav_svn.conf: /etc/apache2/mods-enabled/dav_svn.conf:13: <Location> was not closed.
    
    This is the error I get.
     
  4. Mmarzex

    Mmarzex New Member

    bump can anyone help with this.
     
  5. Norman

    Norman Member HowtoForge Supporter

    Looks to me your SVN setup messed up the apache conf file.
    I'd try look at that line in your conf file that the apache is complaining about and fix the syntax.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Looks as if a closing </Location> is missing in /etc/apache2/mods-enabled/dav_svn.conf.
     

Share This Page