php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24152 Getting PHP to work with Apache
Submitted: 2003-06-12 10:29 UTC Modified: 2003-06-12 10:31 UTC
From: wax at y12 dot doe dot gov Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.2 OS: OSF1 V4.0 878 alpha
Private report: No CVE-ID: None
 [2003-06-12 10:29 UTC] wax at y12 dot doe dot gov
Description:
------------
OK I am trying to add PHP to the apache conf file.  We are using Stronghold/2.4.1 Apache/1.3.3 C2NetEU/2409 Doorkeeper/2.0.  I am unable to upgrade this version do to we need the DoorKeeper for Session timeouts.

How do I add to the httpd.conf file to load the mod_php system?  I have tried this:

LoadModule php4_module        libexec/libphp4.so

Not to mention I did a search and I am unable to find any libphp4.so file....

I have tried this:

<IfModule mod_php4.c>
       AddType application/x-httpd-php .php
       AddType application/x-httpd-php-source .phps
</IfModule>

I even tried doing that IfModule and specify the full path on where the mod_php4.c file is located and still no good... Can someone help me out??


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-12 10:31 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You should also definitely upgrade Apache to atleast 1.3.27
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC