Bug 43922

Summary: CustomLog entry in httpd-vhosts.conf.in is incorrect.
Product: Apache httpd-2 Reporter: Basant Kumar Kukreja <basant.kukreja>
Component: DocumentationAssignee: HTTP Server Documentation List <docs>
Status: CLOSED FIXED    
Severity: normal Keywords: PatchAvailable
Priority: P3    
Version: 2.2.6   
Target Milestone: ---   
Hardware: Other   
OS: All   
Attachments: Patch for the bug

Description Basant Kumar Kukreja 2007-11-20 23:01:08 UTC
CustomLog Entry in httpd-vhosts.conf.in is defined as
CustomLog "@rel_logfiledir@/dummy-host.example.com-access_log common"

The correct format is :
CustomLog "@rel_logfiledir@/dummy-host.example.com-access_log" common
Comment 1 Basant Kumar Kukreja 2007-11-20 23:04:35 UTC
Created attachment 21170 [details]
Patch for the bug

Corrected the CustomLog directive entry in httpd-vhosts.in file.
Comment 2 Jeff Trawick 2007-11-21 03:47:47 UTC
Fixed in 2.2.x branch; not a problem in trunk; thanks!