Quote:
|
Originally Posted by web12
hmm not sure what ive done wrong here.
must say I completed this no problem at all on 1 server, then the second one seemed to have compiled without any errors, but when I run the phpinfo script for php5 I get
No input file specified.
in the browser window.
Ive re-traced my steps and all seems correct. anyone got any ideas?
|
Run the following:
/usr/local/php5/bin/php5 -i |grep configure
I bet that you have NO '--enable-force-cgi-redirect' '--enable-discard-path'
This is the common issue.
I may take a look at your case for free. PM me.
P.S. I have slightly updated the HOWTO in the VirtualHost section.