Mongoose and PHP
Telling Mongoose how to work with PHP
This requires the following settings in the “mongoose.conf” file:
cgi_extensions .cgi,.pl,.php
cgi_interpreter \YOUR_PHP_INSTALL_DIRECTORY\php-cgi.exe
Telling PHP how to work with Mongoose
If PHP is installed and verified to work when launched from the command-line, there is a possibility that the webbrowser does not show the PHP output when pointed to URL
“http://yourserver/path_to_your_script.php”.
When you see the text “Input file not specified”, it means that PHP must be told to work with Mongoose. The variable 'doc_root' in file 'php.ini' must be set to match the “mongoose.conf” variable 'document_root'.
|