This guide will explain how to get up and running with Magento 1.9 on LiteSpeed Web Server.
The following are required and should already be set up before proceeding:
/usr/local/lsws/DEFAULT/html/magento
. (This puts all the files in the right directory for running Magento on the default “Example” virtual host.)
tar -zxvf magento-1.9.3.1.tar.gz
In order for the web server to have write permissions during installation, ownership of the uncompressed Magento Files must be changed to the “nobody” user. Using the default “Example” virtual host, do so with the following command:
chown -R nobody /usr/local/lsws/DEFAULT/html/magento
Now that Magento is all set up, be sure to check out our LiteMage Cache extension to speed it up even more!