PDA

View Full Version : Use of already installed php


palb
08-21-2007, 04:34 AM
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"

ts77
08-21-2007, 08:13 AM
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.