"Sek-Mun Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> red herring! well, wild goose maybe. > those are Apache directives you've listed, right > not php.ini settings. right > I assume you mean php.conf which is included by httpd.conf? Right again. > > I assume you know how to install php as a SAPI module (you've got all the > directives below plus the help url) I can only assume you are refering to... LoadModule php4_module "/etc/php/sapi/php4apache2.dll" <snip copied docs> > # > cli/php -r 'readfile("http://pear.php.net/go-pear");' > go-pear Yes, thank you for that walk through. I'm not looking for the command line version. I'm asking why the web version gives me CGI error. If I comment out a few lines in the go-pear, it works fine, I get the web version. I just would like to know why it thinks I'm in CGI mode. In fact, I'd like to know how to tell if I'm in CGI mode or SAPI mode. Thanks Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php