From:             MishaSoft3D at gmail dot com
Operating system: WINDOWS
PHP version:      5.2.1
PHP Bug Type:     *Configuration Issues
Bug description:  PHP Installation configuring Apache badly

Description:
------------
Installing PHP and choosing the option to configure "Apache 2.2.x" server
for me adds an unneseccery block of code in the httpd.conf of the Apache.
The block already exsits and comes by default in the httpd.conf of the
Apache.
Therfore this code appears twice in the end of httpd.conf:
*--BEGIN QUOTE--*

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\\Program Files\\PHP\\"
LoadModule php5_module "C:\\Program Files\\PHP\\php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

*--END QUOTE--*

Apache won't start because of that. (and again this replicated block was
added by the PHP installation)



My solution was to erase one of the blocks and everything came normal.


os: WINDOWS XP
server: Apache 2.2.4
installer in question: PHP 5.2.1 installer [19,568Kb] - 12 Feb 2007

best regards


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

Reply via email to