Questions tagged [count]
19 questions
0
votes
1 answer
Is it possible to create Custom Error Log in Apache 2 for 404 hits?
Is it possible to create a log file (for example not_found.log) with only 404 HTTP Status Code with Apache2?
Just like this: http://www.helicontech.com/articles/mod_log_config-capabilities/ (Per status code differentiation)
The main problem with…

Virtuose
- 537
- 1
- 6
- 13
0
votes
1 answer
OSX Get Info Exclude Hidden Files / Folders
We have a procedure where by users check files/folder count in a folder they receive to a document that is automatically generated and tells them the amount of documents etc that should be in the folder.
In windows this works as the properties…

medoix
- 222
- 3
- 10
0
votes
2 answers
How can I count image downloads using Apache 2.2 on windows-7?
What is an easy way to count downloads of an image file so that I can count how many times my Craigslist ad is read to see how often that converts to a hit on my site? This is for windows-7 running Apache v2.2.
Ideal would be to create a webpage on…

WilliamKF
- 215
- 1
- 7
- 12
0
votes
1 answer
row numbers for innodb tables
After converted a table from MyISAM to InnoDB, "show table status" command returns different row numbers to correct figure showed by "count(*)" command. That's probably due to compact row format used in InnoDB tables.
I wonder if there is a way to…

jack
- 1,725
- 5
- 21
- 25