https://bz.apache.org/bugzilla/show_bug.cgi?id=57650
Bug ID: 57650
Summary: Wrong error message on invalid configuration line
Product: Apache httpd-2
Version: 2.2.22
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
I got this error when starting apache2 while one of my config files had a
syntax error:
Syntax error on line 46 of /etc/apache2/xxxxx:
error in condition clause
There actually was a syntax error on that line of that file (which was
Include-d from another file). The line was like this:
CustomLog /srv/www/xxxxxx.net/access.log combinedServerAlias xxxxx.net
But the syntax error doesn't have anything to do at all with a condition
clause.
Yes, that line happened to be within an <IfModule mod_ssl.c> condition, but the
error message is too generic.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]