Ich habe eben eine subdomain über Confixx gelöscht da ich diese nciht mehr gebraucht habe, seid dem streikt der Apache
SSL ist aber
in der httpd.conf drin, warum meckert der den?
Debian 3.1, apache 2.2, php4
etc/apache2# /etc/init.d/apache2 start
Starting apache 2.0 web server...The startssl option is no longer supported.
Please edit httpd.conf to include the SSL configuration settings
and then use apachectl start.
failed!
SSL ist aber
NameVirtualHost XX.XX.XX.XXX:443
## SSL CONFIG
<Directory "/var/www/web1/html">
AllowOverride all
</Directory>
<VirtualHost xx.xx.xx.xx:443>
ServerName xxxxxx.de
ServerAlias Forward
DocumentRoot /var/www/web1/html
php_admin_value safe_mode_exec_dir /var/www/web1/bin
php_admin_value upload_tmp_dir /var/www/web1/phptmp
xx@xx.de"
ScriptAlias /cgi-bin/ /var/www/web1/html/cgi-bin/
CustomLog /var/log/apache2/ssl_meinedomain.de_access.log "%h %l %u %t \"%r\" %s %b \"%i\""
ErrorLog /var/log/apache2/ssl_meinedomain.de_error.log
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl/d156e648.0
SSLCertificateFile /etc/apache2/ssl/3752f22d.0
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
</VirtualHost>
in der httpd.conf drin, warum meckert der den?
Debian 3.1, apache 2.2, php4