hallo
Sorry, ich blicks immer noch net ganz
So sieht der untere Teil meiner httpd.conf jetzt aus, nachdem ich den einen Eintrag hinzugefügt habe.
## CONFIXX
<Directory "/var/www/confixx/html">
AllowOverride all
</Directory>
NameVirtualHost 61.72.251.147:80
<VirtualHost 61.72.251.147:80>
ServerName 311144.vserver.de
#User confixx
#Group users
DocumentRoot /var/www/confixx/html
php_admin_value safe_mode Off
php_admin_value safe_mode_exec_dir /var/www/confixx/bin
php_admin_value upload_tmp_dir /var/www/confixx/tmp
php_admin_value open_basedir none
ScriptAlias /cgi-bin/ /var/www/confixx/html/cgi-bin/
CustomLog /var/log/httpd/311144.vserver.de_access.log "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
ErrorLog /var/log/httpd/311144.vserver.de_error.log
</VirtualHost>
<VirtualHost 61.72.251.147:80>
ServerName ssl.domain.de
DocumentRoot /var/www/web1/html/ssl-unterverzeichnis
SuexecUserGroup web1 ftponly
ScriptAlias /cgi-bin/ /var/www/web1/html/cgi-bin/
php_admin_value open_basedir /var/www/web1/:/var/www/html/phpmyadmin/:/var/www/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /var/www/web1/phptmp/
php_admin_flag safe_mode Off
</VirtualHost>
Include /etc/httpd/conf/confixx_vhost.conf
# ^- Dieser Eintrag sollte unbedingt am Ende der Datei bleiben
## /CONFIXX
php_value short_open_tag 1
php_value register_globals 1
Was muß ich abändern, damit
1. mein verzeichnis ssl-unterverzeichnis mit https unter
https://ssl.domain.de aufrufbar wird
2. alles was mit confixx zu tun hat, auch über https läuft.
DANKE