LiteSpeed Ubunto Apache Magento

#1
Dear friends, I have read some articles about Litespeed and I was very excited to install in Amazon EC2 server.

I'm magento frontend developer and am no expert in architecture, but I believe the Litespeed is a very good solution.

MY PROBLEM:
Litespeed managed to install the server on port 80 http://52.55.225.120/info.php
In parallel Apache runs on port 8088 http://52.55.225.120:8088/info.php

Only it's happening a problem with PHP, despite being installed. I saw that if I had Cpnel would be easier, but in this case I do not, I just have root access.

If I try to access the index.php in the apache site runs normally, but litespeed a problem occurs in the code.
SCREEN APACHE:
apache.png

SCREEN LITESPEED:
litespeed.png
"Fatal error: Call to undefined function simplexml_load_string() "
Magento v1.9.2

Could anyone help me solve this problem?
 
Last edited:

NiteWave

Administrator
#4
so 785 ms vs 616 ms (litespeed vs apache) for homepage(?).

there is not much difference for a single php page, since the bottle neck is php engine, not web server.

litespeed is better than apache when there are many concurrent access, litespeed consume less CPU, memory, and average(or most) response is faster than apache among all concurrent users. --- just a simple and short reply.
 
#5
so 785 ms vs 616 ms (litespeed vs apache) for homepage(?).

there is not much difference for a single php page, since the bottle neck is php engine, not web server.

litespeed is better than apache when there are many concurrent access, litespeed consume less CPU, memory, and average(or most) response is faster than apache among all concurrent users. --- just a simple and short reply.
I solved this problem with litemage, but now can´t view catalog images
 
Top