Vote #68760
未完了Use redmine.pm in nginx
0%
説明
move:
perl_modules /redmine/extra/svn;
perl_require Redmine.pm;
to :/etc/nginx/nginx.conf
But redmine.pm still can not load successfully, error message is:
[emerg]: require_pv("Redmine.pm") failed: "Can't locate Apache2/Module.pm in @INC (@INC contains: /usr/perl/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/perl/lib/Redmine.pm line 106.
BEGIN failed--compilation aborted at /usr/perl/lib/Redmine.pm line 106.
journals
This module was designed for apache. I leave it open in case someone else is interested in porting it to nginx.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
I found something interesting for nginx here https://github.com/kchmck/nginx-redmine-access
but cant understand how to implement this .
--------------------------------------------------------------------------------