i get Unknown option. Use '-h' for help.
which is same as i type php-fcgi on the terminal
i have
# COMMON GATEWAY INTERFACE (CGI) SETTINGS
# These settings can be used to run CGI applications. Use the 'php-fcgi'
# tool to start PHP as a FastCGI daemon.
#
#CGIhandler = /usr/sbin/php-fcgi:php
#CGIhandler = /usr/bin/perl:pl
#CGIhandler = /usr/bin/python:py
#CGIextension = cgi
#CGIextension = pl
CGIextension = php
#TimeForCGI = 60
FastCGIserver {
FastCGIid = PHP-fpm
ConnectTo = 127.0.0.1:9000
Extension = php
SessionTimeout = 60
}
the hiawatha howto tells the fastcgiserver extension overrides the cgihandler. but that does not happen. iam using hiawatha 8
i want php-fpm to handle the php calls
i checked by typing php-fpm at terminal it says it is already listening on 127.0.01:9000
but still i get " Unknown option. Use '-h' for help. " emitted by php-fcgi
Please help