I´m trying to run php as cgi-bin but always i obtain the same error: No input file specified.
I´m working in Solaris 7 and php 4.0.5.
In command line it´s working fine but when i try to run using url (http://../cgi-bin/test.php) appears the error.
I have modified httpd.conf adding the following line:
Action application/x-httpd-php /usr/local/apache/cgi-bin/php
Any ideas?
Thanks,
Felipe.