Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-27 Thread apa
Hello am Mittwoch, 27. Januar 2010 um 17:22 schrieben Sie: > On 22.01.10 14:59, J. Bakshi wrote: >> Two newbie questions >> >> [1] I am running a development server with multiple vhosts. Presently >> all logs can be seen at /etc/apache2/log/error.log and at >> /etc/apache2/log/access.log. How

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-27 Thread Matus UHLAR - fantomas
On 22.01.10 14:59, J. Bakshi wrote: > Two newbie questions > > [1] I am running a development server with multiple vhosts. Presently > all logs can be seen at /etc/apache2/log/error.log and at > /etc/apache2/log/access.log. How can I break the logs for each and every > vhosts ; so that the log

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-25 Thread J. Bakshi
Mark Watts wrote: > > The Fedora 12 AWStats rpm includes a config for the following, although > I appreciate its for a different path (/usr/share vs. /usr/local) > > > Alias /awstatsclasses "/usr/share/awstats/wwwroot/classes/" > Alias /awstatscss "/usr/share/awstats/wwwroot/css

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-25 Thread Mark Watts
On Mon, 2010-01-25 at 15:55 +0530, J. Bakshi wrote: > J. Bakshi wrote: > > on the other hand http://myvhost.com/awstats/ awstat.pl generates the > > graph but no icons. > > > > What am I missing here ? Any clue ? > > > > Thanks > > > > Solved one :-) > > Now http://myvhost.com/awstats/ s

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-25 Thread J. Bakshi
J. Bakshi wrote: > on the other hand http://myvhost.com/awstats/ awstat.pl generates the > graph but no icons. > > What am I missing here ? Any clue ? > > Thanks > Solved one :-) Now http://myvhost.com/awstats/ shows awstats . The correction I have done is incorrect - Scrip

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-25 Thread J. Bakshi
L.M.J wrote: > Here is my solution, I hope it could help you out : > > > > Apache side > # cat /etc/apache2/sites-available/intranet > > ServerName intranet > [...] > ErrorLog /var/log/apache2/intranet_error.log > CustomLog /var/log/apache2/intranet_access.lo

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-22 Thread Daniel Reinhardt
-- From: "J. Bakshi" Sent: 22 January, 2010 9:29 To: Subject: [us...@httpd] Newbie question about vhost log and webalizer Dear all, Two newbie questions [1] I am running a development server with multiple vhosts. Presently all l

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-22 Thread L.M.J
On Fri, 22 Jan 2010 14:59:24 +0530, "J. Bakshi" wrote: > [1] I am running a development server with multiple vhosts. Presently > all logs can be seen at /etc/apache2/log/error.log and at > /etc/apache2/log/access.log. How can I break the logs for each and every > vhosts ; so that the log only

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-22 Thread J. Bakshi
Emmanuel Bailleul wrote: > Hi, > > I don't really know much about webalizer so I'll only try to help you with 1. > : > - each section can contain its own '*Log' directives (i.e. > "CustomLog logs/vh1_access.log common"). This way you will get one log file > per vhost. > - you could also keep al

RE: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-22 Thread Emmanuel Bailleul
> -Message d'origine- > De : J. Bakshi [mailto:joyd...@infoservices.in] > Envoyé : vendredi 22 janvier 2010 10:29 > À : users@httpd.apache.org > Objet : [us...@httpd] Newbie question about vhost log and webalizer > > Dear all, > > Two newbie questions >

[us...@httpd] Newbie question about vhost log and webalizer

2010-01-22 Thread J. Bakshi
Dear all, Two newbie questions [1] I am running a development server with multiple vhosts. Presently all logs can be seen at /etc/apache2/log/error.log and at /etc/apache2/log/access.log. How can I break the logs for each and every vhosts ; so that the log only contains the specific vhost info