Closed GoogleCodeExporter closed 9 years ago
This is the first time i made a "issue report" on google code, and it got set
to defect -.-'
Its not a defect, but a feature request. sorry, cant find the page where i can
change it!
Original comment by steffans...@gmail.com
on 7 Sep 2012 at 9:07
It's already possible. But it depends on the LogFormat set at the vhosts.
Apache defines a default vhost_combined log format as:
LogFormat "%V:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\""
vhost_combined
This doesn't work, because it simply uses the real server name.
Change that to:
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\""
vhost_combined (Notice the small v at the beginning)
Make sure all vhosts use the vhost_combined log format.
Now set --paddle-mode to vhost and it should work.
Original comment by Luuk.Kle...@gmail.com
on 11 Dec 2012 at 6:04
Original comment by acaudw...@gmail.com
on 28 Jun 2013 at 11:38
Original issue reported on code.google.com by
steffans...@gmail.com
on 7 Sep 2012 at 9:04