php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15709 Syntax Error when starting apache
Submitted: 2002-02-25 05:30 UTC Modified: 2002-02-25 06:16 UTC
From: bahroni at telkom dot co dot id Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.1.1 OS: IBM AIX 4.3.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bahroni at telkom dot co dot id
New email:
PHP Version: OS:

 

 [2002-02-25 05:30 UTC] bahroni at telkom dot co dot id
I have been installing Apache 1.3.23 and PHP 4.1.1 on AIX 4.3.1 and Oracle 8.1.7, with this procedure :

1.  $ export CC='cc -Dinline= -ma'
2.  $ ./configure --prefix=/apl/mkd/www 
3.  $ cd ../php-4.1.1
4.  $ ./configure --prefix=/apl/mkd/apache --with-oci8=$ORACLE_HOME --with-oracle=$ORACLE_HOME --with-apache=../apache_1.3.23 --without-mysql --enable-track-vars --enable-sigchild
5.  $ make  
6.  $ make install 
7.  $ cd ../apache_1.3.23
8.  $ ./configure --prefix=/apl/mkd/apache --activate-module=src/modules/php4/libphp4.a 
9.  $ make 
10. $ make install (Everything is OK)
11. Restart Server
12. $ cd ../php4.1.1
13. $ cp php.in-dist /usr/local/lib/php.ini
14. Edited file httpd.conf and Restart Server again
15. Test run apachectl start, but in this step, I've got this message :

$ apachectl start
Syntax error on line 296 of /apl/mkd/apache/conf/httpd.conf:
Expected </Directory> but saw </Directory>
/apl/mkd/apache/bin/apachectl start: httpd could not be started

I don't know why this message appear ?
Maybe someone can give they advice to me to solve this bug. Or, maybe my step is not right when I compiled the Apache and PHP source.
THX.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-25 06:16 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

Probably not a bug in Apache or PHP, but a problem with your configuration file.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 21:01:33 2024 UTC