Sponsor-Board.de

Normale Version: Apache2 & ISPconfig Problem bei Rootserver 2
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo,

ich habe gerade Rooserver 2 auf das aktuelle Debian 7 gebracht und somit dann auch ISPConfig mal aktualisiert auf die neue stabile 3er Version. Nun habe ich ein kleines Problem welches sich mir noch nicht so wirklich Antwort gibt. Also ich vermute das im Apache eine Modul Einstellung auf einmal fehlt und sie nicht mehr automatisch eingetragen wird oder automatisch vorhanden ist, daher würde ich einmal um eure Hilfe bitten wenn möglich.

Also hier ist mal mein Apache Error.log

Code:
[Tue Dec 31 09:58:01 2013] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Tue Dec 31 09:58:03 2013] [notice] caught SIGTERM, shutting down
[Tue Dec 31 09:58:04 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u7 configured -- resuming normal operations
[Tue Dec 31 10:02:37 2013] [notice] Graceful restart requested, doing restart
apache2: Could not reliably determine the server's fully qualified domain name, using 2a01:4f8:120:83a6::2 for ServerName
[Tue Dec 31 10:02:37 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u7 configured -- resuming normal operations
[Tue Dec 31 10:02:41 2013] [notice] Graceful restart requested, doing restart
apache2: Could not reliably determine the server's fully qualified domain name, using 2a01:4f8:120:83a6::2 for ServerName
[Tue Dec 31 10:02:41 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u7 configured -- resuming normal operations
[Tue Dec 31 10:11:32 2013] [notice] Graceful restart requested, doing restart
apache2: Could not reliably determine the server's fully qualified domain name, using 2a01:4f8:120:83a6::2 for ServerName
[Tue Dec 31 10:11:32 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u7 configured -- resuming normal operations
[Tue Dec 31 10:11:42 2013] [notice] Graceful restart requested, doing restart
apache2: Could not reliably determine the server's fully qualified domain name, using 2a01:4f8:120:83a6::2 for ServerName
[Tue Dec 31 10:11:42 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u7 configured -- resuming normal operations
[Tue Dec 31 10:23:56 2013] [error] [client 109.47.3.151] Symbolic link not allowed or link target not accessible: /var/www/ispconfig


Die genannte 000-ispconfig.vhost :

Code:
######################################################
# This virtual host contains the configuration
# for the ISPConfig controlpanel
######################################################

Listen 8080
NameVirtualHost *:8080

<VirtualHost _default_:8080>
  ServerAdmin webmaster@localhost
  
  <FilesMatch "\.ph(p3?|tml)$">
    SetHandler None
  </FilesMatch>
  
  <IfModule mod_fcgid.c>
    DocumentRoot /var/www/ispconfig/
    SuexecUserGroup ispconfig ispconfig
    <Directory /var/www/ispconfig/>
      Options -Indexes FollowSymLinks MultiViews +ExecCGI
      AllowOverride AuthConfig Indexes Limit Options FileInfo
      AddHandler fcgid-script .php
      FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
      Order allow,deny
      Allow from all
    </Directory>
    IPCCommTimeout  7200
    MaxRequestLen 15728640
  </IfModule>
  
  <IfModule mpm_itk_module>
    DocumentRoot /usr/local/ispconfig/interface/web/
    AssignUserId ispconfig ispconfig
    AddType application/x-httpd-php .php
    <Directory /usr/local/ispconfig/interface/web>
      # php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp"
      Options FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
      php_value magic_quotes_gpc        0
    </Directory>
  </IfModule>
  
  # ErrorLog /var/log/apache2/error.log
  # CustomLog /var/log/apache2/access.log combined
  ServerSignature Off
  
  <IfModule mod_security2.c>
    SecRuleEngine Off
  </IfModule>

  # SSL Configuration
  SSLEngine On
  SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
  SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
  #SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle

</VirtualHost>

<Directory /var/www/php-cgi-scripts>
    AllowOverride None
    Order Deny,Allow
    Deny from all
</Directory>

<Directory /var/www/php-fcgi-scripts>
    AllowOverride None
    Order Deny,Allow
    Deny from all
</Directory>


Dazu muss ich sagen das alle meine Rootserver bei Hetzner sind und dieser Server einzig und allein zur Webspace und VServer bereit Stellung dienlich ist und daher gerade keine Kunden dadrauf sind ich ihn aktualisieren wollte. Hier ist natürlich auch keine Domain vorhanden. Wer Hetzner kennt weiß das dazu die FQDN angelegt wurde static.xx.xx.xx.xx.*******.de ! Nun scheint er aber anscheinend auch damit ein Problem zu haben aufeinmal . Das Problem hatte ich vorher wiederum nicht.

Würde mich sehr über eure Hilfe freuen bevor die Bestellungen wieder so kommen das ich den Server brauche und ich ihn nicht nutzen kann ^^

Hier auch mal ein Screenshot von meiner Konsole ^^
[Link: Registrierung erforderlich]

Du versuchst gerade in einer vhost Datei, die nur für http gedacht ist, eine SSL Zertifikat mit einzubauen (s. Dein Screenshot).
Außerdem würde ich den Hostname mal anpassen. Der ist definitiv kein FQDN.

Entferne einfach die Zeilen mir SSL... oder passe die vhost für SSL an.
mod_ssl muss natürlich aktiviert sein.

Code:
<IfModule mod_ssl.c>
Listen 8080
<VirtualHost _default_:8080>

Inhalt...

# SSL Configuration
SSLEngine On
SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
#SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle

</VirtualHost>
</IfModule>

Hi Smile Danke erstmal für deine Antwort.

Ich habe mal den Server auf Restore gemacht also genulled und entsprechend noch einmal alles gemacht aber dieses mal ohne den Virtuellen Host. Komischerweiße funktioniert nun alles einwandfrei Smile
Referenz-URLs