New installation of Leap with apache2
localhost access to web pages works fine
http access from other machines on intranet works fine if html file has a length 255 or less
so http://192...../index.html works if html is
HELLO
But if you make index.html have enough characters so length is over 255 it fails to open
Chrome developer tools net::ERR_CONTENT_LENGTH_MISMATCH 200 (OK)
access.log on server shows request and status 200 and length even for longer files
I turned off the firewall to eliminate that
Thanks for any help
Bookmarks