2005-09-23 00:50:03 UTC
Let me answer my own question here. :)
With php version 5.0.4 I needed to change the top line of yafm.phps to:
#!/usr/bin/php-cgi
With just the #!/usr/bin/php it was not properly creating the header and the server was spitting out error 500s left and right.
For example..... php-cgi creates this header---
php-cgi yafm.phps
Content-type: text/html
X-Powered-By: PHP/5.0.4
Set-Cookie: PHPSESSID=6c2u70b9orlhle5kdbmlma2pp6; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Hope that saves someone a little time.
-Joshua Ebel