View Single Post
  #6   (View Single Post)  
Old 24th June 2009
indienick indienick is offline
Lisp Junkie
 
Join Date: Apr 2009
Location: London, ON, Canada
Posts: 27
Default

I would suggest you try cheating a little bit, and just using the regular CGI module (which, in your configuration file is completely commented out).

Just add a "php" => "/usr/bin/php" (or "php" => "/usr/local/bin/php" - depending on where it's located) to the hash and that may solve your problem.

I have never tried it like this before (as I really do not like/try to avoid having to use PHP), but I have done it with Common Lisp scripts, and it works, wonderfully.
Reply With Quote