| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Apr 29 at 17:05 | |
| stats | profile views | 1 |
|
Feb 25 |
comment |
HAProxy stats says all Thrift servers are down I updated the question with the formatted out of tcpdump and netstat. |
|
Feb 25 |
revised |
HAProxy stats says all Thrift servers are down added 665 characters in body |
|
Feb 25 |
comment |
HAProxy stats says all Thrift servers are down A lot of this: 15:12:31.878502 IP ip-00.00.00.00.ec2.internal.cslistener > ip-11.11.11.11.ec2.internal.36206: Flags [R.], seq 0, ack 3433673377, win 0, length 0
15:12:33.878425 IP ip-11.11.11.11.ec2.internal.36207 > ip-00.00.00.00.ec2.internal.cslistener: Flags [S], seq 3459211721, win 5840, options [mss 1460,sackOK,TS val 440815982 ecr 0,nop,wscale 10], length 0 Where 00.00.00.00 is the server running the Thrift server and 11.11.11.11 is the server running HAProxy. |
|
Feb 25 |
asked | HAProxy stats says all Thrift servers are down |
|
Aug 17 |
comment |
Why am I getting a 500 error with these RewriteRules It was apparently just getting caught an infinite loop. I changed to RewriteEngine on
RewriteRule ^(?!www).*\.(css|js)$ www%{REQUEST_URI} [L]
RewriteRule ^(?!www)(.*)$ www/index.php [L] and it is working now. |
|
Aug 17 |
comment |
Why am I getting a 500 error with these RewriteRules Changed to RewriteRule (css|js)$ www%{REQUEST_URI} [L] and still get 500. Also, if i rewrite to somewhere else other than /www it will work. |
|
Aug 17 |
awarded | Editor |
|
Aug 17 |
revised |
Why am I getting a 500 error with these RewriteRules added 8 characters in body |
|
Aug 17 |
comment |
Why am I getting a 500 error with these RewriteRules I was writing that comment above and thought maybe it is getting caught in an infinite loop? But I have add NS flag and it didn't help either. |
|
Aug 17 |
comment |
Why am I getting a 500 error with these RewriteRules Yes but I just attributed it to the fact that it is getting caught in the same RewriteRule. |
|
Aug 17 |
asked | Why am I getting a 500 error with these RewriteRules |