Feature #7061
openUse redmine.pm in nginx
0%
Description
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 Cedric Albrecht (Cedric Albrecht 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.
Updated by Jean-Philippe Lang almost 14 years ago
- Tracker changed from Defect to Feature
This module was designed for apache. I leave it open in case someone else is interested in porting it to nginx.
Updated by Toshi MARUYAMA over 13 years ago
- Subject changed from Use redmine.pem in nginx to Use redmine.pm in nginx
- Category changed from SCM to SCM extra
Updated by Sasha Harutyunyan almost 8 years ago
+1
I found something interesting for nginx here https://github.com/kchmck/nginx-redmine-access
but cant understand how to implement this .