php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20286 Request for feature add in makefile and configure
Submitted: 2002-11-06 11:01 UTC Modified: 2002-11-07 19:08 UTC
From: dracus at theworld dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.2.3 OS: Linux
Private report: No CVE-ID: None
 [2002-11-06 11:01 UTC] dracus at theworld dot com
Greetings,

First off, my apologies.  I am not really reporting a bug, but requesting a feature that will help avoid failed installs.

I ran into a small problem while trying to install PHP 4 onto a Red Hat 8.0 system with Apache 1.3.27.  It occurred because I split my httpd.conf file into multiple files to make it easier to maintain and reconfigure.  Due to this, the 'make install' command failed because it was not able to find where to add the LoadModule and AddModule directives.  I was able to get around this by re-inserting the modules section back into httpd.conf, and then re-export it after the PHP install so apache would properly restart.  The exact same thing has occured to a co-worker.
What I would like to request if a setting (possibly to configure, perhaps as --module-file) to allow me to set what file contains the LoadModule and AddModule directives.  
This would save me a good bit of trouble in future installs.  Thanks.

J. Hunter Heinlen

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-07 19:08 UTC] sniper@php.net
You should report this to the Apache folks as we only use the provided apxs to install the module.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 04:01:29 2024 UTC