ksmaheshkumar / apache-scalp

Automatically exported from code.google.com/p/apache-scalp
1 stars 0 forks source link

scalp 0.4 : error: the log file doesn't exist #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As root, I have done :
./scalp-0.4.py /var/log/apache2/access.log -f ./default_filter.xml -o
./public_html/ --html
error: the log file doesn't exist

But access.log exists and it s readable by root. I am not Python fluent,
using under ubuntu gutsy :
# python --version
Python 2.5.2

Ty!

Original issue reported on code.google.com by fabrice....@gmail.com on 18 Sep 2008 at 9:35

GoogleCodeExporter commented 9 years ago
The command should be:
./scalp-0.4.py -l /var/log/apache2/access.log -f ./default_filter.xml -o
./public_html/ --html

Hope this will fix this

Original comment by romain.g...@gmail.com on 18 Sep 2008 at 11:26

GoogleCodeExporter commented 9 years ago

Original comment by romain.g...@gmail.com on 19 Sep 2008 at 11:17