Years ago Pierre Sahores built an application server based on Rev. He used Apache/PHP as the front end, then used socket connections between PHP and Rev so that a long-running Rev process could interact with databases, and return the results via PHP to Apache.
There is a lot to recommend in his design. He has a tutorial (in french and english) here: http://www2.sahores-conseil.com/insead/index_en.html I can imagine you may not need the whole infrastructure he had in mind, but getting the Apache/PHP/Rev stuff to work sounds like it might be what you want, and from what I remember when I followed his tutorial a couple of years ago, it was all straightforward. Bernard On Tue, Jul 28, 2009 at 4:07 AM, Nicolas Cueto<[email protected]> wrote: > After much testing and frustation, I've discovered that the on-rev > server is unable to read the $_POST array when sent by WAP/WML-based > Japanese cellphones to an .irev script. > > As a workaround, I've make a .php script that can read in $_POST. The > next step is using php to forward the $_POST data to an .irev or > rev-cgi script -- assuming of course that such a thing is possible. > But, I really want to avoid having to learn (any more!) php, so am > instead posting this somewhat off-topic request for help. > > Has someone tried to use php to relay data to .irev/rev-cgi? > > Thanks. > > -- > Nicolas Cueto > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
