Hi -
I have learned that you can install PHP as an Apache module and then re- ./configure it a second time without the apache configuration prefix, thus, also configuring PHP as a CGI.
Q: What will I see in the Server API line of my phpinfo() file if it's installed both as a module and as an executable? Will it list both?
Currently, mine just shows "Apache". Have I not actually installed php as a binary?
Thanks!
jloch