Where the hell can I find instructions on how to do this? I've actually have PHP compiled already (I'm on IRIX, the regular build didn't work, so I'm using an SGI-precompiled thing). It's halfway set up. I have the PHP binary and all that, but how do I set up Apache to use PHP to handle the scripts?
I have an AddHandler set to handle .php as a cgi-script. However, I'm currently get "No input file specified". The test script I'm using is:
#!/usr/freeware/bin/php
dsfadsf
<?php echo "test" ?>
This works fine when I run it through the commandline, but no luck from the browser.