Current time: 04-20-2024, 10:15 PM Hello There, Guest! (LoginRegister)


Post Reply 
#940 Apachelog problem
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #1
#940 Apachelog problem
Hy out there,

i checked the ticket 940 and it is a really Problem here.
--> http://www.isp-control.net/ispcp/ticket/940

How does this works on Confixx ,Plesk, PDAdmin or other Software ?
Is there maybe a small script for such pipe ?
We try to find a quick solution. So the question was, how does other Apps do it ?

Greez BeNe
01-09-2008 05:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: #940 Apachelog problem
I can tell about plesk 7.54
Code:
global:
<IfModule mod_logio.c>
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
<IfModule !mod_logio.c>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>

virtualhost:
CustomLog  /home/httpd/vhosts/aaa.ch/statistics/logs/access_log plesklog
ErrorLog   /home/httpd/vhosts/aaa.ch/statistics/logs/error_log

domains: about 80 virtualhosts
lsof | grep http | grep log | wc -l -> 2514
mod_php... about 22 running http processes at the moment...

/J
01-09-2008 05:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #3
RE: #940 Apachelog problem
Thanks for answer Joxi.

So Plesk use mod_log_config with mod_logio - OK
I will search a little bit in this Section.

Greez BeNe
01-09-2008 05:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: #940 Apachelog problem
As I already wrote in the ticket: I think taht we should be able to live with two logfiles per *domain (at least for awatats etc).
for the ispcp statistics one file for all doimains (of couse: with traffic and domain) could be ok.

A good solutions might also be the proposed - e pipe-script...

/J
01-09-2008 06:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #5
RE: #940 Apachelog problem
Hm, if awstats coult also just use the global log file, we would have more not opend files. Tongue

Im also supporting the idea of a pipe script with mod_logio / mod_log_config
01-09-2008 06:40 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)