Quote:
Originally Posted by Bob Bobaloobob
It works fine from localhost, but if it's time-dependent, I haven't given it much of a test. A larger PDF I was using for testing was 172MB, which seems to take about three seconds over localhost. Over the WiFi, much more time would be required, so if there's a short time limit for the server...
I looked in Calibre for server settings and I didn't find any time settings I could increase. I don't mind manipulating server setup files, but I haven't done that in years.
Should I be looking in /etc/apache2/conf/extra?
|
Change your port number.
Check and see if you have a conflict with two processes using the same port.
Code:
netstat -an -Ptcp | grep tcp4
bernie