Ich habe nach der FAQ im rootforum mir nen SSL-Zertifikat erstellt.
Dann habe ich unter meine Eintrag in der httpd.conf folgendermasen erstellt:
Code: Select all
NameVirtualHost 82.165.15.71:443
<VirtualHost 82.165.15.71:443>
ServerName www.tsaenger.de
DocumentRoot /home/www/web4/html
User web4
Group web4
ScriptAlias /cgi-bin/ /home/www/web4/html/cgi-bin/
CustomLog /home/www/web4/log/access_log confixx2
php_admin_value open_basedir /home/www/web4/html/:/home/www/web4/phptmp/:/home/www/web4/files/:/home/www/web4/atd/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /home/www/web4/phptmp/
<IfDefine SSL>
SSLEngine on
SSLCertificateKeyFile /etc/httpd/ssl.key/web4.key
SSLCertificateFile /etc/httpd/ssl.crt/web4.crt
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/home/www/web4/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfDefine>
</VirtualHost>
var/log/http/error-log sagt mir folgendes:
Code: Select all
[Sat Jun 11 12:31:43 2005] [error] [client 145.254.209.44] Invalid method in request \x80L\x01\x03
[Sat Jun 11 12:31:44 2005] [error] [client 145.254.209.44] Invalid method in request \x80L\x01\x03
Gruß und Danke
Tobias
