Installed MongoDB. Start mongodb. ps ax shows it running. mongo client
connects and I can add data and query it.
On the command line, php myMongoTest.php works. A web test page with
phpinfo() displays mongo as loaded.
But when I try
http://myMongoTest.php I get thus error
[Sat Nov 21 19:18:50 2009] [error] [client 192.168.1.101] PHP Fatal
error: Uncaught exception 'MongoConnectionException' with message
'
127.0.0.1:27017: Permission denied' in /var/www/html/__TM__/
myMongoTest.php:56\nStack trace:\n#0 /var/www/html/__TM__/mongoTest.php
(56): Mongo->__construct('127.0.0.1:27017')\n#1 {main}\n thrown in /
var/www/html/__TM__/mongoTest.php on line 56
Whats wrong?