[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Php-Roxen-Mysql



* "Eileen" == Eileen Orbell <eileen@orbell.com> wrote:

Eileen> My question is really how to add php as a module to Roxen?

The php4 module doesn't really work for anything more than trivial
things yet.

However, the cgi version of php works nicely. Install it, then


1.) Add the following modules: 

- CGI executable support 
- PATH_INFO support 
- Redirect Module v2.0 

2.) Put the php3.cgi binary in your /cgi-bin/ directory. 

3.) Add the following redirect pattern in the Redirect Module: 

    /(.*)\.php3(.*)$      /cgi-bin/php3.cgi/$1.php3$2

Ciao,
        Martin



Reply to: