php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4369 Syntax error on line 208
Submitted: 2000-05-10 00:24 UTC Modified: 2000-07-28 21:29 UTC
From: brazell at bmh dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0.16 OS: linux redhat 6.2
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: brazell at bmh dot com
New email:
PHP Version: OS:

 

 [2000-05-10 00:24 UTC] brazell at bmh dot com
installed php 3.0.16 and  apache_1.3.12 according to instructions with the src.  When I try and start httpd I get the following error:

Syntax error on line 208 of /etc/httpd/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration

Line 208:
 LoadModule vhost_alias_module modules/mod_vhost_alias.so

If I comment this out it goes to the next line number and so on.  I added /etc/httpd/modules to /usr/src/lib/php3.ini file on the include_path and if you look at /etc/httpd/modules all those modules are there.

Please help.  Very Frustrated.  Perhaps it's a reading problem however all the steps in your documentation such as the configures and makes etc work flawlessly.

Nate Brazell

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-10 02:12 UTC] joey at cvs dot php dot net
What were the configure lines for PHP and apache?
Are you sure you built with DSO support in both?

I do not think this is really a PHP issue. mod_vhost_alias.so 
has nothing to do with PHP.

 [2000-07-28 21:29 UTC] hholzgra@php.net
no user feedback and almost certainly apache related, not a php problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 16:01:31 2024 UTC