Hello,
I installed php in an IRIX workstation in the next mode:
- /usr/freeware/bin/php
- /home/htdocs/... (php scripts)
in the httpd.conf i added the next lines:
- ScriptAlias /php4/ "/usr/freeware/bin"
- AddType application/x-httpd-php .php
- Action application/x-httpd-php /php4/php
when y try to access my php scripts from my web navigator, i don't get any errors, but i only see the binary code of the "php" executable. my browser displays the php binary content. :-/
please help me !!
saludos !
bye