Moin.....
vor dem Update von RC2 auf RC4 hatte ich Horde unter /var/www/horde installiert und auch entsprechende Einträge in der ispcp.conf gemacht.....
Nun funktioniert es leider nicht mehr, was muß ich dort eintragen ?
Beim Aufruf kommt immer die Fehlermeldung open_basedir ......
Allerdings habe ich den Pfad bereits eingetragen und apache reloaded und neu gestartet, allerdings ohne Erfolg......
Hier meine ispcp.conf:
Quote:<VirtualHost 99.99.999.99:80>
    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>
    ServerAdmin     webmaster@meinedomain.de
    DocumentRoot    /var/www/horde
    ServerName      mail.meinedomain.de
    ErrorLog        /var/log/apache2/users/mail.meinedomain.de-error.log
    TransferLog     /var/log/apache2/users/mail.meinedomain.de-access.log
    CustomLog       /var/log/apache2/mail.meinedomain.de-traf.log traff
    CustomLog       /var/log/apache2/mail.meinedomain.de-combined.log combined
    Alias /errors   /var/www/horde/errors/
    
    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html
    <IfModule mod_cband.c>
        CBandUser mail.meinedomain.de
    </IfModule>
    # httpd awstats support BEGIN.
   # httpd awstats support END.
    # httpd dmn entry cgi support BEGIN.
    # httpd dmn entry cgi support END.
    # httpd dmn entry PHP2 support BEGIN.
    <IfModule mod_php4.c>
        php_admin_value open_basedir "/var/www/horde:/usr/share/php"
        php_admin_value upload_tmp_dir "/var/www/horde/phptmp"
        php_admin_value session.save_path "/var/www/horde/phptmp"
        php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2003 -t -i'
    </IfModule>
    <IfModule mod_php5.c>
        php_admin_value open_basedir "/var/www/horde:/usr/share/php"
        php_admin_value upload_tmp_dir "/var/www/horde/phptmp"
        
        php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2023 -t -i'
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/master/
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    # httpd dmn entry PHP2 support END.
    <Directory /var/www/virtual/horde>
        # httpd dmn entry PHP support BEGIN.
        # httpd dmn entry PHP support END.
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>