HTTPS und es will nicht klappen...

Alles, was den Apache betrifft, kann hier besprochen werden.

HTTPS und es will nicht klappen...

Postby Lazarus » 08. May 2007 10:27

Hai!

Ich versuche gerade einen Apache Server auf Win2k3 Server aufzusetzen. Normales HTTP über Port 80 klappt ganz hervorragend. Nur leider brauche ich HTTPS. Und das will nicht.

Die Firewall von Windoof ist aus, der Router forewarded Port 443 und so sieht das aus, was ich der HTTPD.conf hinzugefügt habe:


Listen 80
Listen 443

LoadModule ssl_module "C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_ssl.so"


<VirtualHost 195.202.49.35:443>
ServerName exchange.bieber-schmeltz.com
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/Gedweb"
SSLEngine On
SSLCertificateFile "ssl/bs.crt"
SSLCertificateKeyFile "ssl/bs.key"
</VirtualHost>

<VirtualHost 192.168.66.5:443>
ServerName exchange.bieber-schmeltz.com
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/Gedweb"
SSLEngine On
SSLCertificateFile "C:/Program Files/Apache Software Foundation/Apache2.2/ssl/bs.crt"
SSLCertificateKeyFile "C:/Program Files/Apache Software Foundation/Apache2.2/ssl/bs.key"
</VirtualHost>


<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
LoadModule Novaxel_module htdocs/script/Novaxel.so
<Location /novaxel>
SetHandler Novaxel-handler
</Location>


Der Apache startet ohne Murren.
Beitrag bearbeiten/löschen
Lazarus
 
Posts: 1
Joined: 08. May 2007 10:24

Return to Apache

Who is online

Users browsing this forum: No registered users and 25 guests