| 1 | --- README 2008-06-22 15:59:34.000000000 -0400
|
|---|
| 2 | +++ README.new 2008-08-27 12:10:57.000000000 -0400
|
|---|
| 3 | @@ -139,6 +139,13 @@
|
|---|
| 4 | mythweb.conf.apache file in more detail to make sure you didn't miss
|
|---|
| 5 | an important setup file.
|
|---|
| 6 |
|
|---|
| 7 | +Q: I can't see any thumbnail images of the recordings on my CIFS/SMB share.
|
|---|
| 8 | +A: There is a bug in the Linux CIFS driver that is triggered by Apache when
|
|---|
| 9 | + it uses 'sendfile' to send an image. To work around it, add the following
|
|---|
| 10 | + line to your Apache configuration (httpd.conf) file...
|
|---|
| 11 | + EnableSendfile Off
|
|---|
| 12 | + See http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile for info.
|
|---|
| 13 | +
|
|---|
| 14 | Q: Why is my MythWeb install locked?
|
|---|
| 15 | A: Given the absolutely huge number of open mythweb installs, we have added in
|
|---|
| 16 | a automatic lockdown feature when we detect a bot or the like. This is to
|
|---|