Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 11-21-2010, 10:07 PM   #16
myudkowsky
Enthusiast
myudkowsky began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Nov 2010
Device: Andoid
Interestingly enough, I have reverse proxy working, with the following config.

I've obscured the port numbers. outside_port_number is the port number my server shows the outside world; inside_port_number is the one that calibre_server uses.

Code:
Listen outside_port_number

<VirtualHost *:outside_port_number>

<Proxy * >
AuthType Basic
AuthName "Book Repository"
Require valid-user
AuthBasicProvider file
AuthUserFile /path/to/authorized_users

</Proxy>

ProxyPass / http://localhost:inside_port_number/
ProxyPassReverse  / http://localhost:inside_port_number/

</VirtualHost>
From the outside I can use basic authentication, which then requires username and password.

Unfortunately, even with basic authentication enabled, neither Aldiko nor WordPlayer will authenticate to Calibre.
myudkowsky is offline   Reply With Quote
Reply

Tags
login/password, server


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't access password protected calibre server ganymede Calibre 3 11-15-2010 06:24 AM
Classic Softrooted nook & password protected Calibre server sherman Nook Developer's Corner 5 08-22-2010 11:24 AM
Calibre server zzmijarevic Calibre 10 08-21-2010 06:40 AM
Calibre Server Mismatch da_jane Calibre 10 10-28-2009 01:09 AM
Installation of Calibre-Admin Password Wanted Knocka Calibre 3 03-15-2009 05:52 AM


All times are GMT -4. The time now is 05:21 PM.


MobileRead.com is a privately owned, operated and funded community.