09-21-05 10:55 PM
All:
I am having problems trying to run some php scripts in cgi. I have Apache 2
.0+ and php 4.3. PERL works fine
with CGI and php works find as an Apache module. Can anyone think of anythi
ng I might be missing in any of the conf
files?
Included is an example of one of my php scripts. Thank you for any advice.
#!/usr/bin/php -q
<?php phpinfo(); ?>
[ Post a follow-up to this message ]
|