Thursday, April 14, 2011
To All Users of Oterro 9.1:
With a recent release of Oterro 9.1 (64) Update 3, that include
all the engine-level bug-fixes and enhancements which have been
implemented in the latest released updates of R:BASE 9.1 (32/64)
(Build 9.1.3.10414), a MAJOR enhancement has also been included
to use your R:BASE 9.1 Web Projects using PHP as "Module" on
Apache Server.
-- Example 01 (Running PHP as CGI)
-- Configuration File: httpd.conf
-- Typical inclusion of code when running PHP as CGI
ScriptAlias /php/ "c:/php/"
AddType text/html .php
AddHandler application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"
<Directory "c:/php">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
-- Example 02 (Running PHP as Module)
-- Configuration File: httpd.conf
-- Typical inclusion of code when running PHP as Module
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "C:/php"
-- Recommended Versions: Apache 2.2.17, PHP 5.2.14
Both examples above, are provided as courtesy from:
Rafee Memon
R:BASE Special Projects Team
Double Degree: Electrical & Computer Engineering and Computer Science
Junior - Carnegie Mellon University
Have fun!
Very Best R:egards,
Razzak.