That is not as easy as it sounds! Any tips on how to do that??
I am currently at:
Code:
--with-library "K:\Calibre Library" --port 19553 --username BookLibrary --password XXX --url-prefix "/books"
with (n.b. NOT in a virtual host):
Code:
<Location /books/>
order deny,allow
deny from all
allow from all
ProxyPass http://localhost:19553/
ProxyPassReverse http://localhost:19553/
</Location>
I have also tried the above with --url-prefix "/calibre" and /calibre/ in the location directive.
Both give the same results - the raw html text but no CSS etc.