>Number: 2853
>Category: config
>Synopsis: Syntax error at line 23 of file 'access.conf'
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Fri Aug 14 10:30:01 PDT 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3.1
>Environment:
AIX 4.2.1
compiler: C for AIX (vac) 4.3.0
>Description:
httpd cannot start, error at line 23 of "access.conf"
Expected </Directory> but saw </Directory>
>How-To-Repeat:
deterministic
>Fix:
Correct line 1093 in "src/main/http_core.c"
Substitute
if (cmd->cmd->name != cmd->end_token) {
with
if (strcmp(cmd->cmd->name, cmd->end_token) != 0) {
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig- ]
[nored unless you are responding to an explicit request ]
[from a developer. ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]