-
Published Answer
Thank you @hansen. I don’t have a mongodb.log but I do have mongod.log:
2017-06-23T01:48:28.663-0400 I CONTROL [initandl...
•
By
robynover
-
Published Question
MongoDB was running fine, but now it won't connect. When I run mongo, I get this message:
```
MongoDB shell version: 3.2.12
connecting to: test
2017-06-23T01:56:34.256-0400 W NETWORK [thread1] Failed to connect to 12...
Accepted Answer:
@robynover
Can you delete this file and then launch mongo service: /tmp/mongodb-27017.sock
When you start mongo directly it starts with default options. If you look at your first error logs, you'll see it's set to /v...
3
•
•
By
robynover
MongoDB
Ubuntu 16.04
-
Published Question
What web analytics package do you recommend as an alternative to Google Analytics? I see there is a tutorial on piwik, but it is 4 years old and out of date. Specifically, I need something that will work with nginx on...
Accepted Answer:
@robynover
Awesome, you're 90% there already :-).
Essentially, what we'd do is create a similar server block and modify it to work with PHP-FPM. I'll use stats.domain.com in this example, but you're free to modify it...
3
•
•
By
robynover
Logging
Ubuntu 16.04