OK it's great for log, thank you Dan Poirier.

But I have always the problem with server-status



On Wed, Jul 15, 2009 at 14:09, Dan Poirier<[email protected]> wrote:
> Julien <[email protected]> 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 <[email protected]>
>
>
> ---------------------------------------------------------------------
> 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: [email protected]
>   "   from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to