[horde] Horde 4 on nginx.
P.V.Anthony
pvantony at singnet.com.sg
Fri Jul 13 04:56:29 UTC 2012
On 26/06/2012 05:05, Florian Brandner wrote:
> Yep, I use Horde with nginx. My first problem was the configuration for
> the php parameters. The following block works for me:
>
> location ~ \.php {
> fastcgi_split_path_info ^(.+\.php)(/.+)$;
> fastcgi_param PATH_INFO $fastcgi_path_info;
> fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
> fastcgi_pass 127.0.0.1:9000;
> fastcgi_index index.php;
> fastcgi_param HTTPS $php_https;
> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
> include fastcgi_params;
> }
Just wanted to feedback that your setting above works great.
Thank you very much for sharing the config.
Just a note to others, I had to set cgi.fix_pathinfo=1 in /etc/php.ini
for horde to work.
P.V.Anthony
More information about the horde
mailing list