Usage of PHP with Apache in QNX

Hi,

I’ve installed Apache Web Server from the third party software supplied
along with QNX 6.2.1
I want to use PHP for dynamic web page creation.
How should I proceed?
Should I install anymore things for PHP (or)
What are the changes that has to be done in the httpd.conf file

I’ve tried to do some changes in the httpd.conf file but there was a error
in ‘LoadModule’ line. Where should the line ‘AddModule’ included?
I’m also not able to find the file libphp4.so in the libexec directory.

Can anyone suggest something?
I’m totally new to this area.

Bye.
M.Shanthi

You’ll need to install and/or port PHP to run with QNX. I’m not sure if
it’s been done already, or weather the Linux version [or any others] will
work out of the box, but once you get that sorted, you’ll need to edit the
httpd.conf file according to the PHP documentation. It’s a simple process,
involving 2 [IIRC] line additions and you’re up and running.

M.Shanthi wrote:

Hi,

I’ve installed Apache Web Server from the third party software supplied
along with QNX 6.2.1
I want to use PHP for dynamic web page creation.
How should I proceed?
Should I install anymore things for PHP (or)
What are the changes that has to be done in the httpd.conf file

I’ve tried to do some changes in the httpd.conf file but there was a error
in ‘LoadModule’ line. Where should the line ‘AddModule’ included?
I’m also not able to find the file libphp4.so in the libexec directory.

Can anyone suggest something?
I’m totally new to this area.

Bye.
M.Shanthi