problem with upgrade to 2.2.34

Discussion in 'Installation/Configuration' started by brianetilley, Nov 5, 2009.

  1. brianetilley

    brianetilley New Member

    After what appeared to be a successful upgrade I can no longer login to the ISPConfig Web Manager. All of my sites are OK. Any suggestions greatly appreciated.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Which distribution do you use?
    Did you try to restart ISPConfig?
    Code:
    /etc/init.d/ispconfig_server restart
     
  3. brianetilley

    brianetilley New Member

    I am Using Debian 4.0
    When trying to restart the system I received this error;
    Brian
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post line 1073 of the file /root/ispconfig/httpd/conf/httpd.conf
     
  5. brianetilley

    brianetilley New Member

    When I open /root/ispconfig/httpd/conf/httpd.conf with vi this is what I get;

    Brian
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Try this:
    Code:
    vi +1073 /root/ispconfig/httpd/conf/httpd.conf
     
  7. brianetilley

    brianetilley New Member

    This is what I get;
     
  8. falko

    falko Super Moderator Howtoforge Staff

    This is where the problem is. Try

    Code:
    ServerName localhost
    ServerAdmin root@localhost
     
  9. brianetilley

    brianetilley New Member

    When I enter;
    at the command line, this is what I get.
    returns
    This is correct
     
  10. falko

    falko Super Moderator Howtoforge Staff

    You must change the lines in /root/ispconfig/httpd/conf/httpd.conf. These are no commands for the command line.
     
  11. brianetilley

    brianetilley New Member

    I am not sure on how to do this. Should I copy a generic httpd.conf file to the server and then modify the appropriate lines? If this OK what changes should I make? thanks...
     
  12. falko

    falko Super Moderator Howtoforge Staff

  13. brianetilley

    brianetilley New Member

    I apologize for not making myself clear. I have already tried to edit the file using vi at the command line...the results are what I have already posted. I need to know what changes need to be made to either the existing file or to a new generic file. As an alternative, can I do a remote install of the new version of ISPConfig. thanks...
     
  14. falko

    falko Super Moderator Howtoforge Staff

    You must change
    Code:
    ServerName
    ServerAdmin root@ 
    to
    Code:
    ServerName localhost
    ServerAdmin root@localhost
    in the existing file.
     
  15. brianetilley

    brianetilley New Member

    That worked :) and I was able to access the web admin page. Every website I open under 'Sites' in 'ISP Manager' has the 'Domain:' and all other options blank. When I enter the correct values I get the following error message;
     

Share This Page