https://issues.apache.org/bugzilla/show_bug.cgi?id=55809
Bug ID: 55809
Summary: Require ip directive does not support in-line comments
Product: Apache httpd-2
Version: 2.4.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_authz_host
Assignee: [email protected]
Reporter: [email protected]
The following block does not pass config parsing as it does not support inline
comments similar to httpd 2.2
<Location /server-status>
SetHandler server-status
Require local
Require ip 10.0.0.0/16 # Internal Network
</Location>
STDERR: Output of config test was:
AH00526: Syntax error on line 45 of /etc/apache2/sites-enabled/vhost.conf:
ip address '#' appears to be invalid
Action 'configtest' failed.
--
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]