After Update to Debian 8 each http site redirect to squirrelmail

Discussion in 'General' started by Kekskrümel, May 25, 2015.

  1. Kekskrümel

    Kekskrümel New Member

    Hi,

    after updating to Debian 8 each http user site redirect to domain/src/login.php squirrelmail login.

    Each HTTPS site points to the correct location.

    If I move the 000-ispconfig.conf file out of the sites-enabled all works fine.

    Here is the file.

    Code:
    ################################################
    # ISPConfig Logfile configuration for vlogger
    ################################################
    
    LogFormat "%v %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
    CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig
    
    <Directory /var/www/clients>
      AllowOverride None
      Require all denied
      </Directory>
    
    # Do not allow access to the root file system of the server for security reasons
    <Directory />
      Options -Indexes
      AllowOverride None
      Require all denied
      </Directory>
    
    <Directory /var/www/conf>
      AllowOverride None
      Require all denied
      </Directory>
    
    # Except of the following directories that contain website scripts
    <Directory /usr/share/phpmyadmin>
      Require all granted
      </Directory>
    
    <Directory /usr/share/phpMyAdmin>
      Require all granted
      </Directory>
    
    <Directory /srv/www/htdocs>
      Require all granted
      </Directory>
    
    <Directory /usr/share/squirrelmail>
      Require all granted
      </Directory>
    
    # Allow access to mailman on OpenSuSE
    <Directory /usr/lib/mailman/cgi-bin>
      Require all granted
      </Directory>
    
    <Directory /usr/lib/mailman/icons>
      Require all granted
      </Directory>
    
    <Directory /var/lib/mailman/archives/>
      Options +FollowSymLinks
      Require all granted
      </Directory>
    
    # allow path to awstats and alias for awstats icons
    <Directory /usr/share/awstats>
      Require all granted
      </Directory>
    
    
    NameVirtualHost *:80
    NameVirtualHost *:443
    
    Does someone have any Idear ?

    Thx & Greetings
     
    Last edited: May 25, 2015
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you run a ispconfig update with "reconfigure servivces" after updating to jessie?
    Did you run a resync on all websites with the resync tool in ispconfig after the update?
     
  3. Kekskrümel

    Kekskrümel New Member

    Problem fixed with resync !

    Thx for the help.
     

Share This Page