Hallo, Nochmal Danke für die Hilfe, Ich habe jetzt alle nicht auskommentierten Zeilen zusammenkopiert. Ich hoffe jemand kann mir helfen: #Inhalt von httpd.conf Include /etc/apache2/uid.conf Include /etc/apache2/server-tuning.conf ErrorLog /var/log/apache2/error_log Include /etc/apache2/sysconfig.d/loadmodule.conf Include /etc/apache2/listen.conf Include /etc/apache2/mod_log_config.conf Include /etc/apache2/sysconfig.d/global.conf Include /etc/apache2/mod_status.conf Include /etc/apache2/mod_info.conf Include /etc/apache2/mod_usertrack.conf Include /etc/apache2/mod_autoindex-defaults.conf TypesConfig /etc/apache2/mime.types DefaultType text/plain Include /etc/apache2/mod_mime-defaults.conf Include /etc/apache2/errors.conf Include /etc/apache2/ssl-global.conf <Directory /> Options None AllowOverride None Order deny,allow Deny from all # SSLRequireSSL </Directory> AccessFileName .htaccess <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> DirectoryIndex index.html index.html.var Include /etc/apache2/default-server.conf Include /etc/apache2/sysconfig.d/include.conf # Include /etc/apache2/vhosts.d/*.conf #Inhalt von default-server.conf <Directory "/srv/www/htdocs"> Options None AllowOverride None Order deny,allow deny from all Allow from meine IPs </Directory> #Inhalt von listen.conf <IfDefine SSL> <IfDefine !NOSSL> <IfModule mod_ssl.c> Listen 443 </IfModule> </IfDefine> </IfDefine> Listen 443 Listen 80 #Inhalt von etc/sysconfig/apache2 DOC_SERVER="no" APACHE_CONF_INCLUDE_FILES="" APACHE_CONF_INCLUDE_DIRS="" APACHE_MODULES="suexec access actions alias auth auth_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif userdir ssl php4" APACHE_SERVER_FLAGS="-D SSL" APACHE_HTTPD_CONF="" APACHE_MPM="" APACHE_SERVERADMIN="meine Mailadresse" APACHE_SERVERNAME="mein Servername" APACHE_START_TIMEOUT="5" APACHE_SERVERSIGNATURE="on" APACHE_LOGLEVEL="debug" APACHE_ACCESS_LOG="/var/log/apache2/access_log combined" APACHE_USE_CANONICAL_NAME="off" APACHE_SERVERTOKENS="OS" APACHE_EXTENDED_STATUS="off" APACHE_BUFFERED_LOGS="off" APACHE_TIMEOUT="300" Gruß Andrea
Könntest du einfach mal aus /etc/apache2/ die default_server.conf, die listen.conf und /etc/sysconfig/apache2 posten? Ersetze deine IP-Addressen und Domain-/Hostnamen in unverfängliche Namen, dann können wir bestimmt erheblich schneller helfen.