Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "PHPOnWindows" page has been changed by RichBowen.
http://wiki.apache.org/httpd/PHPOnWindows?action=diff&rev1=16&rev2=17

--------------------------------------------------

  Example #1 PHP and Apache 2.x as CGI
  
  {{{
- #!C:/php/php.exe
+   #!C:/php/php.exe
- <?php
+   <?php
-    phpinfo();
+      phpinfo();
- ?>
+   ?>
  }}}
  
- Installing as an Apache module
+ 
+ == Running PHP as an Apache handler ==
  
  You need to insert these two lines to your Apache httpd.conf configuration 
file to set up the PHP module for Apache 2.0:
  
  
- Example #2 PHP and Apache 2.0 as Module
+ Example #2 PHP and Apache 2.0 as a handler
  
  {{{
  # For PHP 4 do something like this:

Reply via email to