View Single Post
Old 05-25-2017, 05:06 PM   #308
Wulfread
Junior Member
Wulfread began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2017
Device: Android 8"
Quote:
Originally Posted by kovidgoyal View Post
@Wulfread:

As for your errors reading books, they look like timeouts in the proxy. Does it work if you access the server directly without a proxy?
Via Apache-ProxyPass (LAN)
Small CBZ: Work
Big CBZ: Don't Work (i don't really know ... 150+ MByte?!)
ePub: Don't work

Directly (LAN)
Small CBZ: Work
Big CBZ: Work
ePub: Work

Mhhhh

Looks like a problem with my Apache-ProxyPass-Config ...

My Config:
Calibre: prefix /blabla/blubb

Apache:
# Reverse-Proxy
RewriteEngine on
RewriteRule ^/blabla/blubb/(.*) http://127.0.0.1:8080/blabla/blubb/$1 [proxy]
RewriteRule ^/blabla/blubb http://127.0.0.1:8080 [proxy]
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1

---
I use http/2, ssl, 64bit @ Windows. Firewall/Virusscan for Apache "off"
Wulfread is offline   Reply With Quote