Having a few issues getting calibre to work now! I'll get back to you soonest.
Anyway
Quote:
RewriteEngine on
RewriteRule ^/calibre/(.*) http://localhost:8080/calibre/$1 [proxy]
RewriteRule ^/calibre http://localhost:8080 [proxy]
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
|
added to the 443 virtualhost
Quote:
sudo a2enmod proxy.load
sudo a2enmod proxy.http
|
proxy modules started
Unfortunately I am unable to access
http://localhost:8080/calibre and I still get a 503 when accessing through url.
I will grow some and try and work it out!
Thanks!