note 102292 added to install.windows.apache2

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
man I had a heck of time.. I was really starting to think I was just too simple minded.. I run PHP on iis7 as well as apache.. my os is win7 pro.. my host uses php 5.2 sooooo..

to run on apache 2.2 download nonthread safe version (my case VC6 x86 Non Thread Safe (2011-Jan-06 18:38:35)) and add this to the end of your apache httpd.conf file

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "c:/php/"
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddHandler application/x-httpd-php .php
<FilesMatch \.php$>
      SetHandler application/x-httpd-php
 </FilesMatch>

#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

fired right up..
----
Server IP: 69.147.83.197
Probable Submitter: 67.247.152.231
----
Manual Page -- http://www.php.net/manual/en/install.windows.apache2.php
Edit        -- https://master.php.net/note/edit/102292
Del: integrated  -- https://master.php.net/note/delete/102292/integrated
Del: useless     -- https://master.php.net/note/delete/102292/useless
Del: bad code    -- https://master.php.net/note/delete/102292/bad+code
Del: spam        -- https://master.php.net/note/delete/102292/spam
Del: non-english -- https://master.php.net/note/delete/102292/non-english
Del: in docs     -- https://master.php.net/note/delete/102292/in+docs
Del: other reasons-- https://master.php.net/note/delete/102292
Reject      -- https://master.php.net/note/reject/102292
Search      -- https://master.php.net/manage/user-notes.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.