php compiled but not working on site

#1
Sorry everyone, I know I have done this before but I can't remember how I fixed it last time.

I installed litespeed on a new server, compiled PHP without errors etc.

I have my site root working and it return html. However when I try to run php it simply downloads the file?

I created my external app and script handler. I did not use the Apache templates as I never got PHP compiled for Apache (I need 5.2.17)
 
#7
Yea, that is what I was thinking to (And it's even me :)
I just switch to Apache configs and I then look at my ext app tab
Type Name Address Action
LSAPI App lsphp5 uds://tmp/lshttpd/lsphp5.sock
 
#15
HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.17
Content-Type: text/html
Date: Tue, 10 Jan 2012 20:45:39 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
 
Top