WC3 Webite logging format [closed] - iis

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have an IIS webserver that is crashing occasionally. It always works just fine after restarting the AppPool. I have logging configured for the website in a standard W3C format. Looking through the logs for useful information is like sifting through vomit for a tasty treat. Are there any good tools out there for making these logs more readable? User Friendly? Useful?

Check out Smarter Stats from http://www.smartertools.com/smarterstats/web-analytics-seo-software.aspx
The free edition is really nice.

Nihuo web log analyzer is very simple, easy to configure and very good in analyzing iis and apache access log files. The reports generated by this tool are also very good.

Related

is there any tool for arangoDB [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Like there is Workbench for MySQL,
SQL Management studio for MS SQL,
Is there any tool for arangoDB?
I have searched a lot but found no solution.
Your help is much appreciated.
Thank you in advance.
As far as I know there is no desktop based management tool for ArangoDB on Windows, so you will have to stick either with web interface or shell. Web interface provides almost everything you need to manage your ArangoDB instance(s), but if you have any suggestions the best place would be to discuss it on google groups.

I have no time to develop new one, how can i find a free JSF-webmail application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need a Mailing System in my local network, and actually i don't prefer now to spend time on developing new one, can anybody suggest me a free JSF web mail application. Knowing that i am using a local James-3 IMAP server.
JavaMail API? It is part of Java EE.
See the JavaMail Third Party Products page.

Nodejs penetration testing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any pen-testing agencies that tests nodejs applications? And are there any good tools with wich you can do it yourself?
Regardless of what platform you choose a lot of the same vulnerabilities are found. I recommend the open source project skipfish or a service like Sitewatch. Skipfish doesn't have a JavaScript interpreter, so if you use client side js heavily then you should go with the open source Grendel-Scan.
Zaproxy, is a great tool for web application pentest http://sourceforge.net/projects/zaproxy/files/
A bit late in the day, however www.ZeroDayLab.com specialise in app security scans like this.

IIS Log Analyzer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to analyze the IIS logs for a website for things like hits, keywords, countries accessed from etc.
Has anyone used any (free) tools that were useful from this regard?
There's LogParser. Blog article about how to use it here. You need to be comfortable with SQL to use it, though. There's a GUI for it apparently, too. Don't have any experience with that, though.
Nihuo web log analyzer is very simple, easy to configure and very good in analyzing iis and apache access log files. The reports generated by this tool are also very good.
You can use it freely with full function for 30 days evaluation period.
============================================
updated: The software is developed by myself.
There is a simple answer to this don't..
Log files are next to useless to look at your website traffic, there are massively inaccurate, log file analysis is useful for network engineers looking at traffic management.
If you want to view who has looked at your website from where and with which broswer and what keyword was used to get there, just install goggle analytic although it does have a few downsides its much better for the information you require its also free.
Take a look at http://www.googlelytics.net/awstats-log-file-analysis-vs-google-analytics/ for a view of each.

Getting started with mochiweb and Webmachine? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Mochiweb and webmachine are very promising applications when you see how those who have found they're way around them are using it. I need to be directed to where I can find beginners' tutorials on mochiweb. It appears there is no website dedicated to the framework. I think what I need is a pdf, or a blog site or a tutorial on mochiweb, providing several examples on how to use it. I'm an erlang programmer already, using Nitrogen, Yaws, Mnesia and OTP e.t.c. Please show me the way...
On MochiWeb, I wrote http://alexmarandon.com/articles/mochiweb_tutorial/
Nice series:
http://buffered.io/series/web-development-with-erlang/
Wriaki, a sample app by Basho for Riak, is based on webmachine.
https://github.com/basho/wriaki
There is a video too
http://www.vimeo.com/14275191
A nice tutorial on mochiweb, json (video).

Resources