Description:
update NOTES
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@120 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r55:3e9e12386752 - - 1 file changed: 1 inserted, 1 deleted
@@ -31,25 +31,25 | |||
|
31 | 31 | Options FollowSymLinks |
|
32 | 32 | AllowOverride None |
|
33 | 33 | Order allow,deny |
|
34 | 34 | Allow from all |
|
35 | 35 | </directory> |
|
36 | 36 | |
|
37 | 37 | <proxy balancer://mongrel_cluster> |
|
38 | 38 | BalancerMember http://127.0.0.1:8000 |
|
39 | 39 | BalancerMember http://127.0.0.1:8001 |
|
40 | 40 | BalancerMember http://127.0.0.1:8002 |
|
41 | 41 | BalancerMember http://127.0.0.1:8003 |
|
42 | 42 | BalancerMember http://127.0.0.1:8004 |
|
43 |
- Allow from |
|
|
43 | + Allow from all | |
|
44 | 44 | </proxy> |
|
45 | 45 | |
|
46 | 46 | # can't use proxypass because we want access to balancer-manager |
|
47 | 47 | #ProxyPass / balancer://mongrel_cluster/ |
|
48 | 48 | #ProxyPassReverse / balancer://mongrel_cluster/ |
|
49 | 49 | |
|
50 | 50 | <Location /balancer-manager> |
|
51 | 51 | SetHandler balancer-manager |
|
52 | 52 | </Location> |
|
53 | 53 | |
|
54 | 54 | RewriteEngine On |
|
55 | 55 |
You need to be logged in to leave comments.
Login now