Hi,
I am a rank newbie to Mongoose. It's simplicity has attracted me towards it. But unfortunately, I couldn't get it running with PHP on my 64-bit Ubuntu 12.10. The following are details of what I did:
- Downloaded Mongoose 3.6 src (the latest I believe) and compiled it successfully
- Installed 'php5-cli' and 'php5-cgi' from the (standard) Ubuntu repos. PHP was successfully installed and 'php' and 'php-cgi' were available in '/usr/bin' (also in my $PATH). Didn't do any changes to php.ini or whatever (could this be a problem?)
- Created the 'phpinfo.php' file with the contents "<?php phpinfo(); ?>
- Copied the Mongoose executable to the same directory where 'phpinfo.php' resides
- Started Mongoose from the cmd-line (bash shell) by just issuing the command "mongoose" - web-server successfully started listening to port 8080
- From the Firefox browser (v18.0.1) I tried navigating to http://localhost:8080/phpinfo.php
- Didn't get any output at all
- Created a barebones "index.html" in the same directory and I am able to view that successfully thru http://localhost:8080
Where did go wrong?
Let me also state me objective - I want to run the latest WordPress (v3.6) as my personal blogging tool for which Mongoose seems to help perfectly
Thanks in advance, for all the help that might pour in.
rgds,
Vatsan