From:             wax at y12 dot doe dot gov
Operating system: OSF1 V4.0 878 alpha
PHP version:      4.3.2
PHP Bug Type:     Apache related
Bug description:  Getting PHP to work with Apache

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??


-- 
Edit bug report at http://bugs.php.net/?id=24152&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24152&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24152&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24152&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24152&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24152&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24152&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24152&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24152&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24152&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24152&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24152&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24152&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24152&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24152&r=gnused

Reply via email to