Hello guys,
its me again - I don't stop to ask boring stupid and boring questions lol....
Okay, lets go :S:
1) I did the HowTo to make ispCP more secure.
As I telnet my server in step 2 I get the wrong HTML Page. I should get the " HTTP/1.1 301 Moved Permanently" message but I got this:
Code:
vecho:~# /etc/init.d/apache2 reload
Reloading web server config: apache2[Mon Apr 13 04:57:35 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
.
vecho:~# telnet vecho.de 80
Trying 192.168.13.55...
Connected to vecho.de.
Escape character is '^]'.
^]
<br />
<b>Notice</b>: Undefined index: HTTP_HOST in <b>/var/www/ispcp/gui/index.php</b> on line <b>85</b><br />
<html>
<head>
<title>ispCP Omega a Virtual Hosting Control System</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="robots" content="nofollow, noindex">
<link href="themes/omega_original/css/ispcp.css" rel="stylesheet" type="text/css">
</head>
<body onload="javascript:document.frm.uname.focus()">
<table width="100%" height="100%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="453" style="border:solid 1px #CCCCCC;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<form name="frm" action="index.php" method="post">
<table width="453" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7" width="453" height="69" class="loginTop"> </td>
</tr>
<tr>
<td colspan="7"><div align="center"><span style="font-size:x-small;">Bitte Benutzername und Passwort eingeben.</span></div></td>
</tr>
<tr>
<td width="19"> </td>
<td width="94" rowspan="4"><div align="center"><img src="themes/omega_original/images/login/login_lock.jpg" width="53" height="72" alt=""></div></td>
<td width="20"> </td>
<td colspan="4" width="320"> </td>
</tr>
<tr>
<td rowspan="3"> </td>
<td rowspan="3"> </td>
<td width="131" class="login_text"><div align="right"><label for="uname">Benutzername</label></div></td>
<td width="14" class="login_text"> </td>
<td width="150"><input type="text" name="uname" id="uname" value="" maxlength="255" style="width:150px" class="textinput" tabindex="1"></td>
<td width="25"> </td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td class="login_text"><div align="right"><label for="upass">Passwort</label></div></td>
<td class="login_text"> </td>
<td><input type="password" name="upass" id="upass" value="" maxlength="255" style="width:150px" class="textinput" tabindex="2"></td>
<td> </td>
</tr>
<tr>
<td colspan="3"><div align="center"><a class="login" href="lostpassword.php" tabindex="4"><span style="font-size:x-small;">Kennwort vergessen</span></a></div></td>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="3"> </td>
<td colspan="2" align="right"> </td>
<td align="right"><input type="submit" name="Submit" class="button" value=" Anmelden " tabindex="3"></td>
<td align="right"> </td>
</tr>
<!-- /* Uncomment this, to use SSL-Switch */
<tr>
<td colspan="7"> </td>
</tr>
<tr>
<td colspan="5"> </td>
<td style="width:151px;text-align:right;"><img alt="lock" src="themes/omega_original/images/login/unlock.png" style="vertical-align:middle" border="0"> <a class="login" href="https://" title="Secure Connection">Secure Connection</a></td>
<td> </td>
</tr>
/* END SSL-Switch */ -->
</table>
</form>
</td>
</tr>
</table>
<table align="center" width="453">
<tr>
<td align="right" class="login">Powered by <a class="login" href="http://www.isp-control.net" target="_blank">ispCP Omega</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Connection closed by foreign host.
Is there anything wrong? Or is that not necassary?
2) I think I create my SSL certificates a little bit wrong. Can I just recreate them and put it into the directorys?
3) I asked in two topics about this problems but I dont got an solution for this problem =/. It's about no added subdomains which are available Oo. Maybe someone can help me now
:
http://www.isp-control.net/forum/thread-6383.html
4) I do all my e-mails about my domain hoster, cause my ispCP is on my home server. Should I disable anything from postfix or so?
Hope you can help me guys
Bye!