« Wow. Fast. // Cool jewelry »
Horde-imp on lighttpd
Posted on May 10th, 2007 by Daniel
Having just slogged my way through setting up horde-imp on lighttpd (as opposed to apache…), here is a note:
The default php flags are not sufficient. Horde will run, but you won’t be able to configure it. I added the following flags to php, but I have no idea which ones did the trick:
dev-lang/php bzip2 cgi ctype fastbuild fastcgi force-cgi-redirect gd hash pdo pic posix simplexml soap sockets tokenizer truetype xml xmlreader xmlwriter xsl
I know you need fastcgi and xml; I assume my problem was lack of xmlreader xmlwriter and xsl, since the problem was lack of DOM php support.
Now to set up spam/virus filtering, and my new mail server will be complete…
Hi!
I have an apache, but i think it’sn’t an apache-lighty problem.
My PHP is installed with these flags:
dev-lang/php apache2 berkdb bzip2 calendar cgi cli crypt ctype exif ftp gd gdbm iconv imap inifile ipv6 kerberos ldap mssql mysql mysqli ncurses nls pcre pic readline reflection session simplexml snmp sockets spell spl sqlite ssl tidy truetype unicode xml xmlreader xmlrpc xmlwriter xpm xsl zip zlib
I think you can remove the apache2, ldap, mssql, snmp, kerberos, sockets, spl, sqlite, xpm and xsl flags safely.