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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 15:01:35 2025 UTC