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
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>?
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.
Changes made according to your instructions. Service stopped and restarted and unfortunelly https://212.13.41.2:81 is still unreachable.
I suggest you install the latest ISPConfig again, it will perform an update and erase your messed up configuration.
You can do it remotely, but I recommend you use an SSH client such as PuTTY for it: http://www.chiark.greenend.org.uk/~sgtatham/putty/
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?
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
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.
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
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.
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
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?