From:             martinkuria at hotmail dot com
Operating system: Fedora linux
PHP version:      5.0.1
PHP Bug Type:     *Configuration Issues
Bug description:   Apache and php install problems

Description:
------------
I cannot get apache 2.0.50 to work with php 5

When I tried to install php5 with apache 2.0.50 I had a problem with this
line:

"AddModule mod_php5.c"

that I put in the apache httpd.conf file
This is everything I put in the httpd.conf file, apache 2.0.50 is
conflicting the line above

LoadModule php5_module libexec/libphp4.so
AddModule mod_php5.c
AddType application/x-httpd-php .php

and I get an error:

invalid command "AddModule", perhaps mis-pelled or defined by a module not
included in the server configuration
--------------------------------------------------------

What is the Problem


-- 
Edit bug report at http://bugs.php.net/?id=30193&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30193&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30193&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30193&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30193&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30193&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30193&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30193&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30193&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30193&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30193&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30193&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30193&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30193&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30193&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30193&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30193&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30193&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30193&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30193&r=mysqlcfg

Reply via email to