Re: [gentoo-user] Full path in apache2 access_log?

2005-11-08 Thread Grant
> Ive played with many ecommerce packages (OSC, intershop, home-grown > stuff in Perl, PHP and ASP). Recently built a site using Mambo (err... > that should be called Joomla now ;-) and a plugin callead mambo-phpshop. > The plugin has a complete backend already built so you just customize a > few p

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-07 Thread A. Khattri
On Fri, 4 Nov 2005, Grant wrote: > The shopping cart software does only look at the URL, but I have it > determining what to display partially based on the domain in that URL. > apache2 doesn't do anything based on the domain. If you are using name virtual-hosting, Apache can serve different sit

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-05 Thread Michael Stewart (vericgar)
Try adding %f and/or %{Host}i to the LogFormat directive. Or maybe one of the others will give you the information you need: http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#formats -- Michael Stewart [EMAIL PROTECTED] Gentoo Developer

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-04 Thread Grant
> > Yeah, I wasn't very clear about that. The problem is I can't use > > VirtualHost definitions because I don't think apache knows which > > domain is actually being served. I don't use any apache virtual host > > stuff. Domain identification is handled by my shopping cart software. > > But pre

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-04 Thread A. Khattri
On Thu, 3 Nov 2005, Grant wrote: > Yeah, I wasn't very clear about that. The problem is I can't use > VirtualHost definitions because I don't think apache knows which > domain is actually being served. I don't use any apache virtual host > stuff. Domain identification is handled by my shopping

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-03 Thread Grant
> > Is there any way to get apache2 to include a full path in its > > access_log? That would be something like this: > > > > domain.com/page.html > > > > instead of this: > > > > /page.html > > > > If I can get a full path in the log, I can have webalizer report on > > traffic per domain. The con

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-03 Thread A. Khattri
On Wed, 2 Nov 2005, Grant wrote: > Is there any way to get apache2 to include a full path in its > access_log? That would be something like this: > > domain.com/page.html > > instead of this: > > /page.html > > If I can get a full path in the log, I can have webalizer report on > traffic per doma

[gentoo-user] Full path in apache2 access_log?

2005-11-02 Thread Grant
Is there any way to get apache2 to include a full path in its access_log? That would be something like this: domain.com/page.html instead of this: /page.html If I can get a full path in the log, I can have webalizer report on traffic per domain. The conventional method of using the vhost log