Zarako/apache-scalp

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

Closed this issue · 2 comments

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

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

  • Added labels: Type-Other
  • Removed labels: Type-Defect

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

  • Changed state: Fixed