From:             orn dot asgeirsson at decode dot is
Operating system: windows xp
PHP version:      4.3.3
PHP Bug Type:     Documentation problem
Bug description:  php config lines for httpd.conf

Description:
------------
Those three php config lines you tell people to add to their httpd.conf
line won't work unless they are put there in their correct category:

"After you've set up the file layout properly, you're ready to finally
configure Apache to load the PHP4 module. Just add the following lines to
your httpd.conf:

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddModule mod_php4.c
   AddType application/x-httpd-php .php"

I tried this without success, but when I added the LoadModule line to the
LoadModule part of httpd.conf, AddModule to the AddModule part of
httpd.conf and AddType to the AddType part of httpd.conf everything worked
fine.

apache did not know what to do whith .php files using your guide.

Thanks.

Orn





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

Reply via email to