Since this is a similar thread, I won't waste space and create another one.
I set up a light apache server on the same machine running on port 8080. I setup an external app pointing to:
Type Name Address
Web Server Apache 2.2.3 localhost:8080
and script handler to:
Suffixes Handler Type Handler Name
shtml Web Server [Server Level]: Apache 2.2.3
I have two problems.
Litespeed passes .shtml to Apache fine, but if I ask for index.shtml specifically, my browser wants to download it. The other .shtml files don't have this problem.
If I change Apache to just only listen on localhost, Litespeed gives me a 503 error.
I have index.shtml under the Index Files just in case you wanted to know. Any suggestions?