Hi,
I have server with Ubuntu 7.10, went through perfect server allright and tried to load ISPConfig 2.2.18 with my domain chillifire.net
That worked after some trials and tribulations and a first failed install (see below), so now
http://www.chillifire.net work,
https://www.chillifire.net:81 works and gets me to the panel, which seems to work fine. However,
https://www.chillifire.net gets me the treaded 12263 error in the browser.
Yes, there has been a lot of postings, but all seem to deal with the issue of more than one certificate per IP or multiple IPs and certificates etc. These posts do not apply as I have one IP only and (should) have only one certificate.
Now, I did notice a few things:
- I have entries apache2.conf.06-12-07_16-21-50, and ports.conf.06-12-07_16-21-50 and under mods-enabled every file seems to have a copy with a .06-12-07_16-21-50. Should these files be there? If not, could they have been created by a failed ISPConfig installation attempt? I installed twice - the first time the system aborted after creating the certificates, complaining php was not available. So I made php globally available (reversing 16.1 of the perfect server setup) and rerun the install - and it worked.
Could it be that there is a dud certificate flying around somewhere that wrecks the whole thing?
If so where?
And should I get rid of all the *.06-12-07_16-21-50 entries? Where else do I need to llok for them?
- Port 81 did not work at first. I had to recreate the certificate manually as per the instructions in this forum. Once that was done, 81 worked and I can get to the panel.
- I noticed there is no module ssl under /etc/apach2/modules-available and modules-enabled. Also, under /etc/apache2/vhosts I have the files
Vhosts_ispconfig.conf Vhosts_ispconfig.conf~ They look like this:
Code:
###################################
#
# ISPConfig vHost Configuration File
# Version 1.0
#
###################################
#
NameVirtualHost 210.48.62.30:80
<VirtualHost 210.48.62.30:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
NameVirtualHost 210.48.62.30:80
<VirtualHost 210.48.62.30:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
######################################
# Vhost: www.chillifire.net:80
######################################
#
#
<VirtualHost 210.48.62.30:80>
SuexecUserGroup web3_contact web3
ServerName www.chillifire.net:80
ServerAdmin webmaster@chillifire.net
DocumentRoot /var/www/web3/web
ServerAlias chillifire.net
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /var/www/web3/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web3/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/var/www/web3/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web3/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web3/user/$1/web/$3
</VirtualHost>
There is nothing anywhere I can see that would tell the system how to deal with port 443 (other than ports.conf, which says:
Code:
Listen 80
<IfModule mod_ssl.c>
Listen 443
</IfModule>
- This is what is in directory /root/ispconfig/httpd/conf/ssl.crt
Code:
0cf14d7d.0 544fc7bf.1 82ab5372.0 README.CRT ca.crt server.crt snakeoil-ca-rsa.crt snakeoil-rsa.crt
544fc7bf.0 5d8360e1.0 Makefile ca-bundle.crt e52d41d0.0 snakeoil-ca-dsa.crt snakeoil-dsa.crt
Is that what should be there? The server.crt file is the one I manually recreated.
Again, I suspect it has something to do with the failed installation, but then again, what do I know? So for starters, where should I look for dud certificates. And why are there no ssl modules and for Vhost? Any input/advice is welcome.
Thanks
chillifire
Auckland, New Zealand
PS: Here is some more output you will ask me for:
Code:
root@blackbird:~# netstat -tan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN
tcp 0 0 210.48.62.30:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
tcp 0 0 210.48.62.30:81 60.234.129.51:56569 TIME_WAIT
tcp 0 0 210.48.62.30:81 60.234.129.51:56567 TIME_WAIT
tcp6 0 0 :::993 :::* LISTEN
tcp6 0 0 :::995 :::* LISTEN
tcp6 0 0 :::110 :::* LISTEN
tcp6 0 0 :::143 :::* LISTEN
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::25 :::* LISTEN
tcp6 0 0 ::1:953 :::* LISTEN
tcp6 0 2112 ::ffff:210.48.62.30:22 ::ffff:60.234.129:56685 ESTABLISHED
Recent comments
8 hours 1 min ago
12 hours 53 min ago
21 hours 46 min ago
22 hours 45 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 7 hours ago
1 day 14 hours ago
1 day 23 hours ago
2 days 1 hour ago