Feature #7061
Use redmine.pm in nginx
Status: | New | Start date: | 2010-12-07 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM extra | |||
Target version: | - | |||
Resolution: |
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 @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.
History
#1
Updated by Jean-Philippe Lang over 12 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.
#2
Updated by Toshi MARUYAMA almost 12 years ago
- Subject changed from Use redmine.pem in nginx to Use redmine.pm in nginx
- Category changed from SCM to SCM extra
#3
Updated by Alex Voronko about 10 years ago
+1
#4
Updated by Robson Peixoto almost 10 years ago
+1
#5
Updated by Sasha Harutyunyan over 6 years ago
+1
I found something interesting for nginx here https://github.com/kchmck/nginx-redmine-access
but cant understand how to implement this .