These instructions will step you through installing LiteSpeed Web Server, as a front-end webserver on your Accelerator.
Unlike most of the software for which guides have been written in this Knowledge Base, LiteSpeed Web Server is a commercial product. You can choose between installing a free, standard edition. Or, you can purchase a full, enterprise edition. To help you decide, there is a editions comparison chart available.
svcadm disable csk-http/CSKapache2
svcadm disable webmin
/usr/sbin/useradd -g webservd -s /bin/false litesped
litesped not litespeed, to satisfy the eight letter username restriction.
wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.4-std-i386-solaris.tar.gz
wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.4-ent-x86_64-solaris.tar.gz
gtar xvfz lsws-3.3.4-std-i386-solaris.tar.gz cd lsws-3.3.4
./install.sh
Would you like to have LiteSpeed Web Server started automatically \nwhen the server restarts [Y/n]? Y [OK] The startup script has been successfully installed! Would you like to start it right now [Y/n]? Y
The default sites HTML files are located in /opt/lsws/DEFAULT/html (if you selected default installer paths).
If you're moving from apache you can copy you files from there
rm index.html cp /opt/coolstack/apache2/htdocs/index.html .
Visit your http://YOURDOMAIN:7080/ to open the Web Console.
add in LiteSpeed + SMF