Latest Update 3.0.5.1 breaks webmail

Discussion in 'General' started by jcombs_31, Feb 27, 2013.

  1. jcombs_31

    jcombs_31 New Member

    Last edited: Feb 27, 2013
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. Inspi

    Inspi New Member

    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.
     
  4. jcombs_31

    jcombs_31 New Member

    Thanks, I changed to use the apps vhost and all it working, but had to add the SSL bindings to the vhost.
     
  5. beyerservice

    beyerservice Member HowtoForge Supporter

    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.
     

Share This Page