[Indimail-support] iwebadmin on nginx

17 views
Skip to first unread message

Fabian Santiago

unread,
Mar 17, 2017, 9:03:32 PM3/17/17
to indimail...@lists.sourceforge.net
Does anyone have this running on nginx? I could use some help with the
config file.

nginx
fcgiwrap
centos 7

thanks.

i followed a sample for qmailadmin but obviously it doesn't quite line
up. i get the login screen but from there it goes to 404 not found.

- Fabian S.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Indimail-support mailing list
Indimail...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/indimail-support

Fabian Santiago

unread,
Mar 17, 2017, 10:01:12 PM3/17/17
to indimail...@lists.sourceforge.net
once again, nvm, i got it:

the key location block is:

location /cgi-bin/iwebadmin {
root /var/www/cgi-bin;
fastcgi_split_path_info (^/cgi-bin/iwebadmin[^/]*)(.*)$;
fastcgi_pass unix:/var/run/fcgiwrap.socket;
fastcgi_param SCRIPT_FILENAME /var/www/cgi-bin/iwebadmin;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param HTTPS on;
include fastcgi_params;
}

seems to work fine now. thanks.

- Fabian S.

Manvendra Bhangui

unread,
Mar 17, 2017, 10:26:42 PM3/17/17
to Fabian Santiago, indimail...@lists.sourceforge.net
On 18 March 2017 at 07:30, Fabian Santiago <fsan...@garbage-juice.com> wrote:
> once again, nvm, i got it:
>
> the key location block is:
>
> location /cgi-bin/iwebadmin {
> root /var/www/cgi-bin;
> fastcgi_split_path_info (^/cgi-bin/iwebadmin[^/]*)(.*)$;
> fastcgi_pass unix:/var/run/fcgiwrap.socket;
> fastcgi_param SCRIPT_FILENAME /var/www/cgi-bin/iwebadmin;
> fastcgi_param PATH_INFO $fastcgi_path_info;
> fastcgi_param HTTPS on;
> include fastcgi_params;
> }
>
> seems to work fine now. thanks.

I am not a web guy. So if you can document the setup of iwebadmin for
nginx, it would be great.
I will have your doc included as part of the next release
Reply all
Reply to author
Forward
0 new messages