php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #116 Apache Module Installation Problem
Submitted: 1998-02-28 04:02 UTC Modified: 1998-02-28 17:06 UTC
From: ctammel at mindspring dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0b5 OS: Solaris 2.5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 16 = ?
Subscribe to this entry?

 
 [1998-02-28 04:02 UTC] ctammel at mindspring dot com
In trying to install PHP3b5 with Apache 1.2.5 or 1.3b5
it appears that although the appropriate line is being
added to the Configuration file configure never compiles 
the mod_php3.c file or try to include it.

Module php3_module mod_php3.o      (for Apache 1.2.5)
AddModule modules/extra/mod_php3.o (for Apache 1.3b5)

I've tried hand editing the Makefile for Apache 1.2.5 and
it then compiles the mod_php3.c file and creates a
2+ mbyte httpd file (only mod_rewrite is added) when
previously it was .4 mbytes.  However, when I run the
httpd file .php3 files come up with a set the application
error in the browser because the srm.conf file is pointing
it to an application it doesn't know what to do with.

AddType application/x-httpd-php3 .php3

I've tried doing it with csh or just sh.  I currently
have Apache 1.2.1 running with PHP2.0b12 and it works great.

Thanks

Craig Tammel

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-28 17:06 UTC] zeev
Missing trailing newlines in the Configuration file
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC