ISPConfig3 with NGINX and HORDE

Discussion in 'Server Operation' started by arstacey, Apr 28, 2012.

  1. arstacey

    arstacey New Member

    Following these two tutorials, The Perfect Server - Debian Squeeze (Debian 6.0) With BIND, Dovecot & Nginx [ISPConfig 3] and Install Horde 4 Webmail For ISPConfig On Debian Squeeze Through PEAR, I have attempted to setup an ISPConfig3 server using NGINX and horde groupware. I got ISPConfig3 working fine, but ran into this error after step 11 of the horde installation where I am supposed to restart the nginx service:

    unexpected end of file, expecting ";" or "}" in /etc/nginx/conf.d/horde.conf:12

    I have retyped it to make sure there were not any null spaces at the end and my text appears exactly as it does in step 10 of the tutorial. Anyone know what could be the cause of this?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please post your /etc/nginx/conf.d/horde.conf file.
     
  3. arstacey

    arstacey New Member

    Alias /Microsoft-Server-ActiveSync /var/www/horde/rpc.php
    Alias /horde /var/www/horde
    <Directory /var/www/horde>
    Options +FollowSymLinks
    AllowOverride None
    order allow,deny
    allow from all
    php_value include_path ".:/usr/share/php"
    php_value open_basedir "none"
    php_value upload_tmp_dir "/var/www/horde/phptmp/"
    </Directory>
     
  4. falko

    falko Super Moderator Howtoforge Staff

    This is an Apache configuration, not a configuration for nginx.
     
  5. pvanthony

    pvanthony Active Member HowtoForge Supporter

    Nginx config for horde 4 webmail

    Hi,

    Found how to config horde on nginx? If yes, I would really like to know how it was done. Could you share the config for nginx to run horde 4 webmail?

    P.V.Anthony
     
  6. falko

    falko Super Moderator Howtoforge Staff

    I haven't tried to run Horde on nginx yet.
     

Share This Page