|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-12 10:31 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 23:00:02 2025 UTC |
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??