php info and server info not showing correctly

Hi

just setting up my new server but when i go to Nodeworx webserver
section and click on php info it shows like a text page with no formating or graphics etc.

The server info section shows the default page
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>

But i have added the code to the httpd.conf but makes no difference.
server status shows no problem.

any one have an idea what could cause this.
i have added a screen shot to show what i mean
thank you

php-info.jpg

Hi Gary,

You can work around this by editing the /usr/local/interworx/iworx.ini file and changing

php="/usr/bin/php"
to
php="/usr/bin/php-cgi"

Paul

Thats the php fixed, nice and easy
Thank you

reinstalled info module sorted my server info not showing :smiley: