roxen.lists.roxen.general

Subject Author Date
How to testing php module? Oros Lajos <szerviz[at]cyberius[dot]hu> 13-04-2006
I am just started working with linux,and installed debian3.1 with
2.6.8.2kernel with Roxen4.0.325 (apt-get install roxen4).
After that I compiled the Pike7.6 into source.
I compile with source php4.4.2 module
(configure -with-roxen=/usr/share/roxen4 -enable-roxen -zts make
make-install).Everything makes without
errors.(/usr/local/pike/7.6.66/lib/modules we have an PHP4.so file)
From the Roxen administrator site into global tab's module directories I
write /usr/share/roxen4/more_modules/.
and add to the PHP support module.
I make two test file test.htm and test.php which content <?php phpinfo(); ?>
line.
If I query the test.htm then the PHP isn't running (I see that in the
source). If I running the test.php then
"the reaource requested $file cannot be found"
If I running into the PHP (php -f test.php) then it is running without
problems.

What should I chek it how I can use the Roxen php's module?
Yours Faitfully,
Oros Lajos