>Number: 3992
>Category: general
>Synopsis: Verification startup fail after successful installation.
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Wed Mar 3 23:30:00 PST 1999
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3.4
>Environment:
AIX 4.3.2, IBM C for AIX 4.3
>Description:
After successful make and 'make install' run:
/sw/apache134/bin/apachectl start
and you will get:
Syntax error on line 290 of /sw/apache134/conf/httpd.conf:
Expected </Directory> but saw </Directory>
/sw/apache134/bin/apachectl start: httpd could not be started
>How-To-Repeat:
See problem description:
>Fix:
I have found that this is caused by the following statement in line
1145 in /src/main/http_core.c.
...
if (cmd->cmd->name != cmd->end_token) {
...
I have replaced this line with the following and it works.
...
if ( strcmp(cmd->cmd->name, cmd->end_token) ) {
...
>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! ]