⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Redmine Migration on Centos 7 (from version 1.00 to 5.0.1)
All Projects
Redmine Migration on Centos 7 (from version 1.00 to 5.0.1)
Overview
Activity
News
Documents
Wiki
Files
Download (851 Bytes)
Files
» redmine.conf
Chong-Ting
, 12/13/2023 02:46 PM
Listen
8000
Alias
/
redmine
"/usr/local/redmine-5.0.1/public"
<
VirtualHost
*:
8000
>
ServerName
192
.
168
.
2
.
63
DocumentRoot
"/usr/local/redmine-5.0.1/public"
RedirectMatch
^/$ /
redmine
/
LoadModule
passenger_module
/
usr
/
local
/
rvm
/
gems
/
ruby
-
2
.
6
.
6
/
gems
/
passenger
-
6
.
0
.
19
/
buildout
/
apache2
/
mod_passenger
.
so
#LoadModule proxy_module modules/mod_proxy.so
ErrorLog
logs
/
redmine_error_log
LogLevel
warn
<
Directory
"/usr/local/redmine-5.0.1/public"
>
Options
Indexes
ExecCGI
FollowSymLinks
Require
all
granted
AllowOverride
all
</
Directory
>
</
VirtualHost
>
<
IfModule
mod_passenger
.
c
>
PassengerRoot
/
usr
/
local
/
rvm
/
gems
/
ruby
-
2
.
6
.
6
/
gems
/
passenger
-
6
.
0
.
19
PassengerDefaultRuby
/
usr
/
local
/
rvm
/
gems
/
ruby
-
2
.
6
.
6
/
wrappers
/
ruby
</
IfModule
>
« Previous
1
2
3
Next »
(3-3/3)
Loading...