Current time: 10-02-2024, 07:28 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]http geht, https geht nicht (für 2. IP)
Author Message
rethus Offline
Junior Member
*

Posts: 202
Joined: May 2009
Reputation: 3
Post: #1
[ERLEDIGT]http geht, https geht nicht (für 2. IP)
Hi Leute,

ich habe mir eine zweite IP auf meinen ispCP-Container gelegt. Via HTTP kann ich die Webseite der neuen IP aufrufen, via https erhalte ich immer ein "Service temporarily unaviable".

Ich habe in /etc/apache/ports.conf folgendes stehen:
Quote:<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>

#NameVirtualHost *:80 # moved to sites-aviable/ispcp.conf
Listen 80
Dann hab ich in /etc/apache2/sites-available/ispcp.conf
Quote:NameVirtualHost xx.xx.xx.237:443
hinzugefügt.

Dann hab ich in /etc/apache2/sites-available/ ein 02_ssl.conf erstellt und dort folgendes eingeschrieben:
Quote:<VirtualHost x.x.x.237:443>
ServerName myserver.de
DocumentRoot /var/www/virtual/myserver.de/htdocs

<IfModule mod_gnutls.c>
GnuTLSEnable on
GnuTLSCertificateFile /etc/apache2/ssl/myserv.cert
GnuTLSKeyFile /etc/apache2/ssl/myserv.key
GnuTLSPriorities NORMAL
</IfModule>
<IfModule suexec_module>
SuexecUserGroup vu2024 vu2024
</IfModule>
</VirtualHost>

das habe ich natürlich über a2ensite 02_ssl.conf hinzugefügt und den Apache neu gestartet.

Hat jemand eine Ahnung, was ich falsch mache?
(This post was last modified: 07-06-2010 10:50 PM by ZooL.)
07-05-2010 09:57 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
[ERLEDIGT]http geht, https geht nicht (für 2. IP) - rethus - 07-05-2010 09:57 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)