installing litespeed on magento server running httpd

#1
I have a copy of magento running in /var/www/html

tried setting up magento by pulling apache config or via virtual host and I cannot get it to work. I think it is that I need to compile 5.3.8 with the appropiate modules and wanted to know if there is any documentation on this ?
 

webizen

Well-Known Member
#2
You should build matching PHP from LSWS Admin Console (recommended).

1. Run following to get compile options for Apache PHP.
2. stripe off those un-needed options like below and paste the rest options in Admin CP (Actions -> Compile PHP -> 5.3.8)

'--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache'

Use following references for troubleshooting.

http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot
 
Top