| Subject: |
Web inteface is slow or does not load properly |
| Author: |
David Huffman |
| Keywords: |
sthttpd, web interface, web, lighttpd |
|
QUESTION
------------------------------------------------
Some pages in the web interface take a long time to load or do not completely load. I am also getting javascript errors.
ANSWER
-------------------------------------------
We have found that the default event handler setting used for the webserver does not work properly with some versions of AIX (and possibly Linux). You can resolve this issue by changing the default event handler in the sthttpd.conf file (located in storix/config). Add this option to the file:
server.event-handler = "select"
|
|