[PHP] PHP apache module question

2002-11-14 Thread Mike D
I am trying to execute a php script from the command line but came to realize that I can't locate any php binary file. I thought there had to be a php bin file in order for php to work or am i missing something? NOTE: i have looked in /usr/bin/, /usr/local/bin/ and ran locates but found

Re: [PHP] PHP apache module question

2002-11-14 Thread BigDog
When you compile php + apachemany people have php as a DSO. So there is no actual binary file in a bin directory that is called. You can also have php as a module that is in the apache core, where it is loaded automatically in apache (not a DSO). You can run php as a cgi which uses the