I'm getting an internal server error and getting this in my logs. SoftException in Application.cpp:221: File "/var/www/webmail/index.php" is not in document root of Vhost "/var/www/ispconfig/" Anyone else seen this after the latest update? I'm using roundcube as per http://www.howtoforge.com/how-to-install-roundcube-0.7-for-ispconfig-3-on-debian-squeeze
You can not access other applications trough the ispconfig vhost on port 8080 with the latest ispconfig version. The ispconfig vhost was never made for that. If you want to access a external application by http, create e.g. a separate vhost for it or use the ispconfig apps vhost which has been made for that.
Ich habe das Problem auch gehabt und ersteinmal so gelöst: Damit läuft Webmail ersteinmal bis ich es als eigene Webseite angelegt habe. Vielleicht sollte man das Howto zum Installieren von Roundcube ebenfalls anpassen.
Thanks, I changed to use the apps vhost and all it working, but had to add the SSL bindings to the vhost.
for someone found this after searching google for that error: Solution: Add red-Lines if not in your roundcube.conf file. [...] <Directory /var/www/roundcubemail> Options FollowSymLinks <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_admin_flag allow_url_fopen Off php_value include_path . php_admin_value upload_tmp_dir /var/www/roundcubemail/temp php_admin_value open_basedir /var/www/roundcubemail:/etc/hostname:/etc/mailname php_flag register_globals off </IfModule> sorry for crosspost this.