Hello everybody.. i have used this howto.. everything seem to work fine .. but i cant get horde to work ... I want to use horde with NGINX.. Horde is Installed in /var/www/horde.. and i want to use horde like this way "http://domain.at/webmail" or via http://webmail.domain.at i have tried a lot of ways but i became only 404 error... My last Try: Code: location /horde { root /var/www/; index index.php index.html index.htm; location ~ ^/horde/(.+\.php)$ { try_files $uri =404; root /var/www/; fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_param HTTPS $https; # <-- add this line fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $request_filename; include /etc/nginx/fastcgi_params; fastcgi_param PATH_INFO $fastcgi_script_name; fastcgi_buffer_size 128k; fastcgi_buffers 256 4k; fastcgi_busy_buffers_size 256k; fastcgi_temp_file_write_size 256k; fastcgi_intercept_errors on; } location ~* ^/horde/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ { root /var/www/; } } location /webmail { rewrite ^/* /horde last; } I have add: /var/www/horde to -> basedir...
Hmm.. My main problem is: pear channel-discover pear.horde.org Discovering channel pear.horde.org over http:// failed with message: channel-add: Cannot open "http://pear.horde.org/channel.xml" (Connection to `pear.horde.org:80' failed: Connection timed out) Trying to discover channel pear.horde.org over https:// instead Discovery of channel "pear.horde.org" failed (channel-add: Cannot open "https://pear.horde.org/channel.xml" (Connection to `pear.horde.org:443' failed: Connection timed out)) And this on a fresh install :/
Are you resolving addresses correctly? host pear.horde.org Should come back with an ip of 200.46.208.218.
Hi dcurrey. Yep. mike@testserver:~$ host pear.horde.org pear.horde.org is an alias for ftp.horde.org. ftp.horde.org has address 200.46.208.218
Any type of firewall running that would prevent you from accesses remote port 80 and 443? If not other than some sort of temporary pear / connection error I am out of ideas.
Hi. No no problems like that. I can import other channels, just not Horde. <EDIT> Problem solved. In case anyone else gets this issue, stop fail2ban.