Julien <k4mik...@gmail.com> writes:

> version: apache 2.2.9
>
> Actually I'm using a Separate Virtual Host Configuration File:
> (http://httpd.apache.org/docs/2.0/vhosts/mass.html#xtra-conf)
> But my problem is that I don't have the right domain name in my logs
> and server-status page.
>
> Instead of having my virtual host domain name, I have domain name of
> the machine.
>
>
> I use for log: LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b
> \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined

Since that's just faking virtual hosts by dynamically mapping requests
to doc roots, instead of having actual <VirtualHost> configuration, %v
won't do what you want.

Try logging %{Host}i instead of %v.

-- 
Dan Poirier <poir...@pobox.com>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to