Dear all, I'm trying to make Roundcube webmail work with the new httpd daemon in OpenBSD 5.7 release, but cannot get it work with `location` setting.
*) Roundcube was downloaded from http://roundcube.net and extracted to /var/www/roundcubemail, i want to make it accessible with URL: https://[my_server]/mail/, but httpd always raises 404 error. *) php-fpm socket is /var/www/run/php-fpm.socket. I have Nginx running, and it works fine with php-fpm. (of course i stopped Nginx while testing httpd.) *) here's my /etc/httpd.conf: http://pastebin.com/2YUbsG75 The question is, how can i make Roundcube accessible with URL: https://[my_server]/mail/ (not to use a new virtual host). Helps/suggestions are greatly appreciated. :)