Can you use an already installed php5 in Litespeed? It's configured for Apache.
mistwang
08-21-2007, 07:36 AM
No, you can rebuild the PHP with "--with-lsapi" plus other configuration entries, excluding "--with-apxs"
you can also just build it for cgi/fastcgi, no lsapi required.
but the apache-one mostly won't work as its probably just for mod_php which can't be used by lsws.