Fail to open ISPConfig site: firefox 8182

Discussion in 'Installation/Configuration' started by BigB, Jul 21, 2005.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    You or someone else must have modified the port where ISPConfig listens on as I posted earlier in this thread. Please post the output of:

    grep 443 /root/ispconfig/httpd/conf/httpd.conf
     
  2. celtic

    celtic New Member

    > grep 443 /root/ispconfig/httpd/conf/httpd.conf
    Listen 443
    <VirtualHost _default_:443>
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Please open the file, search for these two lines and replace 443 with 81, then restart ISPConfig.
     
  4. celtic

    celtic New Member

    Shall I Replace:

    <IfDefine SSL>
    Listen 80
    Listen 443
    </IfDefine>

    with:

    <IfDefine SSL>
    Listen 80
    Listen 81
    </IfDefine>

    and

    <VirtualHost _default_:443>

    with:

    <VirtualHost _default_:81>?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please replace:

    <IfDefine SSL>
    Listen 80
    Listen 443
    </IfDefine>

    with:

    <IfDefine SSL>
    Listen 81
    </IfDefine>

    and

    <VirtualHost _default_:443>

    with:

    <VirtualHost _default_:81>?

    I Really dont know where you have this config from, its definately not from the ISPConfig installer package.
     
  6. celtic

    celtic New Member

    Changes made according to your instructions.

    Service stopped and restarted and unfortunelly https://212.13.41.2:81 is still unreachable.

    :(
     
  7. falko

    falko Super Moderator ISPConfig Developer

    I suggest you install the latest ISPConfig again, it will perform an update and erase your messed up configuration.
     
  8. celtic

    celtic New Member

    Can it be done with a webmin shell window remotely or it must be done locally?
     
  9. falko

    falko Super Moderator ISPConfig Developer

  10. celtic

    celtic New Member

    When executing the setup again this is the output till it exits to command line again:


    Checking the syntax of the httpd.conf...
    [Mon Jan 29 09:21:28 2007] [warn] NameVirtualHost 212.13.41.2:80 has no VirtualHosts
    Syntax OK
    The syntax is ok!

    ########## gcc ##########

    /usr/bin/gcc
    OK

    ########## make ##########

    /usr/bin/make
    OK

    ########## lex ##########

    /usr/bin/lex
    OK

    ########## g++ ##########

    ERROR: g++ not found!


    Any ideas?
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    The c++ compiler is missing. Please install the c++ compiler from your linux distribution and run the setup again.

    And please make a new thread the next time and dont post your question to a thread that handles other problems. It will confuse users when they read the thread. Thanks :)
     
  12. celtic

    celtic New Member

    After some investigation this looked the best topic to post and in the end the problem was completely different. Sorry for the inconvenience but after installing c++ the "upgrade" looked like a smooth operation and the server is running well again on port 81.

    Mission accomplished.

    Thanks again for the brilliant support and kind regards.
     
  13. Institoris

    Institoris New Member

    I have the same problem:

    Code:
    which: no g++ in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/libexec)
    ERROR: g++ not found!
    
    Though, such packages as cpp, gcc, libgcc are installed.. Where can be the problem?

    P.S. The OS is FC4
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run:

    yum install gcc-c++
     
  15. Institoris

    Institoris New Member

    till, Thanks!
     
  16. nenad

    nenad ISPConfig Developer ISPConfig Developer

    Hi,

    I am stucked with old problem: web browser won't connect to ISPConfig control panel.
    1. ISPConfig is up and running.
    2. SSL certificate is recreated ISP Config is restarted.
    3. No firewalls is preventing from accessing port or domain

    Firefox and Internet explorer just displays short message about invalid certificate signature.
    The I tried to connect with text based Lynx from localhost. It complains about:

    Can't find common name in certificate

    After that (if I accept) it goes straight to login window. Therefore I assume ISPConfig works.

    Now, I tried to recreate certificate once again, and the I noticed that it does not offer / asks for a CA Name ???

    What should I do? It seems that I made some mistake when I input CA name...?
    ---------------------------------------------
    It is brand new install of Debian Etch box, with latest ISPConfig.
     
  17. nenad

    nenad ISPConfig Developer ISPConfig Developer

    Update:

    Problem solved with reboot (I was rebooting server while I was typing this message).

    However I don't find it as a elegant solution: to reboot server.

    During the restart of ISPConfig I noticed that there was message about, uhhmm, sorry for not remembering quite well, but it was about that some apache ctl module is allready started...

    Is it possible that I should restart some daemon responsible for SSL ?

    Regards,
    Nenad
     
  18. falko

    falko Super Moderator ISPConfig Developer

    I think an ISPConfig restart or server reboot is fine. :)
     
  19. nenad

    nenad ISPConfig Developer ISPConfig Developer

    That's why I was worried about: ISPConfig restart didn't helped, only server reboot resolved issue.
     
  20. greenhornet

    greenhornet New Member

    Still asking for password

    Guys,
    I have followed Falko's instructions but I'm still being asked for a password every time I restart ISPconfig. Suggestions on what I'm doing wrong?
     

Share This Page