srvreport

kosovafan

Registered User
Hallo,

ich hoffe mir kann jemand helfen. Ich nutze srvreport für ein paar Statistiken, allerdings macht der Webserver Part Probleme.

Code:
[main:317] Fehler beim Ausführen von 'webserver' Kann die
Datei /var/log/apache/srvreport_2006-09-15 nicht öffnen
at /usr/local/srvreport/bin/lib/perl/SRVREPORT/HttpdReport.pm line 102.
(Datei oder Verzeichnis nicht gefunden)

Ich habe in der httpd.conf folgenden Eintrag gemacht:

Code:
CustomLog /usr/local/srvreport/bin/pipelog.pl srvreport

Die Datei Pipelog wird immer mit den Wort srvreport vollgeschrieben,
siehe Anhang!

Die Konfigurationen im Anhang!
Debian Sarge, Apache 1.3.33

Würde mich über Hilfe freuen!

MFG Silvio
 

Attachments

warum machste denn in der httpd.conf den Eintrag?

Code:
[LIST]
[*]Download the latest version
linux:~ # wget http://osdn.dl.sourceforge.net/sourceforge/srvreport/srvreport-x.xx.tgz
[*]unpack the archive in your home or root directory:
linux:~ # tar xzfv srvreport-x.xx.tgz
[*]change to the srvreport/bin directory:
linux:~ # cd srvreport-x.x.x/bin
[*]edit the file srvreport.conf and change:[LIST]
[*]mailAddr
[*]path to all "file" entries[/LIST]
[*]add the srvreport.pl to you crontab:
1-46/15 * * * * /root/srvreport-x.xx/bin/srvreport.pl
[*]finished[/LIST]

siehe hier: SrvReport


mehr mußte doch nicht machen...
 
Hallo,

install sieht das aber anders:
Code:
Httpd-Report for Apache 1.x

If you want to use the current config for Httpd-Logs, then you
have to change the "/etc/httpd/httpd.conf" for apache 1.x.
Add the following lines:

LogFormat "%v \"%{Host}i\" %h %t \"%r\" %>s %b" srvreport
CustomLog |/root/srvreport-x.xx/bin/pipelog.pl srvreport


If you have CustomLog-Entries for VHosts (like Visas), you must 
also add CustomLog |/root/srvreport-x.xx/bin/pipelog.pl srvreport
for each VHost which already contains a CustomLog.

Restart apache web server:
apachectl configtest
apachectl restart


Schönen Gruß
Silvio
 
Back
Top